单选题Which trigger property applies to Key triggers? ()AHide Keys BShow Menu Keys CHide Menu Keys DDisplay in 'Keyboard Help' EHide Keys Description

单选题
Which trigger property applies to Key triggers? ()
A

Hide Keys 

B

Show Menu Keys 

C

Hide Menu Keys 

D

Display in 'Keyboard Help' 

E

Hide Keys Description 


参考解析

解析: 暂无解析

相关考题:

Until security has been provided the Contractor shall have a maritime lien on ______ for his remuneration.A.the property lostB.the property salvedC.the property involved in the accident which gave rise to the salvage operationsD.any other property in danger which is not and has not been on board the vessel

You create a data block based on a relation table containing a REF column. You select the REF column for your form module. Which statement about the REF column is true?()A、It is created as a nondisplay item. B、The Lock Record property is set to Yes. C、It cannot be referenced in item level triggers. D、It is placed on the canvas with the highest sequence number.

Which of the following statements concerning intellectual property is wrong?()A、Intellectual property is an intangible creationB、Intellectual property in ludes patents,trademarks,copyrights,etc.C、Intellectual property is a visible creationD、There are some agreement sconcerning intellectual property under the WTO

Which object is added to a form module when you copy the reusable calender class?()A、List icon B、Object group C、PL/SQL library D、Key-Listval trigger

Which three statements describe the functionality of the DO_KEY built-in?()A、It accepts both a built-in and a key name as argument. B、If no key trigger is defined, the specified built-in executes. C、Its parameter must be specified in upper case, enclosed in single quotation marks. D、It performs the same task as if you pressed the function key associated with the specified argument. E、It executes the key trigger that corresponds to the built-in specified as its parameter.

Which trigger property applies to Key triggers? ()A、Hide Keys B、Show Menu Keys C、Hide Menu Keys D、Display in 'Keyboard Help' E、Hide Keys Description

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.

Which statement is true about loading data using the conventional path of SQL*Loader()A、Redo is not generated while performing conventional path loads.B、Only PRIMARY KEY, UNIQUE KEY, and NOT NULL constraints are checked.C、No exclusive locks are acquired when the conventional path loads are performed.D、Instead of performing transactions, SQL*Loader directly writes data blocks to the data files.E、INSERT triggers are disabled before the conventional path load and reenabled at the end of the load

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.

Which two triggers are mouse movement triggers?()A、When-Mouse-Up B、When-Mouse-Move C、When-Mouse-DownD、When-Mouse-Click E、When-Mouse-Leave

In the COURSE_ENROLLMENT form module, you define a master-detail relation between the COURSES_OFFERED data block and the STUDENT data block, respectively. To implement block coordination, which statement must be true?()A、 The Enforce Primary Key property on the STUDENT block is set to Yes. B、 The Alias property on the COURSES_OFFERED block is set to Student. C、 The Copy Value from item property on the foreign key item in the STUDENT blocks is set to the primary key item of the COURSES_OFFERED block. D、 The Synchronize with item property on the foreign key item in the STUDENT block is set to the primary key item of the COURSES_OFFERED block.

You have just performed a FLASHBACK TABLE operation using the following command:   flashback table employees to scn 123456;   The employees table has triggers associated with it.  Which of the following statements is true regarding the state of the triggers during the Flashback Table operation?()  A、 All the triggers are disabled.B、 All the triggers are enabled by default.C、 Enabled triggers remain enabled and disabled triggers remain disabled.D、 Triggers are deleted when a Flashback Table operation is performed.

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You create a window named ManageOrders that contains a Button control named showOtherSide. You add an animation named FlipSides as a resource of ManageOrders. You need to ensure that the following requirements are met: FlipSides runs each time a user clicks showOtherSide. FlipSides runs only when a user clicks showOtherSide. What should you do?()A、Add a property trigger to the Triggers collection of ManageOrders. Configure the property trigger to be based on the IsPressed property of showOtherSide.B、Add an event trigger to the Triggers collection of ManageOrders. Configure the event trigger to be based on the Click event of showOtherSide.C、Call the BeginAnimation method of showOtherSide. Pass FlipSides as a parameter of the BeginAnimation method.D、Call the BeginAnimation method of ManageOrders. Pass FlipSides as a parameter of the BeginAnimation method.

多选题Which three scenarios describe appropriate uses for key triggers?()AAlter data in a database table.BAdd custom item validation code.CDisable the Next Block key and menu item.DDisplay a custom form in place of a List of Values.EChange the navigational order of the blocks in a form.FPerform a complex calculation each time the F10 key is pressed.

单选题You create a data block based on a relation table containing a REF column. You select the REF column for your form module. Which statement about the REF column is true?()AIt is created as a nondisplay item. BThe Lock Record property is set to Yes. CIt cannot be referenced in item level triggers. DIt is placed on the canvas with the highest sequence number.

单选题In the COURSE_ENROLLMENT form module, you define a master-detail relation between the COURSES_OFFERED data block and the STUDENT data block, respectively. To implement block coordination, which statement must be true?()A The Enforce Primary Key property on the STUDENT block is set to Yes. B The Alias property on the COURSES_OFFERED block is set to Student. C The Copy Value from item property on the foreign key item in the STUDENT blocks is set to the primary key item of the COURSES_OFFERED block. D The Synchronize with item property on the foreign key item in the STUDENT block is set to the primary key item of the COURSES_OFFERED block.

单选题You create a master-detail form. The users need to be able to exit the form quickly, adhering to default transaction processing, regardless of the cursor location. You believe you can achieve this using a Key-Exit trigger. What do you need to do to implement this request? ()ADefine a Key-Exit trigger for all the blocks in the form.  BIn the Object Navigator, highlight all the items and define a Key-Exit trigger. CDefine a Key-Exit trigger on the primary key item in the master block.DNo additional key-trigger definition is necessary.

单选题Which built-in would you reference in your trigger code to remove a report from the Reports Server queue dynamically?()AFIND_REPORT_OBJECT BCANCEL_REPORT_OBJECT CREPORT_OBJECT_STATUS DSET_PROPERTY OBJECT_PROPERTY

单选题You need to ensure that when the button is clicked, both update panels update the tim without generating a postback.  What should you do?()AAdd the following marktip to UpdatePanel1.  Triggers  asp:PostBackTrigger ControlID=btnSave /  /Triggers  BSet the UpdateMode property for the UpdatePanel2 to AlwaysCAdd the following markup to UpdatePanel2  Triggers  asp:AsyncPostBackTrigger ControlID=btnSave  EventName=Click /  /Triggers  DSet the UpdateMode property for UpdatePanel2 to Conditional

单选题You have just performed a FLASHBACK TABLE operation using the following command:   flashback table employees to scn 123456;   The employees table has triggers associated with it.  Which of the following statements is true regarding the state of the triggers during the Flashback Table operation?()A All the triggers are disabled.B All the triggers are enabled by default.C Enabled triggers remain enabled and disabled triggers remain disabled.D Triggers are deleted when a Flashback Table operation is performed.

多选题Which three statements describe the functionality of the DO_KEY built-in?()AIt accepts both a built-in and a key name as argument.BIf no key trigger is defined, the specified built-in executes.CIts parameter must be specified in upper case, enclosed in single quotation marks.DIt performs the same task as if you pressed the function key associated with the specified argument.EIt executes the key trigger that corresponds to the built-in specified as its parameter.

单选题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? ()AWith a Pre-Delete trigger. BWith an On-Delete trigger. CWith a Post-Delete trigger. DWith the On-Check-Delete-Master trigger.

单选题Which trigger property applies to Key triggers? ()AHide Keys BShow Menu Keys CHide Menu Keys DDisplay in 'Keyboard Help' EHide Keys Description

单选题Which statement is true about loading data using the conventional path of SQL*Loader()ARedo is not generated while performing conventional path loads.BOnly PRIMARY KEY, UNIQUE KEY, and NOT NULL constraints are checked.CNo exclusive locks are acquired when the conventional path loads are performed.DInstead of performing transactions, SQL*Loader directly writes data blocks to the data files.EINSERT triggers are disabled before the conventional path load and reenabled at the end of the load.

单选题The following triggers were defined for table TAB1 in the order shown:CREATE TRIGGER trig_a AFTER UPDATE ON tab1 FOR EACH ROW UPDATE sale_tab SET sale_date = CURRENT DATE; CREATE TRIGGER trig_b AFTER UPDATE ON tab1 FOR EACH STATEMENT UPDATE invoice_tab SET invoice_date = CURRENT DATE; CREATE TRIGGER trig_c AFTER UPDATE ON tab1 FOR EACH ROW UPDATE shipping_tab SET ship_date = CURRENT DATE; CREATE TRIGGER trig_d AFTER UPDATE ON tab1 FOR EACH STATEMENT UPDATE billing_tab SETbilling_date = CURRENT DATE;If an event occurs that causes all of them to activate, which trigger will be activated first?()ATRIG_ABTRIG_BCTRIG_CDTRIG_D

多选题Which of the following are not true OSPF LSA rules?()AOSPF LSA type 5 triggers an LSA type 7 at an ABR between an NSSA and the backbone areaBOSPF LSA type 1 triggers an LSA type 3 at an ABR.COSPF LSA type 7 triggers an LSA type 5 at an ABR between an NSSA and the backbone areaDOSPF LSA type 3 triggers an LSA type 4 at an ABR.EOSPF LSA type 5 triggers an LSA type 7 at an A5BR but only in N5SAsFOSFP LSA type 2 triggers an LSA type 3 at an ABR

单选题Which of the following statements concerning intellectual property is wrong?()AIntellectual property is an intangible creationBIntellectual property in ludes patents,trademarks,copyrights,etc.CIntellectual property is a visible creationDThere are some agreement sconcerning intellectual property under the WTO

多选题Which two triggers are mouse movement triggers?()AWhen-Mouse-UpBWhen-Mouse-MoveCWhen-Mouse-DownDWhen-Mouse-ClickEWhen-Mouse-Leave