Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to cumulate totals of my view without loosing cur. r
Message
From
08/11/1999 15:25:53
 
 
To
05/11/1999 10:37:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00286872
Message ID:
00288649
Views:
20
One more possiblity, if EOF() is true, the recno() value will be greater than the reccount() value and if you issue a GOTO ln_recno, an error will be generated.

Mabey a better bit of code would be...

IF ln_recno < RECCOUNT()
GOTO ln_recno
ENDIF

Rob.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform