- Local time
- Today, 00:37
- Joined
- Sep 12, 2006
- Messages
- 16,018
i think its hard to FORCE users to save with a button only, on a bound form though isnt it? You can do it by asking a question in the before update event, which can become tedious, for users. But if you dont do it in that way, you have to allow for other ways in which users could inadvertently save the record. so maybe you need the form to be opened in dialog mode also.
Look and feel is important as well - I have a couple of forms that have the close button disabled for similar reasons, and it feels really strange, as you are forced to look for alternative ways of closing, and select between a scrap changes button, and a save changes button.
Look and feel is important as well - I have a couple of forms that have the close button disabled for similar reasons, and it feels really strange, as you are forced to look for alternative ways of closing, and select between a scrap changes button, and a save changes button.