How to fill DBLookuplistbox with the result of a query 
Author Message
 How to fill DBLookuplistbox with the result of a query

I'm trying to fill my DBLookupListbox with a TQuery object.
Unfortunately that doesn't work. One can only attach a DBLookuplistbox
to a TTable object. Does anybody know another way to do this???


Wed, 06 May 1998 03:00:00 GMT  
 How to fill DBLookuplistbox with the result of a query

Quote:

>I'm trying to fill my DBLookupListbox with a TQuery object.
>Unfortunately that doesn't work. One can only attach a DBLookuplistbox
>to a TTable object. Does anybody know another way to do this???

Try to put a TTable on the form and then transfer the TQuery result
using the BatchMove component..

I hope it helps...



Sun, 10 May 1998 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. filling an empty table with results from TClientDataset.savetofile

2. help: querying the results of a SQL Query...

3. Querying the results of a query

4. BDE fills buffer with two queries

5. Findkey in table X stops DBgrid fill query Y

6. How can I save SQL Query results?

7. How do I save query results?

8. Why does this query return no result set???

9. Converting result of query to stringlist

10. exporting the result of a SQL-query

11. Blank Table as Result of MS SQL Server 7.0 Query

12. SQL query to save result table

 

 
Powered by phpBB® Forum Software