单选题Which built-in do you use to determine which timer in form module has expired?()AFIND_TIMER BGET_TIMER_PROPERTYCGET_APPLICATION_PROPERTY DGET_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
参考解析
解析:
暂无解析
相关考题:
Which do you prefer to use to communication with your friends, QQ ______ Wechat? A andB norC orD so
Which CLI command do you use to determine which files are cleanup candidates?() A. request system storage cleanup candidatesB. request system services storage candidatesC. request system services candidate cleanupD. request system storage cleanup dry-run
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 three values are valid parameters for the DO_KEY built-in?()A、ENTER B、GO_ITEM C、VALIDATE D、EXIT_FORM E、EXECUTE_QUERY
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
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_SUCCESSE、DBMS.ERROR_CODE
You want to provide a tool that allows users quick access to form modules, by listing them in an Explorer-style interface. Which reusable component do you use?()A、ActiveX controls B、Calendar Class C、Standard Object Library D、Picklist Class E、Wizard Class F、Navigator Class
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')
Which value is valid for the iterate parameter in the CREATE_TIMER built-in function?()A、CYCLE B、ITERATEC、NO_REPEAT D、REUSE
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
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
单选题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?()ANEW_FORM BOPEN_FORM CCALL_FORM DCLOSE_FORM
单选题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?()ASHOW_WINDOW BRESIZE_WINDOW CDISPLAY_WINDOW DMOVE_WINDOW_X_Y EWINDOW_VISIBLE_X_Y
单选题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? ()AGET_RELATION_PROPERTY BSET_RELATION_PROPERTY CGET_BLOCK_PROPERTY DGET_FORM_PROPERTY
单选题You want to provide a tool that allows users quick access to form modules, by listing them in an Explorer-style interface. Which reusable component do you use?()AActiveX controls BCalendar Class CStandard Object Library DPicklist Class EWizard Class FNavigator Class
多选题Which two built-ins would you use to remove the HOUR_ALARM timer using the timer_id parameter?()AFIND_TIMERBCREATE_TIMERCSET_TIMERDDELETE_TIMEREGET_APPLICATION_PROPERTY
单选题Which built-in would you use to test whether the CREATE TABLE command issued in the SALES form executed successfully?()AFORMS_DDL BDO_SQL CFORM_SUCCESS DFORM_NOT_SUCCESSEDBMS.ERROR_CODE
多选题Which three built-ins can you use to navigate between forms invoked with the OPEN_FORM built-in? ()ACLOSE_FORMBNEXT_FORMCGO_FORMDPREVIOUS_FORM
单选题Which command do you use to navigate to [edit interfaces]?()Acd interfacesBdir edit interfacesCedit interfacesDinterfaces
单选题Which built-in allows you to update the screen display to reflect the information that Forms has in its internal representation of the screen? ()ASYNCHRONIZE BUPDATE_FORM CSYNCHRONIZE_FORM DGET_MEMORY_DISPLAY ESET_MEMORY_DISPLAY
单选题Which value is valid for the iterate parameter in the CREATE_TIMER built-in function?()ACYCLE BITERATECNO_REPEAT DREUSE
单选题You want to create a temporary table while executing a procedure in a form. Which statement is true?()AYou cannot create a table form within Forms. BYou must use the FORMS_DDL built-in to create the table. CYou must use the DBMS_DYNAMIC_DDL package to create the table. DYou can write the CREATE TABLE statement directly into the trigger.
单选题Which CLI command do you use to determine which files are cleanup candidates?()Arequest system storage cleanup candidatesBrequest system services storage candidatesCrequest system services candidate cleanupDrequest system storage cleanup dry-run
单选题Which J-Web tab do you use to add licences to the device?()AConfigureBTroubleshootCMonitorDMaintain
单选题Which value is valid for the iterate parameter in SET_TIMER built-in procedure? ()AREUSE BRECYCLE CNO_CHANGE DOCCURRENCE
单选题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?()AGET_GROUP_ROW_COUNT BGET_GROUP_SELECTION_COUNT CGET_GROUP_SELECTION DFIND_GROUP EFIND_COLUMN FADD_GROUP_ROW
单选题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?()AEXIT BEXIT_FORM CDO_KEY('Key-Exit') DDO_KEY('EXIT_FORM')