Any Help Please [message #81141] |
Wed, 15 January 2003 18:24 |
Kumar
Messages: 115 Registered: December 1998
|
Senior Member |
|
|
I have a multi record block. After adding a record the user has to save that record and then only he should be able to add another record if he wants. If he tries to add another record he should get a message which says 'please save the record before adding another record'.
Can anyone please guide me which is the trigger that i have to use for this and what should be the code
Any help appreciated
Thanks
Vinod
|
|
|
Re: Any Help Please [message #81143 is a reply to message #81141] |
Wed, 15 January 2003 21:48 |
Julie
Messages: 98 Registered: February 2002
|
Member |
|
|
I try post record and check the form status to see if it is changed -
IF system.form_status = 'CHANGED' THEN
and display a message telling them to click save.
|
|
|
Re: Any Help Please [message #81154 is a reply to message #81141] |
Thu, 16 January 2003 18:08 |
Vinod
Messages: 76 Registered: April 1999
|
Member |
|
|
I have an add button where i have create_record. If i click on that button then this message shows up since form status is changed, i should not get this message when i click on add button
any help
Vinod
|
|
|