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?()
第1题:
94 What are three characteristics of the CALL_FORM built-in?()
第2题:
Which built-in would you use to test whether the CREATE TABLE command issued in the SALES form executed successfully?()
第3题:
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?()
第4题:
You need to create a form for Payroll application that will allow the user to view all information for any employee ID queried. This data should be displayed to the user in a grouped format. The user should be able to choose which information they want to see from a pull down list containing the values PERSONAL and PAYROLL. Which format should you use to create this form?()
第5题:
You are developing a Windows Communication Foundation (WCF) service that is hosted by a Windows Forms Application.The ServiceHost instance is created in the Form Constructor.You need to ensure that the service is not blocked while the UI thread is busy. What should you do?()
第6题:
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?()
第7题:
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET Web application using .NET Framework 4.0. You create a Web page in the application. The Web page will get large sets of data from a data source. You add a DataPager control to the page. You are required to display navigation controls that enable you to create a custom paging Ul for the DataPager control. What will you do?()
第8题:
Add a PrintPreviewDialog control to the form.
Add a PrintPreviewControl control to the form.
Create and initialize a PrintDocument object on the form and then implement the PrintPage event handler.
Create and initialize a PrintDocument object on the form and then implement the BeginPrint event handler.
Set the Document property of the PrintPreviewDialog control to the PrintDocument instance that must be printed.
第9题:
Before parameter form.
After parameter form.
Before report.
After report.
第10题:
data_mode
paramlist
query_mode
session_mode
第11题:
NEW_FORM
OPEN_FORM
CALL_FORM
CLOSE_FORM
第12题:
CLOSE_FORM
NEXT_FORM
GO_FORM
PREVIOUS_FORM
第13题:
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?()
第14题:
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?()
第15题:
Which three built-ins can you use to navigate between forms invoked with the OPEN_FORM built-in? ()
第16题:
You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to design a new control that will be used on multiple forms in the app.You need to ensure that the control meets the following requirement (1)It retrieves data from a MSSQL Server 2008 database instance. (2)It uses WPF classes to display data. (3)It uses user-customizable actions when the control is first painted on the form. What should you do?()
第17题:
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?()
第18题:
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Framework (WPF) application. You have a company logo that must appear on multiple forms in the application. The logo design changes frequently. You need to ensure that when the logo image is changed, you only need to update a single location. What should you do?()
第19题:
Decorate the service implementation class with the following line of code [ServiceBehavior(UseSyncronizationContext = false)]
Decorate the service implementation class with the following line of code [ServiceBehavior(ConcurrencyMode = ConcurrencyMode.Multiple)]
Call the Invoke method of the form and supply a delegate.
Call the BeginInvoke method of the form and supply a delegate.
第20题:
You cannot create a table form within Forms.
You must use the FORMS_DDL built-in to create the table.
You must use the DBMS_DYNAMIC_DDL package to create the table.
You can write the CREATE TABLE statement directly into the trigger.
第21题:
All forms in the application.
Any forms opened by the user who initiated the record group.
Only the form issuing the CREATE_GROUP built-in.
Any forms referenced by the form that contains the procedure.
第22题:
It is an unrestricted procedure.
It is valid in Enter Query mode.
It invokes a form in a modal window.
It can only invoke a form in Query Only mode.
It enables you to start a new database session.
It enables free navigation between all opened form sin an application.
第23题:
One content canvas and multiple stacked canvases.
One content and one stacked canvas.
Tab canvas with several tab pages.
One content canvas.
A horizontal and vertical toolbar.