Subject | Re: [IBO] KeyLinks and KeyLinksAutoDefine |
---|---|
Author | Artur Anjos |
Post date | 2002-02-10T00:31:20Z |
Geoff:
When Keylinks are autodefined, I expected IBO to complete the KeyLinks field, in one of two ways: using the Primary Key that it found or using DB_Key. (I understand DB_Key perfectly)
But IBO does not put something in KeyLinks property.
I found this very interesting:
I really like to see IBO setting KeyLinks property with the primary key or DB_KEY if KeyLinksAutoDefine it's true.
(I don't know if this is the same problem that Martin's have, but this could help me a lot because I use Developers Express Grid's and like to have a easy way to get a 'KeyLink' when the query it's defined at run time by the user - Sometimes when you are answering to someone, another one is learning a little more...)
Artur
[Non-text portions of this message have been removed]
When Keylinks are autodefined, I expected IBO to complete the KeyLinks field, in one of two ways: using the Primary Key that it found or using DB_Key. (I understand DB_Key perfectly)
But IBO does not put something in KeyLinks property.
I found this very interesting:
> 2. if DB_KEY is being used in the above, then you may also need to putI will try it.
> a breakpoint in the IBA_BDataset.IMP unit, the method:
> procedure TIB_BDataset.SysPrepareSQL;
I really like to see IBO setting KeyLinks property with the primary key or DB_KEY if KeyLinksAutoDefine it's true.
(I don't know if this is the same problem that Martin's have, but this could help me a lot because I use Developers Express Grid's and like to have a easy way to get a 'KeyLink' when the query it's defined at run time by the user - Sometimes when you are answering to someone, another one is learning a little more...)
Artur
[Non-text portions of this message have been removed]