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
 Origin Forum
 inserting langname of graph page

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
Steffen_Krause Posted - 07/31/2009 : 06:30:56 AM
I want to insert the longname of a graph page into a label (text object in the same graph). Can I do this with %-variable?

Steffen
3   L A T E S T    R E P L I E S    (Newest First)
cpyang Posted - 08/04/2009 : 08:25:49 AM
I have submitted a tracker 14074 and will be in the next version (8.1)

Sophy Posted - 08/04/2009 : 07:06:56 AM
Hi, Steffen:

I guess there is a work around for your problem. Assume that your graph page's name is "Graph1", and the text object's name is Text, then you can put the graph page's name into the Text object by the following script:

range rngGraph = "[Graph1]";
string strName$ = rngGraph.name$; //if you graph page is active, another way to do this is "string strName$ = page.name$;"

Text.Text$ = strName$; //objName.Text$ = strName$;


larry_lan Posted - 08/04/2009 : 01:57:33 AM
Not support yet.

Thanks
Larry

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