How to display the status on the status area of the Form

J

John

Hi,

Any one know how to display the status information on
status area of the form?

Thanks
John
 
D

Dirk Goldgar

John said:
Hi,

Any one know how to display the status information on
status area of the form?

The status area of the *form*? What's that? You can display text on
the status bar of the application window using

SysCmd acSysCmdSetStatus, "text to display"

and later clear it with

SysCmd acSysCmdClearStatus

but I don't know what you mean by "the status area of the form".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top