Geordie2008
Registered User.
- Local time
- Today, 23:25
- Joined
- Mar 25, 2008
- Messages
- 177
Hi all,
I have a form which if the user selects "Add new" takes them to a data entry form which will populate an underlying table.
I wanted a "Cancel" button, so that if the user selected "add new" and changed their mind they could cancel without populating a blank row of data into the underlying table.
I guess I want to hit an "escape" button before the null values are passed to the underlying bound data table.
Thank you.
I have a form which if the user selects "Add new" takes them to a data entry form which will populate an underlying table.
I wanted a "Cancel" button, so that if the user selected "add new" and changed their mind they could cancel without populating a blank row of data into the underlying table.
I guess I want to hit an "escape" button before the null values are passed to the underlying bound data table.
Thank you.