单选题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

题目
单选题
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.

参考答案和解析
正确答案: B
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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 true
  • B、Create a custom action and set the NoImpersonate property to false
  • C、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker
  • D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator

正确答案:C

第2题:

Which built-in do you use to determine which timer in form module has expired?()

  • A、FIND_TIMER 
  • B、GET_TIMER_PROPERTY
  • C、GET_APPLICATION_PROPERTY 
  • D、GET_CUSTOM_ITEM_EVENT_PROPERTY

正确答案:C

第3题:

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'. 

正确答案:E

第4题:

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

正确答案:C

第5题:

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.

正确答案:A

第6题:

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 true
  • B、Create a custom action and set the NoImpersonate property to false
  • C、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
  • D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.

正确答案:C

第7题:

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、Macro
  • D、PL/SQL

正确答案:A

第8题:

 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 File
  • D、No further step is necessary. 

正确答案:C

第9题:

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.

正确答案:A

第10题:

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.

正确答案:B

更多相关问题