How to close a form without saving a record

vipinkuruvillavipinkuruvilla Member Posts: 143
Hai,

can anyone let me know how i can close a form without saving a record?

consider the folllowing example:

Iam creating a record with a record number as its primary key. Now Iam deleting the record number. Now if i try to close the form a message like "Do you want to rename the record" is displayed. Iam going to click the No button then a message like "close anyway" gets displayed.Here iam going to click the yes button. It closes the form by saving the record with the record number.

Is it possible to delete a record number in the front end itself???

Thanks in advance...

Comments

  • rajpatelbcarajpatelbca Member Posts: 178

    can anyone let me know how i can close a form without saving a record?
    Is it possible to delete a record number in the front end itself???

    you can use currform.update(False) to exit without saving records.

    i think u have to refer "Application Designer Guide " which is available in Doc folder of Product CD.
    Experience Makes Man Perfect....
    Rajesh Patel
Sign In or Register to comment.