This topic is locked
[SOLVED]

 [PHPRunner] Lookup table and its dependent dropdown box

9/21/2010 3:03:43 AM
PHPRunner General questions
R
RyanKing author

-------------

PHPRunner 4.2

-------------
I have one drop-down box A that's dependent on another drop-down box B.

When I select one record in B, in drop-down box A, there may be only one record(case 1) or many records shown(case 2).

I specify default value 'Please select' for box A.
Well, my problem is:

When it comes to case 1, in box A, this specific ONE record will present itself regardless of the default.(not a MUST field in db)

While in case 2, it appears quite normal.
What's the possible cause?

Thanks.

A
ann 9/21/2010

Hi,
this behavior is by design.

It happens because there are no other options in the dropdown to select.