Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevent,scx and assign.
Message
From
06/10/2003 12:38:30
 
 
To
06/10/2003 12:07:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00835416
Message ID:
00835435
Views:
18
Hi Craig,

I read the Help.

OK, open the problem.

I have a property myProperty on various class and SCX.
I have a objManager object.

I need
BINDEVENT(object,"myProperty",objManager,"ManagerMethod")
when a object is build
( objects are build on random order and random type )

On objManager.ManagerMethod i need to use the new value of object.myProperty.

If i use
BINDEVENT(object,"myProperty",objManager,"ManagerMethod")
i see myProperty change event, but not the value.

If i use
BINDEVENT(object,"myProperty_Assign",objManager,"ManagerMethod")
i found tons of problems.

Exist a way for do this, without create a surrogate assign method on any class ?

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform