Subject | Re: [IBO] TIB_Grid RowSelect retrieve list of selected values |
---|---|
Author | radevojvodic |
Post date | 2004-06-30T06:30:49Z |
Helen,
Just one more question. Would you be so kind to tell me again does
this method works for a simple table with one column primary key and
how to set up. I use this table just to populate a field in another
table with list of values. This table deos not have a mastersource
or keysource it is a simple query:
Select GROBA_ID, GROBA_NAZIV From GROBA
Now i want to select a list of values in a TIB_Grid and put that
stringlist in a TIB_Edit. That's all.
Thanks again.
Just one more question. Would you be so kind to tell me again does
this method works for a simple table with one column primary key and
how to set up. I use this table just to populate a field in another
table with list of values. This table deos not have a mastersource
or keysource it is a simple query:
Select GROBA_ID, GROBA_NAZIV From GROBA
Now i want to select a list of values in a TIB_Grid and put that
stringlist in a TIB_Edit. That's all.
Thanks again.
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 01:56 PM 29/06/2004 +0000, you wrote:
> >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?
>
> So - this dataset is joined? If so, the primary key of only one
table won't
> be the KeyLinks, so the bookmark technique won't work for what you
want.
>
> Sorry, this is a lot like drawing teeth! And I'm about to go to
bed.
>
> Helen