单项选择题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?()

A.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. 
B.Use the Report Wizard to create a pop-up menu and attack the menu items to the canvas.  
C.Alter the pop-up Menu Property value in the Property Palette of the canvas. 
D.Use the Object Navigator to create a pop-up menu, assign commands to the menu items, and attack the menu to items or canvases.


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题Using the reports server how would you force the orders report in the orders entry application to run every six hours?()

A.Schedule the report's execution in the queue manager. 
B.Schedule the reports execution using the R30RQM command line with scheduled parameter. 
C.Create a trigger in the application to execute the report every six hours. 
D.You cannot schedule a reports execution.

3.单项选择题How would you default the layout of a parameter form? ()

A.Use the default layout tool in the parameter form editor. 
B.Select menu item tool->parameter form builder. 
C.Open the parameter form editor and select menu items tool->default layout. 
D.You cannot default the layout of the parameters.

5.单项选择题You are creating the DEPT_SAL data block from the PAYHIST form. Users should be able to enter a valid department ID number, which will then display the employee salary information for that department. This data block could potentially retrieve a large number of records. Since users will probably only view a small number of these records, only 10 records should be fetched at one time. How would you create the data block?()

A.Select The Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, enter the procedure name in the Query Data Source Columns property, and the procedure code in the Query Data Source Arguments property. 
B.Choose Tools -> Data Block Wizard, select Table as the data source type, and base the block on the columns from the tables. 
C.Choose Tools -> Data Block Wizard, select, View as the data source type, and base the block on the columns from the tables. 
D.Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'FROM clause query', and enter the SELECT statement in the Query Data Source Name property. 
E.Select the Data Block node in the Object Navigator and click the Create button. Alter the Query Data Source Type, Query Data Source Name, Query Data Sources Columns, and Query Data Source Arguments properties to create a stored procedure that uses a red cursor.

6.单项选择题Which statement is true about mouse events? ()

A.The cursor style can be set to CAUTION. 
B.Double-clicking a mouse button can potentially fire six mouse event triggers. 
C.The values for the SYSTEM.MOUSE_BUTTON_PRESSED system variable can only be 1 or 2. 
D.Click and double-click button actions can only detect if the mouse is positioned in an item.

7.单项选择题When is an implicit anchor created?()

A.When an object is enclosed by another object. 
B.When a page break after pagination property is enabled. 
C.When a link is created between two objects. 
D.When a keep with anchoring object pagination property is enabled.

8.单项选择题Which report style would you use to create a report listing each department and including a listing of employees beneath their respective department?()

A.Group left. 
B.Form like. 
C.Matrix W/group. 
D.Group above. 
E.Mailing label. 
F.Form letter.

9.单项选择题The character mode sales report is stored on the network drive as a .REX. You need to make changes to the report layout. Using the report builder how would you change this file?()

A.Open the file using the menu option file->open make the changes and recompile the report. 
B.Convert the file into .REP file using the report compiler make the changes and convert the file back to a .REX file. 
C.Execute the R30CONV command to convert the file to a .RDF file, make the changes and convert the file back to a .REX file. 
D.Choose file -> administration->compile. Convert the file to a .REP file, make the changes and convert the file back to a .REX file. 
E.Execute the R30CONV command to convert the file to a .REP file, make the changes and convert the file back to a .REX file.

10.单项选择题In the data model you created this query: SELECT ID_no, description, price, quantity, manufacturer_ID FROM inventory Next you click and drag the manufacturer_ID column out of and above the default group. You needed to sort the child group by ID_number. How could you accomplish this task? ()

A.Add an order by clause to the query. 
B.In the data model double click the ID_number column and alter the break order. 
C.In the layout model double click the ID_number filed and later the print direction. 
D.Default the layout, choose a master/detail report style and select ID_number as the break order.

最新试题

You creating a report that will run in both character mode and bitmapped environments. You include some printer codes in your report. What will happen when you run the report in bitmapped mode? ()

题型:单项选择题

The human resources department requested an employee report to high light those employees who are due for 30 days 6 months and 1 year evaluation. The higher_data field should display blue text for 30 days employee, a red text for 6 months employees and a green text for one year employees. You created a format trigger on the higher_data field to handle this task. What will happen if the format trigger returns a false value? ()

题型:单项选择题

You create the sales report and run it in the live previewer. After which change would the live previewer require the data? ()

题型:单项选择题

The character mode sales report is stored on the network drive as a .REX. You need to make changes to the report layout. Using the report builder how would you change this file?()

题型:单项选择题

You create a tabular employee report and are concerned about readability because the employee records are very close together. What is the best way to increase the amount of white space between the records?()

题型:单项选择题

Using the reports server how would you force the orders report in the orders entry application to run every six hours?()

题型:单项选择题

You are creating a tabular report for the sales department with a department break group. You need to ensure that if al least six sales records will not fit at the button of a page, the group will start on the next page. Which printing frame property would you alter to achieve these results?()

题型:单项选择题

Which three scenarios describe appropriate uses for key triggers?()

题型:多项选择题

Which are SRW package procedure or function could you use to create and then drop a temporary table in the sales report?()

题型:单项选择题

In the data model you created this query: SELECT ID_no, description, price, quantity, manufacturer_ID FROM inventory Next you click and drag the manufacturer_ID column out of and above the default group. You needed to sort the child group by ID_number. How could you accomplish this task? ()

题型:单项选择题