difference "commit/commit_form" [message #133776] |
Mon, 22 August 2005 03:49 |
bhoite_amol83
Messages: 110 Registered: June 2005 Location: Pune
|
Senior Member |
|
|
Hi,
I want to know difference between
1:>commit and commit_form
2:>Call_form and open_form and new_form
3:>up and down
Plz anyone tell me about it.
Thanx in advance.
Amol.
|
|
|
|
|
Re: difference "commit/commit_form" [message #133806 is a reply to message #133776] |
Mon, 22 August 2005 05:24 |
kiran
Messages: 503 Registered: July 2000
|
Senior Member |
|
|
Commit is a command for committing all the transactions that you have performed.
Commit_form is a forms built-in function to save the data(which is posted during form runtime session) to the database.
Up is another forms built-in function for navigating to the instance of the current item in the record with the next lowest seq.no.
Where as Down function consides the next highest seq.no.
--Kiran.
|
|
|
|
|