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.

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.

相关考题:

You use Microsoft .NET Framework 4 to create a Windows Forms client application.You write the following code segment.The application contains a form of type Form1 that contains a FormSettings object named frmSettings1.You need to maintain the user‘s form size preference each time the user executes the application.Which code segment should you use? ()A.B.C.D.

A seaman you have just discharged has a Continuous Discharge Book. Which statement is TRUE?A.The record of entry in the continuous discharge book shall agree with the entry made in the Ship's ArticlesB.If the vessel was on coastwise articles,the record of discharge will be made in the Official LogbookC.An entry should be made in the book and a Certificate of Discharge issued to the seamanD.A Certificate of Discharge form should be attached to the book

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

94 What are three characteristics of the CALL_FORM built-in?()A、It is an unrestricted procedure.B、It is valid in Enter Query mode.C、It invokes a form in a modal window.D、It can only invoke a form in Query Only mode.E、It enables you to start a new database session.F、It enables free navigation between all opened form sin an application.

You include the calendar class in your Hotel Booking application. Which additional form level objects will you need to create to implement this reusable component fully?()A、Blocks B、Visual attributes. C、Stacked canvas. D、Nothing further needs to be created.

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 FileD、No further step is necessary.

You are creating a Windows Forms application for a financial service provider by using the .NET Framework 3.5. You have to implement a multiple document interface (MDI) in the application to allow users to open multiple financial documents simultaneously.You need to ensure that whenever the child MDI form is created, the application displays a message in the title bar of the parent MDI that a child form has received focus.   What should you do?()A、Implement theActivated eventB、Implement the MdiChildActivate eventC、Override the OnParentVisibleChanged methodD、Override the OnParentBindingContextChanged method

nadia would like to position overlapping blocks of content on a form in the video application. she wants the flexibility to control the size and content of the information. which one of the following should nadia use when creating her form?()A、 layersB、 subforms C、 framesets D、 style sheets

You are creating a web form with this HTML: 11. 12. 13. 14. 15. Which HTTP method is used when sending this request from the browser?()A、GETB、PUTC、POSTD、SENDE、FORM

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.

You are developing the Payroll application that contains the SALARY and COMMISSION forms. When a user invoked the COMMISSION form from the SALARY form, the SAL value should be passed to the COMMISSION form. In which data form and at what time should you define the parameter to accept the value?()A、SALARY form at runtime. B、SALARY form at design time. C、COMMISSION form at runtime. D、COMMISSION form at design time.

At design time, you create a query record group for the LOV associated with the HOTEL text item in a form module for the Travel Planner Application. When is the record group populated?()A、When the user navigates to the HOTEL item. B、When the form module successfully compiles. C、After Form Builder validates the SELECT statement and dismisses the New Record Group dialog box. D、When the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.

You are developing a tax report for the payroll application. You created a before parameter form report trigger to create three temporary tables to store text that are need while the report is executed. Which report trigger would you use to delete these temporary tables?()A、Before parameter form. B、After parameter form. C、Before report. D、After report.

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 are creating a Windows Forms application by using the .Net Framework 3.5 You plan to display detailed help instructions for each control in the form.You create a help file.You configure a HelpProvider component on the form. You need to display the help file for the control that is focused when the F1 key is pressed. Which method of the HelpProvider class should you call for each control?()A、SetShowHelpB、SetHelpStringC、SetHelpKeywordD、SetHelpNavigator

You are creating a Windows Forms application by using the .NET Framework 3.5. You create a new form in your application.You add 100 controls at run time in the Load event handler of the form.  Users report that the form takes a long time to get displayed. You need to improve the performance of the form. What should you do?()A、Call the InitLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.B、Call the InitLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.C、Call the SuspendLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.D、Call the SuspendLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.

单选题A seaman you have just discharged has a Continuous Discharge Book. Which statement is TRUE? ()AThe record of entry in the continuous discharge book shall agree with the entry made in the Ship's Articles.BIf the vessel was on coastwise articles,the record of discharge will be made in the Official Logbook.CAn entry should be made in the book and a Certificate of Discharge issued to the seaman.DA Certificate of Discharge form should be attached to the book

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

单选题At design time, you create a query record group for the LOV associated with the HOTEL text item in a form module for the Travel Planner Application. When is the record group deleted?()AWhen the user navigates to the HOTEL item. BWhen the form module successfully compiles. CAfter Form Builder validates the SELECT statement and dismisses the New Record Group dialog box. DWhen the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.

单选题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?()AGenerate the menu module executable. BSave the menu module as custmenu.mmx. CIn the Property Sheet for the form, set the Starting Menu property to custmenu. DIn the Property Sheet for the form, set the Menu Module property to custmenu.mmb.

多选题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?()AAdd a PrintPreviewDialog control to the form.BAdd a PrintPreviewControl control to the form.CCreate and initialize a PrintDocument object on the form and then implement the PrintPage event handler.DCreate and initialize a PrintDocument object on the form and then implement the BeginPrint event handler.ESet the Document property of the PrintPreviewDialog control to the PrintDocument instance that must be printed.

多选题Your application requires that you programmatically manipulate a nonquery record group. Which three built-ins can you use?()ACREATE_GROUPBADD_GROUP_NOWCPOPULATE_GROUPDADD_GROUP_COLUMNECREATE_GROUP_FROM_QUERY

单选题nadia would like to position overlapping blocks of content on a form in the video application. she wants the flexibility to control the size and content of the information. which one of the following should nadia use when creating her form?()A layersB subforms C framesets D style sheets

单选题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?()Adata_mode Bparamlist Cquery_mode Dsession_mode

多选题94 What are three characteristics of the CALL_FORM built-in?()AIt is an unrestricted procedure.BIt is valid in Enter Query mode.CIt invokes a form in a modal window.DIt can only invoke a form in Query Only mode.EIt enables you to start a new database session.FIt enables free navigation between all opened form sin an application.

单选题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 created a custom menu for the Order Entry application. Which step do you perform before attaching the menu module to the form module?()ASelect file--Administration--Convert BSelect file--Administration--Execute CSelect file--Administration--Compile FileDNo further step is necessary.