Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a event to an object
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Adding a event to an object
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Miscellaneous
Thread ID:
01315742
Message ID:
01315742
Views:
76
Hi! There

is there any way to add an event, or a listener, or a hook to an already created object?

to be more specific, let's say you have this custom class
define class myClass as custom
     nTest = 0
enddefine
i don't have access to the source code of the class and i need a program fires when the ntest changes or is accessed.

I know there is this access and assign stuff, but once again, don't have access to code.

so, is there any way to add this to the object alredy created?
.......
DO WHILE .T.
      ME.Work()
ENDDO
Next
Reply
Map
View

Click here to load this message in the networking platform