I
Ian Millward
Does anybody know if this is possible and, if so, how do I do it.
I want to display a little help message in the status bar or a label at the
foot of a form to help infrequent users but I don't want to irritate regular
users with a surfeit of info. If I use ControlTipText the message pops up
near the control and masks other controls on the form. Also, it pops up and
disappears too quickly for the slow witted and too often for regular users.
On the other hand, if I use ControlTipText, I get a message after the
control has received focus, in the case of a button, after it has been
pressed. You would, for example, get a message saying something like " You
have just deleted your entire record set" rather than "If you click this
button you will delete your entire record set"
In Delphi there is just such a method using the Application.OnHint event
which takes the equivalent of the ControlTipText and displays it as the
caption on a panel at the foot of a form. Is there a similar way of doing it
in Access?
Since I want something simple, I don't want to go to the extent of having a
help file to install with the database which would provide contextual help
or to have a "What's This" button.
Many thanks,
Ian Millward
I want to display a little help message in the status bar or a label at the
foot of a form to help infrequent users but I don't want to irritate regular
users with a surfeit of info. If I use ControlTipText the message pops up
near the control and masks other controls on the form. Also, it pops up and
disappears too quickly for the slow witted and too often for regular users.
On the other hand, if I use ControlTipText, I get a message after the
control has received focus, in the case of a button, after it has been
pressed. You would, for example, get a message saying something like " You
have just deleted your entire record set" rather than "If you click this
button you will delete your entire record set"
In Delphi there is just such a method using the Application.OnHint event
which takes the equivalent of the ControlTipText and displays it as the
caption on a panel at the foot of a form. Is there a similar way of doing it
in Access?
Since I want something simple, I don't want to go to the extent of having a
help file to install with the database which would provide contextual help
or to have a "What's This" button.
Many thanks,
Ian Millward