Hi, I was wondering whether it was possible to automatically recalculate the stats I get from the "Statistics on Column" bit. If it is possible, what labtalk command could I shove through? I have tried refreshing the window but it doesnt update values, so I have to manually press the recalculate button on the sheet.
The Recalculate button runs the following command...
run.section(Template,Colstat);
You can find out what a text button or other UIM control does like this:
1. Edit->Button Edit Mode 2. Select the button or control. 3. Format->Label Control 4. The script is in the edit box at the bottom of the dialog. Copy and paste into your own script file. 5. Exit Button Edit Mode. That is necessary in order to access standard window properties.