Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why I don't see the SQL thermometer the second time?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Why I don't see the SQL thermometer the second time?
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080422
Message ID:
01080422
Views:
51
Hi everybody,

I have a form with a button which calls a method where this piece of code is executed:
lcNotify = set('notify')
			set notify on
			set talk on
			set talk window
			lnAccounts = m.poProcess.GetAccounts(m.lcQueue_Name_From, ;
				m.goApp.cDept, m.lcWhere, ;
				.cAdditionalJoin, m.ldStartDate, m.lnUsers * .txtAccountsPerUser.value)

			if m.lcNotify = 'OFF'
				set notify off
			endif
			set talk off
The first time I press the button I see SQL thermometer. But when I press the button the second and other times I do not see it. Why?

Thanks a lot in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform