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

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


相似考题
参考答案和解析
正确答案: D
解析: 暂无解析
更多“单选题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”相关问题
  • 第1题:

    Your customer has converted from traditional servers to BladeCenter technology and has a requirement for an RSA adapter on a new BladeCenter server.  Which of the following options would you use? ()

    • A、Remote Supervisor Adapter II (RSA II Slimline)
    • B、Management Module, which comes standard on the BladeCenter
    • C、Acoustic Attenuation Module
    • D、Ethernet NICs

    正确答案:B

  • 第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题:

    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

  • 第4题:

    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.

    正确答案:C

  • 第5题:

    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

    正确答案:A

  • 第6题:

    单选题
    The record group in the EMP form is populated using a SELECT statement that is constructed programmatically at runtime. Five employee records are displayed at one time, and a user chooses item two from the record group. Which built-in would you use to determine which rows were flagged in the record group?()
    A

    GET_GROUP_ROW_COUNT 

    B

    GET_GROUP_SELECTION_COUNT 

    C

    GET_GROUP_SELECTION 

    D

    FIND_GROUP 

    E

    FIND_COLUMN 

    F

    ADD_GROUP_ROW 


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

  • 第7题:

    单选题
    You need to create a data block for DML operations in the NEW_EMPLOYEE form module. Which data source can you use for this block?()
    A

    REF cursor query. 

    B

    Stored function. 

    C

    From clause query. 

    D

    Transactional trigger.


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

  • 第8题:

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

  • 第9题:

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

  • 第10题:

    单选题
    Which CLI command do you use to determine which files are cleanup candidates?()
    A

    request system storage cleanup candidates

    B

    request system services storage candidates

    C

    request system services candidate cleanup

    D

    request system storage cleanup dry-run


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

  • 第11题:

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


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

  • 第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题:

    Which CLI command do you use to determine which files are cleanup candidates?()

    • A、request system storage cleanup candidates
    • B、request system services storage candidates
    • C、request system services candidate cleanup
    • D、request system storage cleanup dry-run

    正确答案:D

  • 第14题:

    Which two built-ins would you use to remove the HOUR_ALARM timer using the timer_id parameter?()

    • A、FIND_TIMER 
    • B、CREATE_TIMER 
    • C、SET_TIMER 
    • D、DELETE_TIMER 
    • E、GET_APPLICATION_PROPERTY

    正确答案:A,D

  • 第15题:

    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

  • 第16题:

    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

  • 第17题:

    When a repeating timer expires,().

    • A、The When-Timer-Expired trigger resets the timer's iteration parameter. 
    • B、The When-Custom-Item-Event trigger fires and executes the desired actions. 
    • C、It is put in a queue of expired timers for processing on a first-in-first-out basis. 
    • D、The When-Timer-Expired trigger fires instantly regardless of any other processing in the form module. 

    正确答案:C

  • 第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


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

  • 第19题:

    单选题
    Your customer has converted from traditional servers to BladeCenter technology and has a requirement for an RSA adapter on a new BladeCenter server.  Which of the following options would you use? ()
    A

    Remote Supervisor Adapter II (RSA II Slimline)

    B

    Management Module, which comes standard on the BladeCenter

    C

    Acoustic Attenuation Module

    D

    Ethernet NICs


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

  • 第20题:

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


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

  • 第21题:

    单选题
    When a repeating timer expires,().
    A

    The When-Timer-Expired trigger resets the timer's iteration parameter. 

    B

    The When-Custom-Item-Event trigger fires and executes the desired actions. 

    C

    It is put in a queue of expired timers for processing on a first-in-first-out basis. 

    D

    The When-Timer-Expired trigger fires instantly regardless of any other processing in the form module. 


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

  • 第22题:

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


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

  • 第23题:

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


    正确答案: A,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
    解析: 暂无解析