Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Issue: _tally is not scoped to the command datasession !
Message
From
26/11/2004 09:36:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Issue: _tally is not scoped to the command datasession !
Miscellaneous
Thread ID:
00964906
Message ID:
00964906
Views:
33
I'm a lot surprised that nobody is complained of this choice, that evidently is mistaken.

Naturally in a normal sequential program this does not create problems.
But enough to use a timer that periodically it manipulates data on a private datasession
the issue appear immediatelly ( a workaround exists but this not change the issue )

I ask myself (I have not never used this possibility of VFP):
in an MDLL VFP application we are sure that all it is ok?
_tally = 4
? SET("datasession"),_tally 
WITH CREATEOBJECT("session")
	? SET("datasession"),_tally 
	_TALLY= 3
ENDWITH
? SET("datasession"),_tally
Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform