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

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are creating a mobile Web Form that dynamically displays news items. You want to display news items by using an instance of a mobile TextView control named TextViewNews. You need to configure the Web Form that contains TextViewNews. The Web Form must enable pagination in casea users device does not display the full text of a news item.Which code segment should you use? ()

A.

B.

C.

D.


参考答案:D

第2题:

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

正确答案:B

第3题:

You are writing an application that uses isolated storage to store user preferences.The application uses multiple assemblies.Multiple users will use this application on the same computer.You need to create a directory named Preferences in the isolated storage area that is scoped to the current Microsoft Windows identity and assembly.Which code segment should you use?()

A.

B.

C.

D.


参考答案:A

第4题:

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

第5题:

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 event
  • B、Implement the MdiChildActivate event
  • C、Override the OnParentVisibleChanged method
  • D、Override the OnParentBindingContextChanged method

正确答案:B

第6题:

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?()

A. Decorate the service implementation class with the following line of code [ServiceBehavior(UseSyncronizationContext = false)]

B. Decorate the service implementation class with the following line of code [ServiceBehavior(ConcurrencyMode = ConcurrencyMode.Multiple)]

C. Call the Invoke method of the form and supply a delegate.

D. Call the BeginInvoke method of the form and supply a delegate.


参考答案:A

第7题:

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.

正确答案:A,B,C

第8题:

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.


参考答案:D

第9题:

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_SUCCESS
  • E、DBMS.ERROR_CODE

正确答案:C

第10题:

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

正确答案:B,C,D

更多相关问题