Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search screen changes to data entry screen....
Message
From
29/06/2000 13:42:02
 
 
To
29/06/2000 13:20:08
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00386294
Message ID:
00386571
Views:
20
>Well, I'm not sure how to reference the enter key as "Save and append another".

Ok, take the Button where the code is, and set the Default property to .T., like in my last sample, that should be it.

>Another problem is how to cancel the appended record before saving, should the user want to do so.

If the Cancel an APPEND BLANK, you can simply DELETE the current record. Or, the best way would be to buffer the tables, a TableUpdate() will commit the changes, and a TableRevert() will revert the table to its orginal state.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform