I need to use the statusbar for important messages. In the beginning of the
program, I can set the status bar using
_VFP.Statusbar = "message"
However, as soon as I set any control using StatusBarText = "prompt"
I lose control of the status bar. If I do not have a StatusBarText set for
ALL controls, I get the Set Talk On database status information on the
status bar. All commands like
SET Talk Off
or
Set Message to "message"
are ignored.
How can I regain control of the Status Bar after using StatusBarText in a
control?
Thank you,
Fred Lepow