Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Label doesn't refresh
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Label doesn't refresh
Divers
Thread ID:
00741071
Message ID:
00741071
Vues:
74
Hi everybody,

I'm running a scan loop and want to show the name of the job running. Here is my code inside scan:
with thisform.lblJobType
		.caption = m.lcOriginalCaption  + ;
				  iif(thisform.cAction = "Archive"," Archiving "," UnArchiving ") + ;
	              alltrim(JobsFrom.JobDescrip)
		.visible = .f.
		.visible = .t.
	endwith
However, it doesn't work.

Do you know, why?

Thanks 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