网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
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.” 相关考题
考题 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

考题 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.

考题 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.

考题 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.

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

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

考题 单选题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?()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 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 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.

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

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

考题 多选题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?()A NEW_FORM B OPEN_FORM C CALL_FORM D CLOSE_FORM

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

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