Jump to content
Server Maintenance This Week. ×

conditional formatting on record commit.


This topic is 4254 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 4254 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.