Page 1 of 1
combobox in grid
Posted: Mon Mar 14, 2022 9:56 am
by tomtagaris
i have e combobox in the grind how can i take the selection from combobox and add it to a file
Tom Tagaris
Thanks
Re: combobox in grid
Posted: Mon Mar 14, 2022 11:17 am
by serge_girard
Tom,
You will have a numeric result, which corresponds with combox array.
So you wille to use that array again in order to get character value, if that's what you want!
Something like this:
Form_1.Grid_1.Item (a) [1]) // a = 1 to Form_1.Grid_1.ItemCount
Serge
Re: combobox in grid
Posted: Mon Mar 14, 2022 10:38 pm
by mol
You can use DisplayItem (i) instead of reference to array
Re: combobox in grid
Posted: Tue Mar 15, 2022 7:47 am
by tomtagaris
there is a sample;