更多“多选题Which three menu item types are valid in a menu module?()AMagicBPlainCCheckDList itemEDivider”相关问题
  • 第1题:

    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

  • 第2题:

    Which three objects are components of a menu module?()

    • A、Menus 
    • B、Canvases 
    • C、Object libraries 
    • D、Visual attributes 
    • E、Attached libraries

    正确答案:A,D,E

  • 第3题:

    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

  • 第4题:

    Which three scenarios describe appropriate uses for key triggers?()

    • A、Alter data in a database table. 
    • B、Add custom item validation code. 
    • C、Disable the Next Block key and menu item. 
    • D、Display a custom form in place of a List of Values. 
    • E、Change the navigational order of the blocks in a form. 
    • F、Perform a complex calculation each time the F10 key is pressed. 

    正确答案:C,D,E

  • 第5题:

    The telesales force requested additional ways to terminate the automated polling questionnaire. In addition to the default functionality, you provide a menu item and a button for this purpose. Adhering to efficient coding practices, which PL/SQL code do you use for the menu item and the button?()

    • A、EXIT 
    • B、EXIT_FORM 
    • C、DO_KEY('Key-Exit') 
    • D、DO_KEY('EXIT_FORM')

    正确答案:D

  • 第6题:

    多选题
    Which three menu item types are valid in a menu module?()
    A

    Magic

    B

    Plain

    C

    Check

    D

    List item

    E

    Divider


    正确答案: D,A
    解析: 暂无解析

  • 第7题:

    多选题
    Which three objects can be components of a menu module?()
    A

    windows

    B

    parameters

    C

    object groups

    D

    report objects

    E

    visual attributes


    正确答案: C,D
    解析: 暂无解析

  • 第8题:

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


    正确答案: C
    解析: 暂无解析

  • 第9题:

    多选题
    Which three objects are components of a menu module?()
    A

    Menus

    B

    Canvases

    C

    Object libraries

    D

    Visual attributes

    E

    Attached libraries


    正确答案: C,E
    解析: 暂无解析

  • 第10题:

    多选题
    Which of the following three port types are valid Spanning Tree port types?(Choose the best threeanswers.)()
    A

    Designated port

    B

    Nonswitch port

    C

    Switch port

    D

    Nonroot port

    E

    Nondesignated port

    F

    Root port


    正确答案: A,B
    解析: 暂无解析

  • 第11题:

    多选题
    In JUNOS software, which three are valid encapsulation types for CCC?()
    A

    hdlc-ccc

    B

    atm-cell-ccc

    C

    cisco-hdlc-ccc

    D

    ethernet-vlan-ccc

    E

    ethernet-snap-ccc


    正确答案: D,C
    解析: 暂无解析

  • 第12题:

    单选题
    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
    解析: 暂无解析

  • 第13题:

     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

  • 第14题:

    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

  • 第15题:

    Which datatype is returned by the FIND_MENU_ITEM built-in function?()

    • A、number 
    • B、Boolean 
    • C、menuitem 
    • D、VARCHAR2 

    正确答案:C

  • 第16题:

    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

  • 第17题:

    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.

    正确答案:C

  • 第18题:

    多选题
    Which three message types are valid PIMv2 message types?()
    A

    Register

    B

    Register-Stop

    C

    Join/Prune

    D

    Reject

    E

    Register-Prune

    F

    Register-Join


    正确答案: F,D
    解析: 暂无解析

  • 第19题:

    单选题
    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
    解析: 暂无解析

  • 第20题:

    单选题
    处理菜单项单击事件的方法不包含()
    A

    使用onOptionsItemSelected(MenuItem item)响应

    B

    使用onMenuItemSelected(int featureId.MenuItem item)响应

    C

    使用onMenuItemClick(MenuItem item)响应

    D

    使用onCreateOptionsMenu(Menu menu)响应


    正确答案: A
    解析: 暂无解析

  • 第21题:

    多选题
    Which three settings are accessible from the serial console menu on a MAG Series device?()
    A

    The ping command

    B

    Factory default reset

    C

    Personality image

    D

    License imports

    E

    Admin login credentials


    正确答案: A,C
    解析: 暂无解析

  • 第22题:

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


    正确答案: C
    解析: 暂无解析

  • 第23题:

    多选题
    Which three scenarios describe appropriate uses for key triggers?()
    A

    Alter data in a database table.

    B

    Add custom item validation code.

    C

    Disable the Next Block key and menu item.

    D

    Display a custom form in place of a List of Values.

    E

    Change the navigational order of the blocks in a form.

    F

    Perform a complex calculation each time the F10 key is pressed.


    正确答案: F,D
    解析: 暂无解析

  • 第24题:

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


    正确答案: A
    解析: 暂无解析