![]() |
ComboBox AsyncSelect - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: ComboBox AsyncSelect (/thread-2146.html) |
ComboBox AsyncSelect - denville - 11-25-2020 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 |