Here's what I do...on the right I have a drop down menu for each attribute of a JOB....on the right is a data list that is populated with current jobs...a user can copy the job on the right...(getting back jobTypeID)
So I have the jobtypeID in a variable for the copied item...
I want to set the drop down to show the text that relates to the ID in the drop down list...for instance...when I hit the copy button...jtype = 4...I want the drop down to show "Non Chargeable", i.e. where the value = 4....
Thanks,
DLC
So I have the jobtypeID in a variable for the copied item...
I want to set the drop down to show the text that relates to the ID in the drop down list...for instance...when I hit the copy button...jtype = 4...I want the drop down to show "Non Chargeable", i.e. where the value = 4....
Thanks,
DLC