11-25-2020, 05:15 PM
Hi, what does the AsyncSelect event do ? I thought it might fire when the user selects an item from the drop-down but it doesn't fire in any circumstance that I can find.
How could I intercept the selection so that I modify what goes into the edit (ie simple description in drop-down places cryptic data in edit).
I thought ItemsHaveValues might achieve that but if I put something like
simple=ABC
complex=QWERTY
in the items, only the 'name' part (simple) is displayed in the drop-down and only the name part is displayed in the edit, ie everything after = is just lost.
Many thanks
How could I intercept the selection so that I modify what goes into the edit (ie simple description in drop-down places cryptic data in edit).
I thought ItemsHaveValues might achieve that but if I put something like
simple=ABC
complex=QWERTY
in the items, only the 'name' part (simple) is displayed in the drop-down and only the name part is displayed in the edit, ie everything after = is just lost.
Many thanks