KB-40655: Digital link via scripts.
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: 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 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,…