Newbies mikehale Posted September 11, 2012 Newbies Posted September 11, 2012 Does anybody know of a calc for conditional formatting that is based on whether the record has been committed. I have not been able to find an answer to this with a bit of web searching. many thanks in advance. Mike
No_access Posted September 11, 2012 Posted September 11, 2012 On the layout setup, you can run a script using the OnRecordCommit under the script triggers tab. However, if you are using a commit button for your users, you can create a commit field and have your button set it to "1" or whatever to show that that record/button was used when creating the record, this is not really needed as FM saves as you go. unless you have unchecked save record changes automatically, it is hard to help you without more information or a sample DB. More information on what you are trying to do may be helpful, their are probably many ways to accomplish what you are looking form.
comment Posted September 11, 2012 Posted September 11, 2012 a calc for conditional formatting that is based on whether the record has been committed Such calculation is easy to construct using the Get ( RecordOpenState ) function. Whether this would work for conditional formatting is another question - a question of getting the object to redraw when the record is opened.
Recommended Posts
This topic is 4802 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