网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
You have written a custom menu for a Forms application. You saved the menu module to the file custmenu.mmb. In the Property Palette for the form, you set the Menu Module property to custmenu. When you run the form, the custom menu does not appear. What can you do to fix this problem?()
- A、Generate the menu module executable.
- B、Save the menu module as custmenu.mmx.
- C、In the Property Sheet for the form, set the Starting Menu property to custmenu.
- D、In the Property Sheet for the form, set the Menu Module property to custmenu.mmb.
参考答案
更多 “You have written a custom menu for a Forms application. You saved the menu module to the file custmenu.mmb. In the Property Palette for the form, you set the Menu Module property to custmenu. When you run the form, the custom menu does not appear. What can you do to fix this problem?()A、Generate the menu module executable. B、Save the menu module as custmenu.mmx. C、In the Property Sheet for the form, set the Starting Menu property to custmenu. D、In the Property Sheet for the form, set the Menu Module property to custmenu.mmb.” 相关考题
考题
You established access to menu modules using roles. While testing the application, you need access to all the menus in the SALES form module for all the roles. Which method will override the Menu Module Roles property to allow you to access all the menu items?()A、Disable the values for the Menu Module Roles property. B、Set the Use Security value in the form module Property Palette to 'True'. C、Set the Use Security value in the form module Property Palette to 'False'. D、Set the Use Security value in the menu module Property Palette to 'True'. E、Set the Use Security value in the menu module Property Palette to 'False'.
考题
You created a custom menu for the Order Entry application. Which step do you perform before attaching the menu module to the form module?()A、Select file--Administration--Convert B、Select file--Administration--Execute C、Select file--Administration--Compile FileD、No further step is necessary.
考题
You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application. The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()A、Create a custom action and set the NoImpersonate property to trueB、Create a custom action and set the NoImpersonate property to falseC、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvokerD、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator
考题
You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application.The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()A、Create a custom action and set the NoImpersonate property to trueB、Create a custom action and set the NoImpersonate property to falseC、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.
考题
Which built-in do you use to determine which timer in form module has expired?()A、FIND_TIMER B、GET_TIMER_PROPERTYC、GET_APPLICATION_PROPERTY D、GET_CUSTOM_ITEM_EVENT_PROPERTY
考题
You create a data block based on a relational table containing a REF column. You select the REF column for your form module. What is true about the items based on the REF column attributes?()A、The Query Only property is set to Yes. B、The Conceal Data property is set to Yes. C、The Insert Allowed property is set to Yes. D、The Update Allowed property is set to Yes.
考题
You created a custom menu for the Order Entry application. The shipping administrator has requested an additional submenu containing four items to invoke various reports. Which command type must you use to identify the parent menu item as a submenu? ()A、Menu B、Plus C、MacroD、PL/SQL
考题
You have a master-detail relationship in the EMPLOYEE form module. You set the Delete Record Behavior property to Cascading. When a user deletes a master record, how does Forms implement the cascade-delete foreign-key rule? ()A、With a Pre-Delete trigger. B、With an On-Delete trigger. C、With a Post-Delete trigger. D、With the On-Check-Delete-Master trigger.
考题
You need to allow the user to toggle between automatic query and no automatic query using a pop-up menu. Which built-in would you use in the menu item command to obtain the relationship name? ()A、GET_RELATION_PROPERTY B、SET_RELATION_PROPERTY C、GET_BLOCK_PROPERTY D、GET_FORM_PROPERTY
考题
What does the FIND_MENU_ITEM built-in function return?()A、The internal ID of a menu. B、The internal ID of a menu item. C、The internal ID of a menu module. D、The internal ID of form module to which the menu is attached.
考题
You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?()A、Built-in Packages B、Menus C、PL/SQL Libraries D、Object Libraries E、Form Module
考题
How can you change the cursor style in your form? ()A、Open the form module property palette and set the Cursor Style property. B、From the Tools menu, select Preferences--Runtime Settings. C、Use the GET_APPLICATION_PROPERTY and SET_APPLICATION_PROPERTY built-ins. D、You cannot change the cursor style.
考题
You established access to menu modules using roles. You have allowed the sales role to access the menu module, but prevented access to the Update menu item. Which item property would you alter to gray out the menu option for the role?()A、Item Roles. B、Menu Item Roles. C、Display without Privilege. D、Use Security. E、Command Type.
考题
You need to add a pop-up menu to the CV_EMP canvas to display when a user right-clicks the mouse within the canvas. How could you create the pop-up menu?()A、Use the Layout Editor to create a pop-up menu, assign commands to the menu in the Menu Editor, and attack the menu items to the canvas. B、Use the Report Wizard to create a pop-up menu and attack the menu items to the canvas. C、Alter the pop-up Menu Property value in the Property Palette of the canvas. D、Use the Object Navigator to create a pop-up menu, assign commands to the menu items, and attack the menu to items or canvases.
考题
You create a Web Form that contains a button named btnCancel that enables users to exit the page. When users click this button, validation must not occur. During testing you learn that clicking the Cancel button does not enable users to exit the page. You need to ensure that users can always exit the page. What should you do?()A、Set the Enabled property of the validation controls on the Web Form to False.B、Set the CausesValidation property of the btnCancel button to False.C、Set the CausesValidation property of the btnCancel button to True.D、Set the Visible property of the validation controls on the Web Form to False.
考题
How would you default the layout of a parameter form? ()A、Use the default layout tool in the parameter form editor. B、Select menu item tool-parameter form builder. C、Open the parameter form editor and select menu items tool-default layout. D、You cannot default the layout of the parameters.
考题
单选题How can you change the cursor style in your form? ()A
Open the form module property palette and set the Cursor Style property. B
From the Tools menu, select Preferences--Runtime Settings. C
Use the GET_APPLICATION_PROPERTY and SET_APPLICATION_PROPERTY built-ins. D
You cannot change the cursor style.
考题
单选题You need to allow the user to toggle between automatic query and no automatic query using a pop-up menu. Which built-in would you use in the menu item command to obtain the relationship name? ()A
GET_RELATION_PROPERTY B
SET_RELATION_PROPERTY C
GET_BLOCK_PROPERTY D
GET_FORM_PROPERTY
考题
单选题You have written a custom menu for a Forms application. You saved the menu module to the file custmenu.mmb. In the Property Palette for the form, you set the Menu Module property to custmenu. When you run the form, the custom menu does not appear. What can you do to fix this problem?()A
Generate the menu module executable. B
Save the menu module as custmenu.mmx. C
In the Property Sheet for the form, set the Starting Menu property to custmenu. D
In the Property Sheet for the form, set the Menu Module property to custmenu.mmb.
考题
单选题You established access to menu modules using roles. You have allowed the sales role to access the menu module, but prevented access to the Update menu item. Which item property would you alter to gray out the menu option for the role?()A
Item Roles. B
Menu Item Roles. C
Display without Privilege. D
Use Security. E
Command Type.
考题
单选题You established access to menu modules using roles. While testing the application, you need access to all the menus in the SALES form module for all the roles. Which method will override the Menu Module Roles property to allow you to access all the menu items?()A
Disable the values for the Menu Module Roles property. B
Set the Use Security value in the form module Property Palette to 'True'. C
Set the Use Security value in the form module Property Palette to 'False'. D
Set the Use Security value in the menu module Property Palette to 'True'. E
Set the Use Security value in the menu module Property Palette to 'False'.
考题
单选题Which built-in do you use to determine which timer in form module has expired?()A
FIND_TIMER B
GET_TIMER_PROPERTYC
GET_APPLICATION_PROPERTY D
GET_CUSTOM_ITEM_EVENT_PROPERTY
考题
单选题You create a data block based on a relational table containing a REF column. You select the REF column for your form module. What is true about the items based on the REF column attributes?()A
The Query Only property is set to Yes. B
The Conceal Data property is set to Yes. C
The Insert Allowed property is set to Yes. D
The Update Allowed property is set to Yes.
考题
单选题You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?()A
Built-in Packages B
Menus C
PL/SQL Libraries D
Object Libraries E
Form Module
考题
单选题You created a custom menu for the Order Entry application. The shipping administrator has requested an additional submenu containing four items to invoke various reports. Which command type must you use to identify the parent menu item as a submenu? ()A
Menu B
Plus C
MacroD
PL/SQL
考题
单选题What does the FIND_MENU_ITEM built-in function return?()A
The internal ID of a menu. B
The internal ID of a menu item. C
The internal ID of a menu module. D
The internal ID of form module to which the menu is attached.
考题
单选题You created a custom menu for the Order Entry application. Which step do you perform before attaching the menu module to the form module?()A
Select file--Administration--Convert B
Select file--Administration--Execute C
Select file--Administration--Compile FileD
No further step is necessary.
热门标签
最新试卷