KB-30528: Displaying the name of the active Formula.

Question:

How can I display the name of the currrently active Formula?

Solution:

To do so, in the same script that passes the Formula’s name to the method responsible for loading it, insert a line that attributes the name used on the previous method to an internal tag. On the screen, create a display linked to the internal tag to display the Formula‘s name.

Application.LoadFormulaDlg "Formula1", UnitName, ValueName
Application.GetObject("Dados.FormulaValue").Value = ValueName
Application.GetObject("Dados.FormulaUnitName").Value = UnitName

 

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 *