Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container Click
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00237727
Message ID:
00237731
Views:
9
>I have this in the Click event of a container:
>
>This.SpecialEffect = 1
>
>The container has nothing on it (yet), but the
>special effect does not change.
>
>Anyone know what's gives?

Kevin,
you can do like this:

This.Visible = .F.
This.SpecialEffect = 1
This.Visible = .T.
Regards

Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform