Use the default layout tool in the parameter form editor.
Select menu item tool->parameter form builder.
Open the parameter form editor and select menu items tool->default layout.
You cannot default the layout of the parameters.
第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 create a master-detail form. The users need to be able to exit the form quickly, adhering to default transaction processing, regardless of the cursor location. You believe you can achieve this using a Key-Exit trigger. What do you need to do to implement this request? ()
第3题:
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?()
第4题:
You need to allow the user to toggle between automatic query and no automatic query using a pop-up menu. Which built-in would you use in the menu item command to obtain the relationship name? ()
第5题:
The telesales force requested additional ways to terminate the automated polling questionnaire. In addition to the default functionality, you provide a menu item and a button for this purpose. Adhering to efficient coding practices, which PL/SQL code do you use for the menu item and the button?()
第6题:
You need to add a pop-up menu to the CV_EMP canvas to display when a user right-clicks the mouse within the canvas. How could you create the pop-up menu?()
第7题:
How would you default the layout of a parameter form? ()
第8题:
SALARY form at runtime.
SALARY form at design time.
COMMISSION form at runtime.
COMMISSION form at design time.
第9题:
Use the default layout tool in the parameter form editor.
Select menu item tool->parameter form builder.
Open the parameter form editor and select menu items tool->default layout.
You cannot default the layout of the parameters.
第10题:
Use the Layout Editor to create a pop-up menu, assign commands to the menu in the Menu Editor, and attack the menu items to the canvas.
Use the Report Wizard to create a pop-up menu and attack the menu items to the canvas.
Alter the pop-up Menu Property value in the Property Palette of the canvas.
Use the Object Navigator to create a pop-up menu, assign commands to the menu items, and attack the menu to items or canvases.
第11题:
Disable the values for the Menu Module Roles property.
Set the Use Security value in the form module Property Palette to 'True'.
Set the Use Security value in the form module Property Palette to 'False'.
Set the Use Security value in the menu module Property Palette to 'True'.
Set the Use Security value in the menu module Property Palette to 'False'.
第12题:
Define a Key-Exit trigger for all the blocks in the form.
In the Object Navigator, highlight all the items and define a Key-Exit trigger.
Define a Key-Exit trigger on the primary key item in the master block.
No additional key-trigger definition is necessary.
第13题:
ackie wants to remove an action hotspot but leave the image on his video form , in which one of the following ways can he do this ?()
第14题:
You want to create a template to be used as a standard for all company reports. What is the easiest way to do this?()
第15题:
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?()
第16题:
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?()
第17题:
How can you change the cursor style in your form? ()
第18题:
Which three built-ins can you use to navigate between forms invoked with the OPEN_FORM built-in? ()
第19题:
Open the form module property palette and set the Cursor Style property.
From the Tools menu, select Preferences-->Runtime Settings.
Use the GET_APPLICATION_PROPERTY and SET_APPLICATION_PROPERTY built-ins.
You cannot change the cursor style.
第20题:
GET_RELATION_PROPERTY
SET_RELATION_PROPERTY
GET_BLOCK_PROPERTY
GET_FORM_PROPERTY
第21题:
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.
第22题:
Before parameter form.
After parameter form.
Before report.
After report.
第23题:
data_mode
paramlist
query_mode
session_mode
第24题:
EXIT
EXIT_FORM
DO_KEY('Key-Exit')
DO_KEY('EXIT_FORM')