Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling Multiple Forms and Commit

Status
Not open for further replies.

sonper

Programmer
Oct 4, 2001
94
0
0
PH
Hi,

I am currently doing a project which involves 2 form modules. By hitting a button in Form A, Form B is opened. I would just want to temporarily save data in Form B because user may want to cancel the operation anytime by hitting the "CANCEL" button in Form A. Eventually, everything will be committed in Form A and B once I hit the "SAVE" button in Form A. How will I accomplish this? Please provide examples. Thanks.
 
Use POST to save data without commtting. Use OPEN_FORM with the NO_SESSION option so that a commit in one form affects all open forms.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top