
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...