Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculate and transform
Message
From
05/03/1998 18:52:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Calculate and transform
Miscellaneous
Thread ID:
00082848
Message ID:
00082848
Views:
72
Hello Everybody!

I always get a GPF: Memory couldnot be read Error, if I run the following code: (simplified)

use myfile as myfile
select numericfield to TempFile from myfile
use in myfile
mynumericvar=0
calculate sum(numericfield) to mynumericvar
charVar=transform(mynumericvar,"### ### ###.##") >> GPF occurs at this line

If instead of mynumericvar, I use a fix number in transform (like 123456), everything is OK.
mynumericvar is a positiv number after the sum. In case of using str() instead of transform() no problem occurs.
I tried to store mynumericvar into an other variable, but it didnot solve the problem.

Any comment?

TIA

BB
Next
Reply
Map
View

Click here to load this message in the networking platform