Rainy Pass Posted March 10, 2005 Author Posted March 10, 2005 Can a field be made to display functions such as Get (RecordCount) across tables? I would like to replicate the status area without building fields for each table. Am I dreaming here?
Rainy Pass Posted March 10, 2005 Posted March 10, 2005 Can a field be made to display functions such as Get (RecordCount) across tables? I would like to replicate the status area without building fields for each table. Am I dreaming here?
Rainy Pass Posted March 10, 2005 Author Posted March 10, 2005 Can a field be made to display functions such as Get (RecordCount) across tables? I would like to replicate the status area without building fields for each table. Am I dreaming here?
Brian C Posted March 10, 2005 Posted March 10, 2005 Use an unstored calculation field containing the Get(RecordCount) function. Then just drop this onto your layout.
Brian C Posted March 10, 2005 Posted March 10, 2005 Use an unstored calculation field containing the Get(RecordCount) function. Then just drop this onto your layout.
Brian C Posted March 10, 2005 Posted March 10, 2005 Use an unstored calculation field containing the Get(RecordCount) function. Then just drop this onto your layout.
Rainy Pass Posted March 10, 2005 Author Posted March 10, 2005 This method requires a separate calc field reside in each table. Is there a way to make one calc show the correct data when placed on different Tables and table occurrances?
Rainy Pass Posted March 10, 2005 Author Posted March 10, 2005 This method requires a separate calc field reside in each table. Is there a way to make one calc show the correct data when placed on different Tables and table occurrances?
Rainy Pass Posted March 10, 2005 Author Posted March 10, 2005 This method requires a separate calc field reside in each table. Is there a way to make one calc show the correct data when placed on different Tables and table occurrances?
wmugrad28 Posted August 15, 2005 Posted August 15, 2005 It doesn't appear that globals work well with Get functions. They won't update when a user changes records, etc. unless they are changed by a script, which could happen very frequently as users move around. One thing I would like to know is how Get (RecordNumber) and Get (FoundCount) perform by themselves in an unstored calculation field in a multi-user environment. What is the best way to replicate these parts of the Status Area in FM if the unstored calcs don't work like I want them to (as I mentioned above)? Greg
comment Posted August 17, 2005 Posted August 17, 2005 An unstored (not global) calculation of Get (FoundCount) will return different results for each user/window.
Recommended Posts
This topic is 7106 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