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
 Origin Forum
 inserting langname of graph page
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Steffen_Krause

Germany
Posts

Posted - 07/31/2009 :  06:30:56 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

larry_lan

China
Posts

Posted - 08/04/2009 :  01:57:33 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Not support yet.

Thanks
Larry
Go to Top of Page

Sophy

China
Posts

Posted - 08/04/2009 :  07:06:56 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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$;


Go to Top of Page

cpyang

USA
1406 Posts

Posted - 08/04/2009 :  08:25:49 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I have submitted a tracker 14074 and will be in the next version (8.1)

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