Subject | Re: [IBO] Using TIB_SearchPanel results in other TIB_Query |
---|---|
Author | Jason Wharton |
Post date | 2003-08-14T16:43:59Z |
> I was just under the impression that bookmarks wereIf your KeyLinks are set to compatible columns it uses the value of the data
> SQL incidence specific and not table specific: bookmarks
> for one selection of records were not valid for another
> selection with all records, for example:
> A selection where cities contained the first few letters
> LAS gave 50 records, and from that selection
> ten of them were selected by the user, using CTRL-Space.
> This selection would then be passed as selected invoices
> to be printed to a different form and set of routines.
and so they are assignment capable across queries. This is a very powerful
capability unique to IBO. Other datasets that do bookmarks tend to use an
arbitrary integer.
You probably should use a parameterized query for individual record
selection and just pass in the value of the parameter to print or whatever.
Jason Wharton