Support to indexes for arrays in Links expressions.
Starting from Elipse E3/Power version 5.1 and subsequent ones, support to indexes for arrays in links expressions has been implemented. In this case, arrays can be of any dimension. An array…
Starting from Elipse E3/Power version 5.1 and subsequent ones, support to indexes for arrays in links expressions has been implemented. In this case, arrays can be of any dimension. An array…
Autor
Irene Rodrigues
Question: How can I create a digital link via scripts? Solution: Example: set bind = Screen.Item(“Text1”).Links.CreateLink(“Value”, “Data.Tag1.Value”, 3) bind.OnValue = “Text ON” bind.OffValue = “Text OFF”
Question: Can I insert Boolean expressions and mathematic operations in the same link? Solution: Yes, you can. For example: 5 + (Tag1.Value AND Tag2.Value) In this example, the Boolean expression’s…
Question: Can I create a Connection link via CreateLink() method, similarly to when we connect an XControl on the screen to an XObject in the data server? Solution: No, you…
Question: Can I remove only a link’s source via scripts, with no need to change the other settings (in a table link, for example)? Solution: Yes, you can. To do…
Question: Can I set up a simple link so that it isolates just some of the bits when the value is transferred, and not the whole value? Solution: Yes. To…
Question: How can I have a display showing a tag’s value only when it is higher than 5? Solution: To do so, you can set a Multiple-type link, as follows:…
Question: How can I disable a table link row’s Blink property via scripts? Solution: To do so, just access the object’s links collection, select the property containing the table link,…
Question: How can I create a link with two Boolean-type tags as their value source to change the colors in a screen object, according to the table below? Tag 1…