Subject Re: [IBO] KeyLinks AutoDefine
Author Jason Wharton
Use the KeyFields array.
You actually get an array of TIB_Column objects for the KeyLinks columns
that are in use.
If there are no actual columns then it fabricates an integer column and uses
an arbitrary value.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Artur Anjos" <arsoft@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, October 30, 2001 9:48 AM
Subject: [IBO] KeyLinks AutoDefine


> If I set KeyLinks to 'Autodefine', how can I get the name of the Field
that IBO is using for KeyLinks?
>
> The property KeyLinks always shows 'DB_KEY', even if IBO is smart enough
to find a better one.
>
> Artur
>