单选题You create a multiple form application- Which built-in must you use to invoke the form modules to enable you to programmatically control navigation between the multiple forms in your application?()A NEW_FORM B OPEN_FORM C CALL_FORM D CLOSE_FORM

题目
单选题
You create a multiple form application- Which built-in must you use to invoke the form modules to enable you to programmatically control navigation between the multiple forms in your application?()
A

NEW_FORM 

B

OPEN_FORM 

C

CALL_FORM 

D

CLOSE_FORM


相似考题
参考答案和解析
正确答案: B
解析: 暂无解析
更多“You create a multiple form application- Which built-in must ”相关问题
  • 第1题:

    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

  • 第2题:

    Which built-in would you use to test whether the CREATE TABLE command issued in the SALES form executed successfully?()

    • A、FORMS_DDL 
    • B、DO_SQL 
    • C、FORM_SUCCESS 
    • D、FORM_NOT_SUCCESS
    • E、DBMS.ERROR_CODE

    正确答案:C

  • 第3题:

    Which three built-ins can you use to navigate between forms invoked with the OPEN_FORM built-in? ()

    • A、CLOSE_FORM 
    • B、NEXT_FORM 
    • C、GO_FORM 
    • D、PREVIOUS_FORM

    正确答案:B,C,D

  • 第4题:

    You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to create a customized Print Preview dialog box in the application. You need to ensure that users can preview their documents before printing. Which two actions should you perform?()

    • A、Add a PrintPreviewDialog control to the form.
    • B、Add a PrintPreviewControl control to the form.
    • C、Create and initialize a PrintDocument object on the form and then implement the PrintPage event handler.
    • D、Create and initialize a PrintDocument object on the form and then implement the BeginPrint event handler.
    • E、Set the Document property of the PrintPreviewDialog control to the PrintDocument instance that must be printed.

    正确答案:B,C

  • 第5题:

    单选题
    You want to create the Recovery Manager (RMAN) Virtual Private Catalog (VPC) to maintain a separation of responsibilities along with a consolidation of RMAN repository.  Which condition must be met before you create the VPC?()
    A

     A base catalog exists

    B

     The recovery catalog is empty

    C

     The base recovery catalog must be dropped

    D

     A target database is registered in the recovery catalog


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

  • 第6题:

    单选题
    You need to create a form for Payroll application that will allow the user to view all information for any employee ID queried. This data should be displayed to the user in a grouped format. The user should be able to choose which information they want to see from a pull down list containing the values PERSONAL and PAYROLL. Which format should you use to create this form?()
    A

    One content canvas and multiple stacked canvases. 

    B

    One content and one stacked canvas.

    C

    Tab canvas with several tab pages. 

    D

    One content canvas. 

    E

    A horizontal and vertical toolbar.


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

  • 第7题:

    多选题
    There are multiple network interfaces on a server. Which parameters must you set in smb.conf to limit on which interfaces Samba will accept connections? ()
    A

    listen interfaces

    B

    bind interfaces only

    C

    interfaces

    D

    listen address


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

  • 第8题:

    单选题
    Your database block size is 4 KB. In this database, you are required to create a tablespace with a block size of 8 KB. Which is the prerequisite for creating this tablespace?()
    A

     The parameter DB_CACHE_SIZE must be a multiple of 8.

    B

     The value of the parameter SGA_MAX_SIZE must be increased.

    C

     The tablespace must be created with a uniform extent size of 8 KB

    D

     The parameter DB_8K_CACHE_SIZE must be defined in the parameter file.


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

  • 第9题:

    单选题
    You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this record group?()
    A

    All forms in the application. 

    B

    Any forms opened by the user who initiated the record group. 

    C

    Only the form issuing the CREATE_GROUP built-in. 

    D

    Any forms referenced by the form that contains the procedure.


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

  • 第10题:

    多选题
    Which three built-ins can you use to navigate between forms invoked with the OPEN_FORM built-in? ()
    A

    CLOSE_FORM

    B

    NEXT_FORM

    C

    GO_FORM

    D

    PREVIOUS_FORM


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

  • 第11题:

    单选题
    Which built-in allows you to update the screen display to reflect the information that Forms has in its internal representation of the screen? ()
    A

    SYNCHRONIZE 

    B

    UPDATE_FORM 

    C

    SYNCHRONIZE_FORM 

    D

    GET_MEMORY_DISPLAY 

    E

    SET_MEMORY_DISPLAY


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

  • 第12题:

    单选题
    You want to create a temporary table while executing a procedure in a form. Which statement is true?()
    A

    You cannot create a table form within Forms. 

    B

    You must use the FORMS_DDL built-in to create the table. 

    C

    You must use the DBMS_DYNAMIC_DDL package to create the table. 

    D

    You can write the CREATE TABLE statement directly into the trigger.


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

  • 第13题:

    While designing your database, you have created the EMPLOYEEStable as an index-organized (IOT). You want to create a bitmap index on the JOD_IDcolumn to make queries faster. Which task must have been completed so that you are able to create the bitmap index?()

    • A、 A primary key must have been created.
    • B、 A mapping table must have been created.
    • C、 An overflow tablespace must have been specified.
    • D、 The PCTTHRESHOLD option must have been specified.

    正确答案:B

  • 第14题:

    Your database block size is 4 KB. In this database, you are required to create a tablespace with a block size of 8 KB. Which is the prerequisite for creating this tablespace?()

    • A、 The parameter DB_CACHE_SIZE must be a multiple of 8.
    • B、 The value of the parameter SGA_MAX_SIZE must be increased.
    • C、 The tablespace must be created with a uniform extent size of 8 KB
    • D、 The parameter DB_8K_CACHE_SIZE must be defined in the parameter file.

    正确答案:D

  • 第15题:

    You are developing a custom-collection class.You need to create a method in your class. You need to ensure that the method you create in your class returns a type that is compatible with the Foreach statement. Which criterion should the method meet?()

    • A、The method must return a type of either IEnumerator or IEnumerable.
    • B、The method must return a type of IComparable.
    • C、The method must explicitly contain a collection.
    • D、The method must be the only iterator in the class.

    正确答案:A

  • 第16题:

    You are responsible for managing a SQL Server 2005 database that stores sales information. Many values in nchar columns in the database tables contain preceding or trailing spaces. You need to implement a mechanism that selects the data from the tables without leading and trailing spaces. Your solution must be available for reuse in Transact-SQL statements and views. What should you do?()

    • A、Create DML triggers that query the inserted and deleted tables.
    • B、Create a stored procedure that calls the LTRIM and RTRIM built-in functions.
    • C、Create a Transact-SQL function that calls the LTRIM and RTRIM built-in functions.
    • D、Call the TRIM built-in function.

    正确答案:C

  • 第17题:

    单选题
    You create a multiple form application- Which built-in must you use to invoke the form modules to enable you to programmatically control navigation between the multiple forms in your application?()
    A

    NEW_FORM 

    B

    OPEN_FORM 

    C

    CALL_FORM 

    D

    CLOSE_FORM


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

  • 第18题:

    单选题
    You developing a form module, and you would like to make an indicated window visible in a new display position. Which built-in can you use to accomplish this task?()
    A

    SHOW_WINDOW 

    B

    RESIZE_WINDOW 

    C

    DISPLAY_WINDOW 

    D

    MOVE_WINDOW_X_Y 

    E

    WINDOW_VISIBLE_X_Y


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

  • 第19题:

    单选题
    You create a package that contains PL/SQL variables that must be shared among several forms in the Travel application. You place the package in a library and attach the library to all the forms that need to share the data. Which parameter in the OPEN_FORM built-in must you set to ensure that changes made by one form are visible to the other forms in the application?()
    A

    data_mode 

    B

    paramlist 

    C

    query_mode 

    D

    session_mode 


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

  • 第20题:

    单选题
    Which built-in would you use to test whether the CREATE TABLE command issued in the SALES form executed successfully?()
    A

    FORMS_DDL 

    B

    DO_SQL 

    C

    FORM_SUCCESS 

    D

    FORM_NOT_SUCCESS

    E

    DBMS.ERROR_CODE


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

  • 第21题:

    单选题
    You want to create a template to be used as a standard for all company reports, which are many different styles. How many different templates must you have if you plan to use multiple report styles?()
    A

    Two 

    B

    One 

    C

    One per report style

    D

    One per report style + one more


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

  • 第22题:

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

  • 第23题:

    多选题
    You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to create a customized Print Preview dialog box in the application. You need to ensure that users can preview their documents before printing. Which two actions should you perform?()
    A

    Add a PrintPreviewDialog control to the form.

    B

    Add a PrintPreviewControl control to the form.

    C

    Create and initialize a PrintDocument object on the form and then implement the PrintPage event handler.

    D

    Create and initialize a PrintDocument object on the form and then implement the BeginPrint event handler.

    E

    Set the Document property of the PrintPreviewDialog control to the PrintDocument instance that must be printed.


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

  • 第24题:

    单选题
    You are developing a custom-collection class.You need to create a method in your class. You need to ensure that the method you create in your class returns a type that is compatible with the Foreach statement. Which criterion should the method meet?()
    A

    The method must return a type of either IEnumerator or IEnumerable.

    B

    The method must return a type of IComparable.

    C

    The method must explicitly contain a collection.

    D

    The method must be the only iterator in the class.


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