PDA

Click to See Complete Forum and Search --> : Multiple Column Lookups - HELP!!!!!!


Jimbob
Jun 26th, 2000, 10:06 PM
'Ello there!

I need to use a combo box to lookup data in my app.

the only problem is although I only want to show one column of data, I need to have several others hidden - as you would do in access

can someone tell me how to do this???

Jimmer
Jun 27th, 2000, 02:10 AM
I think this depends on the type of combo box you are using.
I have the TDBCombo Box by Apex, and I can show and hide as many columns as I like in the combo box. Just like in the grids with hiding and showing coloumns. I just set the combo boxes datasource property and it works fine.
If you don't have this you may need to use arrays or something to keep the other fields.

Hope This Helps.

Jimbob
Jun 27th, 2000, 03:22 PM
do you know a URL for apex, from which I might be able to dowload a demo before purchasing??