KB-24635: Checking wheter Value property is already linked, at runtime.

Question:

How can I check, at runtime, whether an object’s Value property is already linked?

Solution:

To do so, use a script that is similar to the one in the example below:

Dim Bind
Set Bind = Screen.Item(“Text1”).Links.Item(“Value”)
If Bind Is Nothing Then
MsgBox “Text1 not linked to any object.”

End If

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 *