Subject Re: [IBO] Horizontal Refinement
Author Jason Wharton
It automatically generates itself.

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

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: "Alan McDonald" <alan@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, January 15, 2003 3:12 AM
Subject: RE: [IBO] Horizontal Refinement


> BTW - where can I get browseitems.gdb (from the samples)?
> Alan
>
> -----Original Message-----
> From: Alan McDonald [mailto:alan@...]
> Sent: Wednesday, 15 January 2003 9:05 PM
> To: IBObjects@yahoogroups.com
> Subject: RE: [IBO] Horizontal Refinement
>
>
> I must be getting close now - but still a small problem.
> I can get to my record really fast and open the grid, but the only record
in
> the grid is the located record. I can't seem to navigate away from it
other
> than to insert a new record. The query looks like it only has one record
> result. What do I need to do to ensure that the buffers for the grid rows
> are full?
> thanks
> Alan
>
> -----Original Message-----
> From: Alan McDonald [mailto:alan@...]
> Sent: Wednesday, 15 January 2003 8:20 PM
> To: IBObjects@yahoogroups.com
> Subject: RE: [IBO] Horizontal Refinement
>
>
> thank you - I shall experiment
> Alan
>
> -----Original Message-----
> From: Jason Wharton [mailto:jwharton@...]
> Sent: Wednesday, 15 January 2003 8:18 PM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] Horizontal Refinement
>
>
> Not necessary. It works with integers. Just make POS=0
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> -- We may not have it all together --
> -- But together we have it all --
>
>
> ----- Original Message -----
> From: "hans" <hans@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Tuesday, January 14, 2003 8:59 PM
> Subject: Re: [IBO] Horizontal Refinement
>
>
> > Maybe if you shadow the integer field via a trigger into
> > a varchar field with an index ?
> >
> > -----------------------------------------------------------------
> > ----- Original Message -----
> > From: "Alan McDonald" <alan@...>
> > To: <IBObjects@yahoogroups.com>
> > Sent: Tuesday, January 14, 2003 8:45 PM
> > Subject: [IBO] Horizontal Refinement
> >
> >
> > > All the notes that I can see about horizontal refinement refer to
string
> > > fields and the POS keyword limiting the number of characters used to
> > locate
> > > a record. Is there something else to set or some other way to set it
to
> > make
> > > this refinement work with primary key (integer) fields?
> > >
> > > thanks
> > > Alan