Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevent to a property
Message
From
08/04/2013 20:27:46
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01570434
Message ID:
01570443
Views:
65
>Hi everybody,
>I used BindEvent to bind certain event from some object to another event usually on the form's object.
>Right now I have the following situation.
>
>I have a mover class. This class has Updated property which is set from the button's code and may be in other places.
>
>I need to be able to link that property (when it's set to true) to the form's InfoChanged method.
>I am not sure how to do this.
>Thanks a lot in advance.


Of course you can use ProgrammaticEvent() and signal it directly. To use BindEvent(), you can signal off the change of that property.

See the syntax in this example: Message ID:1158912
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform