Ribbons
Smart View is designed to work optimally with the ribbon structure of Microsoft Office 2007 or later, but you can use 把复杂的期权简单化的Ribbon Smart View with Office 2003 through the Smart View menu. The organization of items on this menu is analogous to that of the ribbon structure.
You access Smart View functionality in Office applications through ribbon commands. The Smart View ribbon, which contains commands for common Smart View operations and for Reporting and Analysis operations, is always present. When you 把复杂的期权简单化的Ribbon connect to a data source (other than Reporting and Analysis or Financial Close Management), the corresponding data source ribbon is also displayed. Each of these ribbons displays only the commands supported for that 把复杂的期权简单化的Ribbon data source and mode.
For Planning, Financial Management, and Hyperion Enterprise, when you enter ad hoc analysis (see Ad Hoc Analysis), the data source ribbon is replaced by its ad hoc version. The ribbons are as follows:
把复杂的期权简单化的Ribbon
Skip to main content
Bowtique 把复杂的期权简单化的Ribbon 把复杂的期权简单化的Ribbon VR15.044 | Black & Gold Bees Natural Ribbon | 5m x 15mm | Decorative
Bowtique 把复杂的期权简单化的Ribbon Patterned Natural Cotton Ribbons for Sewing, Crafts, Gift 把复杂的期权简单化的Ribbon Wrap and Decoration - Bee's Black and Gold - 044-15mm Wide x 2 Reels
Plush Addict Festive Sparkle Bee Ribbons for Sewing, Christmas Decorations and Crafts - Petrol/Gold - 1 METRE (25mm)
Shop products from small and medium business brands and artisans in your community sold in Amazon’s store. Discover more about the small businesses partnering with Amazon, and Amazon’s commitment to empowering them. Learn more
Plush Addict Candy Stripe Ribbon for Floral, Gift 把复杂的期权简单化的Ribbon Wrapping, Christmas Tree, Ornaments, Wreaths, Bows, Holiday Decorations and General Crafts - Red - 22mm Wide - by The Metre
Shop products from small and medium business brands and artisans in your community sold in Amazon’s store. Discover more about the small businesses partnering with Amazon, and Amazon’s commitment to empowering them. Learn more
把复杂的期权简单化的Ribbon
From Office applications, you access Oracle 把复杂的期权简单化的Ribbon Smart View for Office functionality through ribbon commands.
Smart View is designed to work optimally with the ribbon structure of Microsoft Office 2010 or later.
The Smart View ribbon , which contains commands for common Smart View operations and for Oracle Hyperion Reporting and Analysis operations, is always present.
When you connect to a data source (other than Reporting and Analysis ), the corresponding data source ribbon is also displayed. Each ribbon displays only the commands supported 把复杂的期权简单化的Ribbon for that data source and mode. For example, in the following illustration for Planning , when you access a Planning form, the Planning ribbon is displayed; when you enter ad hoc analysis (see Ad Hoc Analysis), the Planning Ad Hoc ribbon is displayed.
The ribbons are:
Planning Ad Hoc
FCCS ( Financial Consolidation and Close )
TRCS ( Tax Reporting )
Others —If the administrator has installed and configured your Smart View system with extensions, there may be other ribbons; for example:
把复杂的期权简单化的Ribbon
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
I have an access database that I am trying 把复杂的期权简单化的Ribbon to use different custom ribbons for different forms. I do not have a default ribbon set in the current database. I have one form that works fine, displaying the correct ribbon specified in the Ribbon Name for the form. I have a second form that is not working. When I step through the VBA code and watch the screen, I see the custom ribbon displayed but when 把复杂的期权简单化的Ribbon finished, I have the standard ribbon displayed. My form does have multiple subforms on it. The code I use to display my custom ribbon is:
DoCmd.ShowToolbar "Ribbon", acToolbarYes
DoCmd.Maximize
Any idea on how to get this to work properly?
Answers
When you set the "RibbonName" property you are creating a contextual ribbon which are only displayed when that specific object is active. Most likely it is the sub-form that is active when you open the form which is why you are seeing the standard ribbon and not the contextual ribbon associated with the main form. If you were to set focus to a control (such as a text box) on the main form you should see the ribbon you are expected.
For example:
Create a blank form with just a text box and save this as "sub-form"
Then create a second bland form. On this form add the sub-form and a text box. Set the "RibbonName" property to your custom ribbon as save this as "Main-form".
When you 把复杂的期权简单化的Ribbon open the "Main-form" in Form few and set focus to the text box on the sub-form you 把复杂的期权简单化的Ribbon should see the standard ribbon, but when you set focus to the text box on the main 把复杂的期权简单化的Ribbon form you should see your custom ribbon.
Just to be clear, the command "DoCmd.ShowToolbar simply shows or hides the ribbon as a whole. It 把复杂的期权简单化的Ribbon does not apply to specific ribbons.
Donald M.
Microsoft Online Community Support
Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.