D
Dave
It seems that the main DOM stores the 'Value' property of my dropdown
listbox in the XML (ex: employeeID). How do I also store the 'Display
Name' into the DOM as it's own node? (ex: employeeName)
Follow up question: Can you make the 'Display Name' property a concat
of multiple fields? ex: My data connection for the listbox doesn't
actually have a fullname field, it only has separate firstname and
lastname columns. I'd like to concat them together to show the user the
employee's fullname. AFAIK, my only alternative is to go back and edit
the SQL that returns the data so that a new column exists, then specify
this new column in the Display Name property.
TIA for your time and help.
listbox in the XML (ex: employeeID). How do I also store the 'Display
Name' into the DOM as it's own node? (ex: employeeName)
Follow up question: Can you make the 'Display Name' property a concat
of multiple fields? ex: My data connection for the listbox doesn't
actually have a fullname field, it only has separate firstname and
lastname columns. I'd like to concat them together to show the user the
employee's fullname. AFAIK, my only alternative is to go back and edit
the SQL that returns the data so that a new column exists, then specify
this new column in the Display Name property.
TIA for your time and help.