Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TTable Lookup Field Sort

8 views
Skip to first unread message

darren....@gmail.com

unread,
Sep 21, 2007, 2:28:30 PM9/21/07
to TTable
How do I sort a Paradox table with a Lookup field?
I know about doing this with a TQuery, but then I lose the ability to
write back to the Paradox table.
Is there a way to make TQuery writable?

Also, please adise if there is a 3rd party control that has this
functionality: ideally a TTable based control that allows sorting of
Lookup fields.

Using Delphi 2007

darren....@gmail.com

unread,
Sep 24, 2007, 9:09:21 AM9/24/07
to
Is this newsgroup still in use?
I found a simple solution to this problem by using TDataSetProvider
and TDataSetClient as another layer on top of the TTable component to
give me the functionality to sort by a lookup field.

0 new messages