'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???
Printable View
'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???
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.
do you know a URL for apex, from which I might be able to dowload a demo before purchasing??