Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BindEvent and properties
Message
From
17/02/2009 16:55:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
BindEvent and properties
Miscellaneous
Thread ID:
01382501
Message ID:
01382501
Views:
88
How does one use BindEvent to link properties together?

For instance, a form with a property named 'cSomeProperty' and an object on the form with a property by the same name, and when that property is set on the form, I want that value to propogate to the object, by way of the binding.

In my form init(), I have:
BindEvent(this, 'cSomeProperty, this.SomeObject, 'cSomeProperty')
It does not seem to work.

What am I missing?
Next
Reply
Map
View

Click here to load this message in the networking platform