Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_TALLY locality
Message
From
11/09/2019 07:56:57
 
 
To
07/09/2019 07:18:15
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01670635
Message ID:
01670753
Views:
65
>>>I got to the practice of storing _tally into a variable or property immediately after the statement which did what I need to _tally for. Few lines later it may be wrong, for whichever reason - and timers aren't the only thing. It may be a slightly complicated SKIPFOR expression, or a grid refresh or who knows what code. Also, I've noticed that in VFP9 _tally behaves differently in some situations than it behaved in all previous versions. Can't remember what it was - it's been a dozen years - but there WAS something which made me rely on it less and less.
>>
>>But a timer could fire even between the statement that sets _TALLY and the one that stores it. That was an issue in the application I was working on where the timer fired often.
>
>True, and while I could never pinpoint the cause to exactly that, I did resolve the issues by
>- not relying on _tally anymore (just checked - there are lots of mentions of _tally in code before 2008 but none after, most of it in two apps where there were no timers at all)
>- leaving the environment which relied heavily on timers (I'd rather do those things by bound events - i.e. refresh the toolbars etc, but I was not the architect there)

In the application where I learned this the hard way, timers were necessary. There were plenty of bound events, too, and they, too, can mess with _TALLY.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform