Subject | Re: [IBO] TIB_Grid RowSelect retrieve list of selected values |
---|---|
Author | radevojvodic |
Post date | 2004-06-29T13:56:04Z |
I have set up the name of the table as KeyRelation property and
primary key field as Keylinks property.
Table name is GROBA. Primary key is GROBA_ID, so KeyRelation is
GROBA and in a KeyLinks i put GROBA_ID.
KeyLinksAutodefine = False
Is that OK?
primary key field as Keylinks property.
Table name is GROBA. Primary key is GROBA_ID, so KeyRelation is
GROBA and in a KeyLinks i put GROBA_ID.
KeyLinksAutodefine = False
Is that OK?
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 01:45 PM 29/06/2004 +0000, you wrote:
> >This way i'm getting a list of HEX values not the actual values of
> >the ID. How can I get a list of values stored in the ID field for
> >the rows listed in SelectedBookmark
>
> It sounds as though you have the DB_Keys there. Do you have
KeyLinks set?
> Do you have a primary key on the table?
>
> Helen