J
Jay
Hi all,
Got a minor annoyance that I can't figure out. I've set the Status Bar text
property for all my controls on my forms, and if I click on a control, the
name appears in the status bar without a problem.
However, when the form is displayed with no control selected, I have Form
Ready displayed in the status bar. What I'd like is to set the value to the
Name of the form.
However, the only code I could find to do that is this:
Dim l As Long
l = SysCmd(acSysCmdSetStatus, "Data Metrics")
But the problem with the code is the Status Bar text doesn't change if I
select a control. It remains what I set in the Form_Load. I tried placing
it in other events for the Form, but no luck. It would seem to be
unnecessary to have to code the clearing of the status bar on every click
event on the form.
Any help is appreciated.
Thanks,
Jay
Got a minor annoyance that I can't figure out. I've set the Status Bar text
property for all my controls on my forms, and if I click on a control, the
name appears in the status bar without a problem.
However, when the form is displayed with no control selected, I have Form
Ready displayed in the status bar. What I'd like is to set the value to the
Name of the form.
However, the only code I could find to do that is this:
Dim l As Long
l = SysCmd(acSysCmdSetStatus, "Data Metrics")
But the problem with the code is the Status Bar text doesn't change if I
select a control. It remains what I set in the Form_Load. I tried placing
it in other events for the Form, but no luck. It would seem to be
unnecessary to have to code the clearing of the status bar on every click
event on the form.
Any help is appreciated.
Thanks,
Jay