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.
第1题:
You created a custom menu for the Order Entry application. Which step do you perform before attaching the menu module to the form module?()
第2题:
You are creating a web form with this HTML: 11.
第3题:
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?()
第4题:
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?()
第5题:
Which three built-ins can you use to navigate between forms invoked with the OPEN_FORM built-in? ()
第6题:
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?()
第7题:
SALARY form at runtime.
SALARY form at design time.
COMMISSION form at runtime.
COMMISSION form at design time.
第8题:
When the user navigates to the HOTEL item.
When the form module successfully compiles.
After Form Builder validates the SELECT statement and dismisses the New Record Group dialog box.
When the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.
第9题:
Before parameter form.
After parameter form.
Before report.
After report.
第10题:
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.
第11题:
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.
第12题:
Call the InitLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.
Call the InitLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.
Call the SuspendLayout method of the form before adding all the controls.Call the PerformLayout method of the form after adding all the controls.
Call the SuspendLayout method of the form before adding all the controls.Call the ResumeLayout method of the form after adding all the controls.
第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 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?()
第15题:
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?()
第16题:
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?()
第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题:
Blocks
Visual attributes.
Stacked canvas.
Nothing further needs to be created.
第19题:
SetShowHelp
SetHelpString
SetHelpKeyword
SetHelpNavigator
第20题:
Generate the menu module executable.
Save the menu module as custmenu.mmx.
In the Property Sheet for the form, set the Starting Menu property to custmenu.
In the Property Sheet for the form, set the Menu Module property to custmenu.mmb.
第21题:
Implement theActivated event
Implement the MdiChildActivate event
Override the OnParentVisibleChanged method
Override the OnParentBindingContextChanged method
第22题:
data_mode
paramlist
query_mode
session_mode
第23题:
NEW_FORM
OPEN_FORM
CALL_FORM
CLOSE_FORM
第24题:
Select file-->Administration-->Convert
Select file-->Administration-->Execute
Select file-->Administration-->Compile File
No further step is necessary.