Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blinking Text on a Form
Message
From
23/01/2002 09:42:32
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00608639
Message ID:
00608952
Views:
24
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform