Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_tally system variable
Message
From
12/11/1998 15:33:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
_tally system variable
Miscellaneous
Thread ID:
00157147
Message ID:
00157147
Views:
72
I'm using the _tally system variable to decide whether or not to print a report after runing a SELECT SQL.

Sometimes the _tally variable has a value of 6545264 when there are actually 0 records returned.

I have coded around this problem...

i.e.

if _tally > 0 and _tally != 6545264 then
repo ... ...

I was just wondering if anyone else has run into this problem before...

Thanks for any enlightenment
Next
Reply
Map
View

Click here to load this message in the networking platform