Deleting a value set at run time.

Question:

How can I delete a value set at run time?

Solution:

To do so, you must use the following Formula method (via scripts):

object.DeleteValue bstrvalueName

This method deletes the value set specified in the function (for example, “Value 1“), where the object is the module (for example, “Formula1“) containing the set.

Example: Application.GetObject(“Formula1”).DeleteValue “Value 1”

 

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 *