This topic is locked

dropdown and list page with search error

2/29/2012 6:33:54 AM
PHPRunner General questions
S
srfrancesco author

I've a form with to fields "list page with search applied" the second field is dependent on the first (dropdown function).

In add page work fine, but if I try to add a new record using link coming from childs record (in master table relationship) the first filed is disabled (readonly) with the masterkey value but the dropdown function do not work in the second filed ("list page with search applied")the list is empty!
Is it possible to show the first field as control(selected) and not as simple text?

I Tried setEnabled(); and show(); command in javascript on load event but don't work.
thanks