Subject RE: [IBO] DB_Key column
Author Andy Samuel
Thank you so much for Halen and Jason.
This solve my problem since I only need to display the data.

Warm regards
Andy

> -----Original Message-----
> From: Jason Wharton [mailto:jwharton@...]
> Sent: Friday, January 12, 2001 10:28 PM
> To: IBObjects@egroups.com
> Subject: Re: [IBO] DB_Key column
>
>
> If you don't need to do any modifications to this you can
> leave the KeyLinks
> blank and set KeyLinksAutoDefine to false and then it will
> simply use an
> arbitrary integer for the bookmark instead of something meaningful.
>
> HTH,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "Andy Samuel" <andysamuel@...>
> To: <IBObjects@egroups.com>
> Sent: Friday, January 12, 2001 5:50 AM
> Subject: [IBO] DB_Key column
>
>
> > Hello
> >
> > Get to the point directly.
> > A table with 2 fields of primary key, for example
> "AccountId" and "Id".
> > Issue a query "SELECT LName WHERE AccountId='XXXX'";
> > The grid shows DB_KEY. RequestLive is false.
> >
> > If the query is "SELECT AccountId, Id, LName WHERE
> AccountId='XXXX'" then
> > the DB_KEY will not show up.
> >
> > I don't want this field shows.
> > Is there anyway to disable it ?
> >
> > TIA
> > Andy
> >
> >
> >
> >
> >
>
>
>
>