How to open screen with the name of screen ?

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
ladin79
Posts: 19
Joined: Tue Nov 13, 2012 12:25 pm

Re: How to open screen with the name of screen ?

Post by ladin79 »

Hello,
It is possible to copy in a Tag the complete current screen name included alias instances?

Something like current screen:
"Screen1.instance1"

Thanks.

ParthDesai
Posts: 9
Joined: Fri Jan 15, 2016 4:00 am

Re: How to open screen with the name of screen ?

Post by ParthDesai »

How to use String to Tag Function on button click event to get the value of it ?
I am using as Below But not getting results.

Code: Select all

MessageBox.Show(StringToTag("value1").Value);

Sergei Troizky
Posts: 23
Joined: Mon Jun 13, 2016 4:03 pm

Re: How to open screen with the name of screen ?

Post by Sergei Troizky »

Is there a way of doing the same, but based on screen ID, not the name?

junekj
Posts: 2
Joined: Tue Aug 09, 2016 2:03 am

Re: How to open screen with the name of screen ?

Post by junekj »

Hello,

im tried "String2Tag" method from this topic, but i have similarly problems like ParthDesai. I'm tried something like

Code: Select all

this.AnalogNumeric.Value = Globals.ScriptModule2.StringToTag("Value1").Value; 
on button click (ButtonUp), and i havent got any results, moreover button freezes.

TY

Post Reply