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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Automate recalculate in stats window?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
AtiLaw Posted - 01/05/2004 : 10:36:39 AM
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.
2   L A T E S T    R E P L I E S    (Newest First)
AtiLaw Posted - 01/05/2004 : 12:02:06 PM
Thanks, thats a big help! :)
Mike Buess Posted - 01/05/2004 : 10:56:42 AM
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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000