Auto-Populate fields based on Combo Box selection
Posted: Wed Jul 25, 2012 11:37 am
I'm having an issue trying to have the selection in a combo box control the auto populating of other (text box) fields on a screen. The combo box is populating successfully but nothing happens in the text box fields. I'm trying to use the java command get() but I don't seem to be retrieving the desired value.
I put the following code in the onselect event:
js: "TEJOBN = " + get("Combo1");
TEJOBN is the name of the database field I want to include in the Auto-complete data selection.
I put the following code in the onselect event:
js: "TEJOBN = " + get("Combo1");
TEJOBN is the name of the database field I want to include in the Auto-complete data selection.