Temporaries being reset (bit long, sorry)
Kevin O'Sullivan
kosullivan@cosworth-racing.co.uk
Tue, 27 Mar 2001 12:24:07 +0100
Hi Ray,
tks for the response.
Having tried your code, the zero's are all now replaced by 5 (the last value
in the field for the last record retrieved).
What i really really want, is the each record should show its own value.
1
2
3
4
5
hmmm, drawing board again.
Regards,
Kevin
-----Original Message-----
From: Ray Bailey [mailto:Ray.Bailey@Lightsout.co.uk]
Sent: 27 March 2001 12:12
To: kosullivan@cosworth-racing.co.uk; 'Powerhouse List Group'
Subject: RE: Temporaries being reset (bit long, sorry)
Kevin
The screen seems to be working correctly as the sixth record does not exist
and so the calc will be 0. If however you want the temp to keep the value of
the last calculation then try the code below.
Procedure Detail Find
Begin
For Missing POFIL
Begin
Get POFIL Via PO using PO of POMAS Opt
IF ACCESSOK
THEN Do Internal SETPOFIL
End
End
********************************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the email administrator - mailadmin@cosworth-racing.co.uk
********************************************************************************