Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flashing label
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00421038
Message ID:
00421043
Views:
20
>Hi everybody,
>
>I've just added a new function for one of my application, called clone. The code is simple:
>
>local oTemp
>scatter name oTemp memo
>append blank && default ID assigned on APPEND
>oTemp.FunctionID = FunctionID
>gather name oTemp memo
>
>I think, I have to add a label, which would indicate, that this is a new cloned record and would be visible untill save or revert buttons would be pressed. Threfore my question: how can I create a flashing effect for this label by simplest way? I'm not sure, that I want to use timer for this...
>
>Thanks in advance.


Why not simply set the labels visible to .t. when adding the record and set it to invisible when clicking on revert or save buttons.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform