houseofturner
Registered User.
- Local time
- Today, 06:44
- Joined
- Dec 10, 2009
- Messages
- 37
I am using: RetVal = SysCmd(acSysCmdInitMeter, "Preparing Database...", 5) in order to display custom messages on the status bar.
This works fine when I test being able to display this but when queries are running then the standard Status Bar saying Running Query etc over rides my custom status bar.
Is there a way to stop this happening?
Also can you change the text of the status bar using:
RetVal = SysCmd(acSysCmdUpdateMeter, "Preparing Database...", 10) as when I try this it seems to return an error.
Thanks!
This works fine when I test being able to display this but when queries are running then the standard Status Bar saying Running Query etc over rides my custom status bar.
Is there a way to stop this happening?
Also can you change the text of the status bar using:
RetVal = SysCmd(acSysCmdUpdateMeter, "Preparing Database...", 10) as when I try this it seems to return an error.
Thanks!