Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why I don't see the SQL thermometer the second time?
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Why I don't see the SQL thermometer the second time?
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01080422
Message ID:
01080422
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform