what is the difference between Open,call & new Form? [message #308464] |
Mon, 24 March 2008 07:40  |
harshalonline22
Messages: 74 Registered: March 2007 Location: Pune
|
Member |
|
|
what is the difference between Open,call & new Form in case of following point.?
Suppose your application crashed because of some malfunctioning (for example if your PC configuration is low or because any other condition) and if you have written commit_form in one of the form then that data is committed to the database or not, even if your application(form 6i) crashed .
I know the basic difference between call form,New form & Open form.
But what is the difference between these corresponding to COMMIT_FORM?
Thanks & Regards,
Harshal
|
|
|
Re: what is the difference between Open,call & new Form? [message #308537 is a reply to message #308464] |
Mon, 24 March 2008 14:12  |
 |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Quote: | if you have written commit_form in one of the form then that data is committed to the database or not, even if your application(form 6i) crashed .
|
Changes are committed IF the commit_form was executed. It doesn't matter whether it exists somewhere in your code - it must be executed.
Calling a form doesn't matter in this story (unless I didn't understand you correctly).
|
|
|