rivet Posted July 3, 2008 Posted July 3, 2008 I have a pref table with a global calc field, that returns the variable; $$title I have done this to display the project name on all layouts. The problem is when the user switches to another project, which changes the $$title variable, the global field in the prefs table (single record) need to be refreshed to display properly. any suggestions on the best way to fresh the prefs filed?
iMarcW Posted July 3, 2008 Posted July 3, 2008 Make the global calc field an unstored calc, perhaps? Otherwise, maybe the project-switching script, if there is one, can take care of resetting the variable, if it doesn't already.
rivet Posted July 3, 2008 Author Posted July 3, 2008 figured it out. In the same table I added a text field that is set along with the variable, which is used in the calculation of the global field, which forces an update. variable_refresh.zip
Recommended Posts
This topic is 5985 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