Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with timer
Message
 
 
À
16/09/2007 00:58:16
Reza Meamar
Homa Programming Group
Shiraz, Iran
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Divers
Thread ID:
01254533
Message ID:
01254593
Vues:
14
Add ckeck to the timer event.
IF TYPE("_SCREEN.ActiveForm.Name") = "C" AND _SCREEN.ActiveForm.Name = "Whatever"
	Select MsgTable
	locate for !ReadMsg
	if found()
	   MainForm.Image1.Visible = .T.
	else
	   MainForm.Image1.Visible = .F.
	endif
ENDIF
>Where i must check my main form is active.
>Please more explain about your code and more guide me.
>I think it occur because i am using from an activex for showing animated gif (GIF89.dll) . i change visibility of picture.
>Thank you very much
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform