Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form return value problem
Message
From
07/04/2003 06:18:26
Alan Harris-Reid
Baseline Data Services
Devon, United Kingdom
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00774567
Message ID:
00774622
Views:
15
After much soul-searching and coverage logging - I think I've found out what's going on (although I'm willing to be told otherwise).

The unload line RETURN lReturnVal was not at form level, it was in a form class higher-up the class-heirarchy. Therefore when the form.unload contains DODEFAULT() (or no code), the parent class Unload() fires and returns a value only to the next level down the heirarchy. If that next level doesn't do anything with the value, it will be lost before the bottom-level form.unload() fires. (Hope this makes sense!)

The solution is to use RETURN DODEFAULT() in the bottom-level form.unload() method.

Thanks to all those who replied.
Alan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform