This topic is locked

Problem with lookup Tables

5/16/2007 10:14:31 PM
PHPRunner General questions
R
run4sbc author

I've used all this before and thought I knew what I was doing but I am having a slight problem with lookup tables. I know its something simple, i just cant put my finger on it.
I want to use radio buttons, a male and a female option, to control a dropdown later in the page.
I want the value selected from the radio buttons to make the drop down show only items with the same gender value in the EventGender column.
Can anyone give me some words of advice?

J
Jane 5/17/2007

Hi,
you can't use radiobutton as master for the dependent dropdown box.

I recommend you to set uo both fields (Gender and EventGender) as Lookup wizard and then set up dependency between this fields.
We'll add this feature in the next PHPRunner version.