S
Stapes
Hi
I am opening a form "Add New Job", which on load, sets its DataEntry
attribute to true. If I enter no details & close the form, a record
had been created, so I added code to delete the record if no details
had been entered. Now when I close the form without entering any
details, it deletes the current record it has just created, but
creates another one with the next sequence number.
What I want it to do is create no record if no details are added. How
can I achieve this?
Yours
Stapes
I am opening a form "Add New Job", which on load, sets its DataEntry
attribute to true. If I enter no details & close the form, a record
had been created, so I added code to delete the record if no details
had been entered. Now when I close the form without entering any
details, it deletes the current record it has just created, but
creates another one with the next sequence number.
What I want it to do is create no record if no details are added. How
can I achieve this?
Yours
Stapes