Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timer events
Message
De
15/11/1999 18:02:22
 
 
À
11/11/1999 11:17:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00290114
Message ID:
00291321
Vues:
23
>Hi All,
>
>I've placed a timer control on a page of a tabbed form. When the timer fires I want code within the timer event to update the caption property of a label control which also resides on the same page as the timer showing the users the timer is currently firing. What I've noticed is that the caption never refreshes. I've traced the code and the label does get updated but doesn't change for me. Not sure where I'm going wrong but I've tryed several different events to see if my current focus is the problem and also tried refreshing the form but it doesn't work.
>
>Thanks,
>
>Don

Dear Don,

what about this?

oLabel.visible=.f.
oLabel.visible=.t.

bb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform