Link to home
Start Free TrialLog in
Avatar of braso
braso

asked on

Access control

I want to use a query to select a column from a table and display it, but not in a grid. What other posibilities I have?
Avatar of inter
inter
Flag of Türkiye image

If there is only one colum I think TListBox is sufficient, however if you seek for multiple columns you'd better use TListView. In each case I recoment you to conduct a HIDDEN grid, make the querry and transfer the grid column to the list.
Regards, Igor
Avatar of Matvey
Matvey

Hey braso, hey Igor! You can also do this without a grid - just open a TQuery, and go through the records adding them wherever you want until TQuery.EOF.
ASKER CERTIFIED SOLUTION
Avatar of Motaz
Motaz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial