D
Dan Knight
Is it possible to create a text box on a custom toolbar?
I have created a toolbar that uses the records navigation command buttons to
navigate multiple subforms. These work great and I love the fact that I can
use one toolbar for all my subforms.
However, that these lack is the current record of record count features. So
my users have no way of knowing what record they are on when using the
toolbar nav buttons.
What I'd like is either a way of placing a full records navigation control
on the custom toolbar or at least using either a text box that I can
programatically set the caption to "current record" or recordcount. I've
tried using a custom button, but when the code sets the caption property it
seems to also change the name property of the button, which means it works
great for the first & only first time.
I have created a toolbar that uses the records navigation command buttons to
navigate multiple subforms. These work great and I love the fact that I can
use one toolbar for all my subforms.
However, that these lack is the current record of record count features. So
my users have no way of knowing what record they are on when using the
toolbar nav buttons.
What I'd like is either a way of placing a full records navigation control
on the custom toolbar or at least using either a text box that I can
programatically set the caption to "current record" or recordcount. I've
tried using a custom button, but when the code sets the caption property it
seems to also change the name property of the button, which means it works
great for the first & only first time.