Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_tally system variable
Message
From
12/11/1998 15:38:28
 
 
To
12/11/1998 15:33:53
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00157147
Message ID:
00157153
Views:
16
>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

Yes, since MS introduced filter/nofilter cursor the trustworthy of _TALLY is somewhat diminished (btw I would test it with NOFILTER, if you SELECT inot cursor). I didn't meet particular problem you mention, but if I would then I should better use RECCOUNT()<>0 to have safer code.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform