-------------
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.