Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Blinking Text on a Form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00608639
Message ID:
00608952
Vues:
23
It is not posible. But Try this :

Insert a Timer object.

In the timer code write this:

if Thisform.text1.enabled
Thisform.text1.enabled = .F.
else
Thisform.text1.enabled = .T.
Endif

This code provoke that the object apparent a blink. I used with the labels object and function.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform