Refresh records
Chris Sharman
chris.sharman@ccagroup.co.uk
Fri, 3 May 2002 16:17:11 +0100
> ok, I'll try it the other way round:
> After having found my record by entering 3 values and doing an
> update in a QTP,
> I'm looking for a way to refresh the data WITHOUT doing my FIND
> again. I don't
It's possible, if you write your own find procedure:
...
run command "qtp ..."
let refinding = "Y"
push find
end
procedure find
begin
if (refinding="Y")
then begin
end
else ...
It may be cleaner and more logical, though, to not use QTP at all, but make
the necessary changes to records with procedural Quick. Then you don't have
a stale data issue.
Chris
-----------------------------------------------------------------------
Any views expressed in this message are those of the sender and not
necessarily those of CCA Group. The unauthorized use, disclosure,
copying or alteration of this message is forbidden. The contents of
this message may be confidential and/or privileged, copyright CCA Group
and are intended solely for the use of the individual or entity to whom
they are addressed. Whilst this message has been scanned, CCA Group
cannot guarantee that it is virus free or compatible with your systems
and accepts no responsibility for any loss or damage arising from its
use. The recipient is advised to run their own anti-virus software. If
you receive this message in error please contact
postmaster@ccagroup.co.uk immediately, destroy any copies and delete it
from your computer systems.