The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Automate recalculate in stats window?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

AtiLaw

UK
Posts

Posted - 01/05/2004 :  10:36:39 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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.

Thanks for any help.

Mike Buess

USA
3037 Posts

Posted - 01/05/2004 :  10:56:42 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.

Mike Buess
Origin WebRing Member
Go to Top of Page

AtiLaw

UK
Posts

Posted - 01/05/2004 :  12:02:06 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks, thats a big help! :)
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000