February 5, 200718 yr I have a table 'a' containing a 'total' field summaryzing several related records. Sometimes I need the sum of the 'total' fields from a long quantity of records from the 'a' table. I save this into a 's.total' calculation field using the GetSummary function. When in browse mode I go into the layout containing 's.total' it takes a long time to get the calculation. I just need to have the calculation sometimes, so in order to accelerate it I would like to script a button that shows or hides the field containing 's.total' into one layout. I know I could use two identical layouts (except 's.total') and switch from one to another, but I would prefer something simpler. I tried hiding 's.total' with a container field to mask the summary field but the calculation is performed anyway. Any idea? Thank you
February 5, 200718 yr I just need to have the calculation sometimes, so in order to accelerate it I would like to script a button that shows or hides the field containing 's.total' into one layout. You have the correct version to pull this one off, make a invisible tabbed layout only showing this annoying field on the not default tab. To get it thru on demand, make a script line going to the appropriate tab. --sd
Create an account or sign in to comment