Approach User Support homepage Approach User Support
Answers to Frequently Asked Questions about Lotus Approach
Examples LotusScripts
Example databases
Links to other Lotus Approach support services

[Return to contents]

Stopping Approach from prompting to save an .apr

Last updated: 5 Feb 1999

If you have modifiable text boxes on reports, you will be familiar with the fact that every time you close the .apr after modifying it you are prompted is save the .apr.

You can suppress the save prompt with the following script...

Sub ClearSaveFlag
        Currentdocument.modified = False
End Sub

[Return to contents]

© Copyright, JohnBrown, Trademarks, Disclaimer, Acknowledgements.