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
 Activate a workbook

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
kdsaransh Posted - 04/10/2015 : 1:18:52 PM
hello,

I am facing a very strange problem:

I can activate a workbook named as " book1" or something like that. but i cannot activate a workbook named as"Dummydrain4terminalidvd"
I don't know the problem.

if you could sort my problem out.

Thanks in advance.
2   L A T E S T    R E P L I E S    (Newest First)
kdsaransh Posted - 04/14/2015 : 06:40:35 AM
Many many thanks
lkb0221 Posted - 04/13/2015 : 10:26:24 AM
Hi,

Because that name is too long for a short name.
So either it has been trimmed to "Dummydrain4te" or it's actually a long name.

To active a window with it's long name:
range rr = ["Dummydrain4terminalidvd"]; // Define range variable with long name
window -a %(rr.name$); // Activate it


But be careful that long names can have duplicates.


Zheng
OriginLab

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