Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flash
Message
From
27/10/1999 15:47:50
 
 
To
27/10/1999 15:25:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Flash
Miscellaneous
Thread ID:
00282450
Message ID:
00282601
Views:
32
I Sergio,

>Sorry I meant a commandbutton

Use a timer and a Custom Property (cCaption) for the Buttons real caption:
*Timer() Event
with Thisform.cmdBlicking
    .Caption = iif(empty(.Caption), .cCaption, '')
endwith
You may need to account for AutoSize!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform