站内搜索
1Z0-132 问题列表
问题 单选题You want to provide a tool that allows users quick access to form modules, by listing them in an Explorer-style interface. Which reusable component do you use?()A ActiveX controls B Calendar Class C Standard Object Library D Picklist Class E Wizard Class F Navigator Class

问题 单选题The accounting manager wants you to create a form that when queried will display a calculated total of year-to-date actual expenditures for the fund code entered. The value needed to generate this summary data are stored in multiple tables. How would you define the data source for this data block without having the DBA create a database object? ()A Choose Tools - Data Block Wizard, select View as the data source type, and base the block on the columns from the bales. B Choose Tools - Data Block Wizard, select Table as the data source type, and base the block on the columns from the tables. C Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually and alter the Query Data Source Columns and Query Data Source Arguments properties to enter the SELECT statement. 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 'Table', and enter the SELECT statement in the Query Data Source Name property. E Choose Tools - Data Block Wizard, select Stored Procedure as the data source type, and base the block on the columns the tables. F 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 to 'FROM' clause query', and enter the SELECT statement in the Query Data Source Name property.

问题 单选题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?()A In the layout model increase the size of the employee record fields. B In the report wizard increase the display width values of the employee record fields. C In the property palette increase the size of the repeating frame surrounding the employee records. D In the life previewer, high light a field, click on the parent frame icon and make the frame bigger verticall.

问题 单选题You need to display a very large single-record data block. Since it will be so large, a convenient means of navigation is needed between items. Which type of canvas would you use to display the data block? ()A Tab canvas. B Pop up canvas. C Spread table canvas. D Vertical toolbar canvas.

问题 单选题Which canvas built-in display the given canvas in front of any stacked canvases?()A HIDE_VIEW B SHOW_VIEW C SET_CANVAS_PROPERTY D REPLACE_CONTENT_VIEW

问题 多选题Which two chart base types can you select using the Chart Wizard?()ALineBColumnCBubbleDFlowchartEOHLC candle stock

问题 多选题Which three built-ins can you use to navigate between forms invoked with the OPEN_FORM built-in? ()ACLOSE_FORMBNEXT_FORMCGO_FORMDPREVIOUS_FORM

问题 单选题You created a tabular report for the sales department to display each customer and the sales person assign to the customer. The data is sorted by customer using the order by clause in this query. This is department manager asks you to alter the report so that data is sorted by sales person rather than by customer. What is the best way to make the needed change?()A Recreate the query and default the layout. B Alter the query, default the layout and redo the boiler plates. C Query and manually change the layout to save the boiler plate. D Alter the query and make no further change.

问题 多选题You need to create a trigger to locate the Product report in the Rpt_Server, run the report, and test the status of the report. Which three built-ins would you use to accomplish this task?()ARUN_PRODUCTBSET_REPORT_OBJECT_PROPERTYCRUN_REPORT_OBJECTDFIND_REPORT_OBJECTEREPORT_OBJECT_STATUSFCOPY_REPORT_OBJECT_OUTPUT

问题 单选题The record group in the EMP form is populated using a SELECT statement that is constructed programmatically at runtime. Five employee records are displayed at one time, and a user chooses item two from the record group. Which built-in would you use to determine which rows were flagged in the record group?()A GET_GROUP_ROW_COUNT B GET_GROUP_SELECTION_COUNT C GET_GROUP_SELECTION D FIND_GROUP E FIND_COLUMN F ADD_GROUP_ROW 

问题 单选题You want to create a template to be used as a standard for all company reports. What is the easiest way to do this?()A Open an existing template file, rename it and modify the template objects. B Open the report wizard and create a new template. C Open the layout model and copy the paste items from the default templates provided in report builder. D Templates cannot be modified in release 2.

问题 多选题Which three built-ins can you use to navigate between forms invoked with the OPEN_FORM built-in? ()ACLOSE_FORMBNEXT_FORMCGO_FORMDPREVIOUS_FORM

问题 单选题How can you change the cursor style in your form? ()A Open the form module property palette and set the Cursor Style property. B From the Tools menu, select Preferences--Runtime Settings. C Use the GET_APPLICATION_PROPERTY and SET_APPLICATION_PROPERTY built-ins. D You cannot change the cursor style.

问题 单选题The IT department requested a report to list each server name and the name of each department that utilizes resources from each server. You create a tabular layout that breaks on the server name. You ran the report and noticed that the department field is too large for most of the department names. Which field size setting would you use to allow the field to be smaller but not larger than the field layout size?()A Fixed B Expand C Contract D Variable

问题 单选题You create a data block based on a relation table containing a REF column. You select the REF column for your form module. Which statement about the REF column is true?()A It is created as a nondisplay item. B The Lock Record property is set to Yes. C It cannot be referenced in item level triggers. D It is placed on the canvas with the highest sequence number.