How to read a ListIcon gadget
Posted: Fri Feb 06, 2026 4:33 pm
Hi,
I have a ListIcon gadget with data from a database.
I want to read the selected item, if possible a specific column.
I got the index, but the text gives me an empty result.
Many thanks in advance,
Rudi
I have a ListIcon gadget with data from a database.
I want to read the selected item, if possible a specific column.
I got the index, but the text gives me an empty result.
Code: Select all
frmklanten_lstKlanten_index.i = GetGadgetState(#frmKlanten_lstKlanten)
frmklanten_lstKlanten_select.s = GetGadgetItemText(#frmKlanten_lstKlanten,frmklanten_lstKlanten_index)
MessageRequester("lst",frmklanten_lstKlanten_select,#PB_MessageRequester_Info)Rudi