KB-33304: Disabling Blink property in a table link’s row at run time.

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, and then disable the row’s Blink property.

Example:

Sub Button1_Click()
     Screen.Item(“Rectangle1”).Links.Item(“ForegroundColor”).Item(1).Blink = false
     Screen.Item(“Rectangle 1”).Links.Item(“ForegroundColor”).Item(2).Blink = false
End Sub
Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *