Genx Posted April 9, 2007 Posted April 9, 2007 Is there any way to stop a user from committing a record without pressing a submit button in the FM Client? Probably know the answer to the question but... I'm just trying to avoid using global fields not that it will make a huge difference. Cheers.
Reed Posted April 9, 2007 Posted April 9, 2007 You could uncheck the "Save record changes automatically" checkbox in the layout setup dialog. Then users would have to click the save button.
Genx Posted April 9, 2007 Author Posted April 9, 2007 Yeh, but then the dialog pops up... no way to attach a script to that (that i know of). A plug in is acceptable here if someone can tell me how to set it up as a sort of "pre-commit" step...
Stuart Taylor Posted April 9, 2007 Posted April 9, 2007 Here is a totally impractical and imperfect way of doing it... LackOfCommitment.fp7.zip
Genx Posted April 9, 2007 Author Posted April 9, 2007 Lol love the name, but what if they double click? Suppose i could overlay the entire layout with a button, but that will give people seizures with the major inversion. Anyone have any bright idea's (no pun intended ) Cheers guys.
Stuart Taylor Posted April 11, 2007 Posted April 11, 2007 This'll do it... ;) TotallyUncommited.fp7.zip
Genx Posted April 12, 2007 Author Posted April 12, 2007 Yeh, but i'll have a seizure lol. I guess no real alternative at this stage . Guess i'll have to use globals. Spose i can live with that.
David Jondreau Posted April 13, 2007 Posted April 13, 2007 The simplest way would be to set Validation by calculation to "0". Then have your commit script contain a Commit Record step with the "Skip data entry validation" set. Your Custom dialog can say "Please use the Commit button".
Genx Posted April 13, 2007 Author Posted April 13, 2007 You know what... that is not a bad idea... Good work David!
Stuart Taylor Posted April 27, 2007 Posted April 27, 2007 Hey Genx, This works on a mac (no seizure included), and its very very simple... CommitMe.fp7.zip
Recommended Posts
This topic is 6422 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now