Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Individualizing forms created with forms wizard
Message
From
04/11/1997 12:40:41
Edward Crawford
City Facilities Management
Glasgow, United Kingdom
 
 
To
04/11/1997 12:30:24
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00058174
Message ID:
00058179
Views:
27
>I created a secondary form using the forms wizard. Looks good, (top, bottom, prev, next, exit) buttons all work but I want to transfer the selected data to the underlying form when I press the exit button. If I put my save routine under the exit buttons properties, it transfers my data but no longer exits the the secondary form. What am I doing wrong?
>Suggestions are welcome.
>
>Barbara

Barbara:

I don't use the Forms Wizard, but the buttons that you describe are probably subclassed from another class. Since the RELEASE code is probably located in the parent class, you need to place DODEFAULT() after your code in the Click Event of the Exit button. Since you placed code in this event, the inherited behavior will not execute unless you do this.

-Ed
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform