How can I build Combobox with 2 dimesnions?

Post Reply
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

How can I build Combobox with 2 dimesnions?

Post by Ehab Samir Aziz »

How can I build Combobox with 2 dimesnions?
I will use it as help screen but with more than 1 field and accept one field in the end of the choice :

eg.
Name address
S X
S2 X2


in the end of the chosing I will accept one value to filter my DB
eg. Name field .
Thanks
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: How can I build Combobox with 2 dimesnions?

Post by Enrico Maria Giordano »

You can compose the combobox items using two or more fields and then get the position of the choosen item using oCbx:nAt.

EMG
Post Reply