Re: Calculation
From: Mike Walsh (techs.msllib.com_at_verizon.net)
Date: 12/23/03
- Next message: Austin: "Re: Need Advice - Access XP and ADO"
- Previous message: Viatcheslav V. Vassiliev: "Re: Compact MS Access 2000 db with Delphi 7"
- In reply to: Shahzard: "Calculation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Dec 2003 08:35:15 -0500
>
> for i:= 0 to Detail.RecordCount - 1 do
> Amount[i] := 0;
> begin
> try
> however I got the following error in my message editor "Variable Amount
might not have been Initialized".
Hi back,
I would also think you should be getting a warning about the value of i
being unsure after the loop. I think you meant to have the begin before the
Amount[i] :=0;
Mike Walsh
- Next message: Austin: "Re: Need Advice - Access XP and ADO"
- Previous message: Viatcheslav V. Vassiliev: "Re: Compact MS Access 2000 db with Delphi 7"
- In reply to: Shahzard: "Calculation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|