Cancel Add (create record) Transaction [message #180028] |
Thu, 29 June 2006 20:24 |
cong
Messages: 25 Registered: June 2006
|
Junior Member |
|
|
After the user clicks the Add button, a new record is inserted. All fields are required. If the user decides to close or exit from the module, the message "Field must be entered" is displayed. To be able to exit, the user needs to enter data, click Delete button then, Exit and just cancel the transaction.
I want to add a Clear Record button that will be used to cancel Add or Modify transaction. How do I go about it?
Also, how do I make the label in the push button, 2 lines? Meaning, Clear then, next line is Record. This is because of space constraint. Thanks!
Thanks for replying to my previous question!
|
|
|
|
|
Re: Cancel Add (create record) Transaction [message #180324 is a reply to message #180028] |
Mon, 03 July 2006 02:03 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
The reason you have to delete the record is that you have touched at least one of the new fields. I suggest that you use the When-Create-Record trigger to populate any needed information but that you DO NOT set any fields to NULL.
Please post how you are currently populating a new record.
David
|
|
|