I have a form main with a StatusBar. when i try this command:
Main.StatusBar.Item(1) := " Text of status bar"

in my module main.prg, work fine. But when i try in other module it don´t work.

My form main is called in main.prg module.
When i try in another module, i get a message of error in line of command (Main.StatusBar.Item(1)) erro like "."
what´s going on?
Anybody help me?
PS: Sorry my bad english

Tank´s a lot, for your attention.