binap
Posts: 10
|
| Posted: 08/08/2008, 12:29 AM |
|
In add form i am inserting clear button which will perform to clear the form variables using record builder. And in edit page i want to clear button disappear. This action i want to in the same page. Can any body suggest/help to me.
|
 |
 |
cvboucher
Posts: 191
|
| Posted: 08/08/2008, 8:37 AM |
|
Binap,
I'm not sure if this is what you are looking for but I use the following method to allow users to continue adding records without returing to the list/grid. First you have to create an "Add Another" button under Project Settings/Styles.
Copy & paste the "Add" button on the record form and change the image to "Add Another."
Set the Return Page to the record form.
Add the primery key field(s) to Remove Parameters.
Craig
|
 |
 |
Waspman
Posts: 948
|
| Posted: 08/08/2008, 10:02 AM |
|
Are you trying to clear the field contents without submitting the record?
Just create a button and make the return page itself just like opening the page again?
T
_________________
http://www.waspmedia.co.uk |
 |
 |
|