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 g

题目

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.
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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

第2题:

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.

正确答案:D

第3题:

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

第4题:

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、GET
  • B、PUT
  • C、POST
  • D、SEND
  • E、FORM

正确答案: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题:

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

第7题:

 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 File
  • D、No further step is necessary. 

正确答案:C

第8题:

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 Articles

B.If the vessel was on coastwise articles,the record of discharge will be made in the Official Logbook

C.An entry should be made in the book and a Certificate of Discharge issued to the seaman

D.A Certificate of Discharge form should be attached to the book


正确答案:A

第9题:

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、 layers
  • B、 subforms 
  • C、 framesets 
  • D、 style sheets

正确答案:A

第10题:

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.

正确答案:A

更多相关问题