Combobox
Posted: Fri Jan 08, 2010 1:33 am
Hi Friends
Happy 2010!
About combobox, is there a way to Value property get a custom value when we use an array as Items property (instead the normal behavior, ie, Value ger the number of row selected )? Like when Itemsource/Valuesource is used?
My idea is to have another array with values to put into Value property when one item is choose. As if was possible to pass an array to Valuesource.
Something like this:
Define COMBOBOX cbTest;
ITEMS {'Orange','Peach','Apple','Blackberry'};
VALUESOURCE {'14564','23456','87654','76543','14567'}
I was clear??? sorry my awfull english.
Thanks
André
p.s. HMG RULES!
Happy 2010!
About combobox, is there a way to Value property get a custom value when we use an array as Items property (instead the normal behavior, ie, Value ger the number of row selected )? Like when Itemsource/Valuesource is used?
My idea is to have another array with values to put into Value property when one item is choose. As if was possible to pass an array to Valuesource.
Something like this:
Define COMBOBOX cbTest;
ITEMS {'Orange','Peach','Apple','Blackberry'};
VALUESOURCE {'14564','23456','87654','76543','14567'}
I was clear??? sorry my awfull english.
Thanks
André
p.s. HMG RULES!