Board index » delphi » Order records...

Order records...

Hi,

How can i order records in the detail table, when i'm using
a master - detail structure using TTable components on a
paradox DB.
The order of these records must be the order from another index
then the connect key.

Thank you,

 

Re:Order records...


I didn't try it, but try creating another index on the child table with 2
fields:

<LinkField> <OrderField>

Richard

Quote
Jan <BRO-S...@village.uunet.be> wrote in message

news:867hs8$e8u$1@newnews1.news.nl.uu.net...
Quote
> Hi,

> How can i order records in the detail table, when i'm using
> a master - detail structure using TTable components on a
> paradox DB.
> The order of these records must be the order from another index
> then the connect key.

> Thank you,

Re:Order records...


Jan <BRO-S...@village.uunet.be> ???Y ?????
???Y??:867hs8$e8...@newnews1.news.nl.uu.net...

Quote
> Hi,

> How can i order records in the detail table, when i'm using
> a master - detail structure using TTable components on a
> paradox DB.
> The order of these records must be the order from another index
> then the connect key.

try use TQuery instead detail TTable

--
Truly yours
Serg V. Chernetchenko

Other Threads