Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numeric overflow
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Numeric overflow
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01236596
Message ID:
01236596
Views:
64
hi all,
I have a problem updating a writable cursor. basically it goes like this
sele *, 0.00 as field1, 0.00 as field2 where.. into cursor temp1 readwrite
do while not eof
    
    repl field1 with numeric_value * 2.5
    repl field2 with field1 * other_numeric_field
    
    loop
enddo
i get a numeric overflow error on these two lines sometimes but i have no idea why, any ideas?
~M
Go raibh maith agat

~M
Next
Reply
Map
View

Click here to load this message in the networking platform