FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How can I build Combobox with 2 dimesnions?
Posts: 334
Joined: Fri Oct 14, 2005 01:54 PM
How can I build Combobox with 2 dimesnions?
Posted: Fri Jan 20, 2006 07:30 AM

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

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: How can I build Combobox with 2 dimesnions?
Posted: Fri Jan 20, 2006 08:33 AM

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

EMG

Continue the discussion