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