in INSERT mode when enter some field and the i press botton [message #529301] |
Mon, 31 October 2011 00:24 |
pradauman
Messages: 13 Registered: March 2009 Location: kolkata
|
Junior Member |
|
|
Dear all.
In INSERT mode in enter some field which is necessary for call another form before opening new form
POST; CALL_FORM('GEN_F003',HIDE,DO_REPLACE,NO_QUERY_ONLY,PL_ID);
then i found my entered data saved but how do'not understand.
any help me how this is happened.
thanking all.
regards,
pradauman
|
|
|
|
Re: in INSERT mode when enter some field and the i press botton [message #529308 is a reply to message #529303] |
Mon, 31 October 2011 01:43 |
pradauman
Messages: 13 Registered: March 2009 Location: kolkata
|
Junior Member |
|
|
Dear all,
When fire WHEN-button-press then first validate mandatory field (this for few field not whole)and then if validate successfully pass then use POST
then after CALL_FORM('GEN_F003',HIDE,DO_REPLACE,NO_QUERY_ONLY,PL_ID);
.
then i check in test database server there is no commit process but when i check in live database server then, same test process follow then i found data entered into the database.
.
i write validation for all mandatory field on save process but not fired.
kindly suggest me which point differ.
regards,
pradauman
|
|
|
|
|
|
|