Subject Re: [IBO] IBO_Query & HDR, modified SQL
Author Jason Wharton
It should be. Give it a go and let me know.

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: <s.beames@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, January 29, 2003 4:20 PM
Subject: [IBO] IBO_Query & HDR, modified SQL


> Hi everyone,
>
> What is the best way to get a query (that uses HDR) to add just one
> more record, with a different where clause, to those it's already
> loaded?
>
> eg normally all the jobs for ONE dept are *available* to the query
> (using WHERE DEPT = XXX), but occasionally, I'd like to load one job
> to the buffer from another Dept for viewing/modification, viz WHERE
> JOBNO = :JobNo, without adding all that other Dept's jobs, re-
> preparing, or losing the currently buffered records.
>
> Is this possible?
>
> Thanks,
> Steve