Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevent() and _SCREEN
Message
From
06/03/2009 03:10:08
 
 
To
05/03/2009 09:08:00
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01385807
Message ID:
01386088
Views:
48
>I was trying Bindevent() with _screen object and i've noticed that for some events like
>'Destroy', 'Unload', 'QueryUnload' it was not possible to bind events to them.
>Is that correct or I've missed something?
>Thanks in advance.

Some VFP events are called only if exists code into them.
For _SCREEN.Destroy you can add an object to SCREEN with code into destroy method,
or bindevent to THISOBJECT.Destroy.

It is not perfect because CLEAR ALL destroy it
Previous
Reply
Map
View

Click here to load this message in the networking platform