Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling method
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00130515
Message ID:
00130521
Views:
15
>I have thisform.release in a command button. Is there any way to no
>in the Unload event what the calling method was?
>
>Thanks,
>Matt

You can enforce it, e.g. by setting some custom property
***button.click event
Thisform.releaseflag=8
Thisform.release
***form.destroy event
If this.releaseflag=8
=messagebox("This is button!")
Endif
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform