
joejac
Posts: 242
|
| Posted: 12/02/2009, 3:25 PM |
|
Hello,
I had a grid form that passed 1 parameter to a record form for a listbox.
Then I added a new listbox to the record form and I made the grid form to pass the second parameter for the new listbox on the record form. I did a 2 dependent Ajax listboxes, the new added listbox is the master.
Unfortunately when I click on a row of the grid form to edit the register, the new listbox of the record form does not get the value from the URL and it is always showing as selected value the first value of the DB table, not the one that is passed with the URL.
The Select of master listbox in record form has all fields and no Where clause.
Any idea what it is wrong?.
Thanks a lot
regards
joejac
|
 |
 |
joejac
Posts: 242
|
| Posted: 12/03/2009, 3:37 AM |
|
Solved:
Eliminate all the Where Clauses of each of the 2 AJAX dependent listboxes in the form and it worked.
Regards
joejac
|
 |
 |
|

|