FancyPrairie
Programmer
I have a main form (acts as a portal into the system), a form from which the user can edit/maintain their data, a form from which the user can select and filter reports, and a several forms that allow the user to maintain look-up tables.
When I open the main form, the custom ribbon I have created for that form is displayed. However, when I open any other form, the ribbon assigned to that form is not shown until I click on a field on that form. I have tried setting focus to a field on the form (followed by DoEvents), but no luck.
The code for handling the ribbons is the same for all of my forms (including the main). Is there something else I need to do for the ribbon to appear without having to click on a field?
When I open the main form, the custom ribbon I have created for that form is displayed. However, when I open any other form, the ribbon assigned to that form is not shown until I click on a field on that form. I have tried setting focus to a field on the form (followed by DoEvents), but no luck.
The code for handling the ribbons is the same for all of my forms (including the main). Is there something else I need to do for the ribbon to appear without having to click on a field?