Commit_Form [message #183979] |
Mon, 24 July 2006 11:56 |
m3_suja
Messages: 5 Registered: July 2006
|
Junior Member |
|
|
I am having the EMP table wherein I have Columns Empno,Ename,Dept No,Salary. I am changing the field value of salary from 10000 to 30000.If i click save button which has commit_form code. What will happen in the Front end
|
|
|
Re: Commit_Form [message #183980 is a reply to message #183979] |
Mon, 24 July 2006 11:59 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
It will save the changes to the database.
Let me amend that.
The "backend" will save the changes to the database. The front-end? Well, a literal answer would be "nothing" will happen becuase you have already changed the value on the form. You might get a message telling you that your changes have been committed, depending on your :SYSTEM.MESSAGE_LEVEL.
[Updated on: Mon, 24 July 2006 12:03] Report message to a moderator
|
|
|
|
Re: Commit_Form [message #185464 is a reply to message #184602] |
Tue, 01 August 2006 21:34 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Have a look at the 'get_record_property'. It returns the 'status' by 'record number' and 'block'.
David
|
|
|