Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blinking Labels
Message
From
01/09/2003 15:15:09
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00825075
Message ID:
00825117
Views:
16
Hi Harry

>Can anyone tell me how to make a LABEL blink using VFP 6.0?
>I tried SET BLINK ON to no avail.

IOf you really must do it (and must you really?) the only way I know is to use a timer on the form, set its interval to 300 and in the Timer() Method add the folowing code (amend the object reference accordingly):
WITH ThisForm.BlinkingLabel
  .Visible = NOT .Visible
ENDWITH
----
Regards
Andy Kramek
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform