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
23/12/2005 13:18:06
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080422
Message ID:
01080626
Views:
19
Very nice, thanks a lot.

>VFP won't show the progress bar unless it determines it's needed.
>
>BTW, wouldn't you prefer to type this...
>
>
m.loThermo = NewObject("cusSQLThermo","cusSQLThermo.VCX")
>			lnAccounts = m.poProcess.GetAccounts(m.lcQueue_Name_From, ;
>				m.goApp.cDept, m.lcWhere, ;
>				.cAdditionalJoin, m.ldStartDate, m.lnUsers * .txtAccountsPerUser.value)
>RELEASE m.loThermo
>
>INSTEAD of all of this?
>
>
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
>
>If so, try this class...
>
>http://foxridgesoftware.com/Blogs/tabid/84/EntryID/2/Default.aspx
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform