In my from i have several comboboxes which are loading rows from serverside.
The form is used for “Add New” and also for “Edit”
If i use it in edit mode i don’t want to fill the complete table into the combobox, since at that moment it only needs to show the selected table value.
the goal is:
Load form:
frm_editSAP.load(HandlersPath + ‘clsSAPEditData.ashx?id=’ + id);
Show the correspondening Entry in the combobox.
In case that the user will change the entry populate Combo.
I use the pro version togther with the net-connector.
With best regards,
Uwe Janke