updating titleText

Hi,

I have a form that has it’s titleText set to a global variable, globals.titleBarText.

Sometimes I run scripts that change the contents of that variable, but it doesn’t update in the title bar until I change records. Neither controller.saveData() nor application.updateUI() make a difference. How can I update the titleText without changing forms?

Thanks,
Andrew

…anyone?

The IT2Be Tools plugin has a setSolutionTitle function that does just that.
Ofcourse if you want to keep this title you have to set it everytime you load a main form or else it will be overruled.

See the IT2Be website for more information.

Hope this helps.