From f8050a8d1ab674e1089d28ff5a6378126b68db2d Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 11 Sep 2009 17:55:45 +0000 Subject: CWS-TOOLING: integrate CWS hcshared23 2009-09-09 15:34:15 +0200 ufi r275999 : again 2009-09-08 16:41:34 +0200 ufi r275941 : vor bauen 2009-09-08 16:35:18 +0200 ufi r275940 : vor bauen 2009-09-07 11:12:35 +0200 ufi r275878 : test --- .../shared/explorer/database/dabaadvpropdat.xhp | 101 ++--- .../text/shared/explorer/database/dabadoc.xhp | 50 ++- .../text/shared/explorer/database/rep_main.xhp | 409 +++++++++++---------- .../text/shared/explorer/database/rep_sort.xhp | 127 ++++--- 4 files changed, 358 insertions(+), 329 deletions(-) (limited to 'helpcontent2/source/text/shared/explorer/database') diff --git a/helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp b/helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp index 54d89b3bd9..2350ad4e7b 100755 --- a/helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp +++ b/helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp @@ -10,8 +10,8 @@ * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: dabaadvpropdat.xhp,v $ - * $Revision: 1.10.4.1 $ + * $RCSfile: soffice2xmlhelp.xsl,v $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -35,61 +35,64 @@ - -Special Settings -/text/shared/explorer/database/dabaadvpropdat.xhp - - - -
-Special Settings -Specifies the way you can work with data in a database. -
-
-In a database window, choose Edit - Database - Advanced Settings - -
-The availability of the following controls depends on the type of database: -Use SQL92 naming constraintsUFI: found this for dBase and for text file folder -Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lowercase letter, an uppercase letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores. + + Special Settings + /text/shared/explorer/database/dabaadvpropdat.xhp + + + +
+ Special Settings + Specifies the way you can work with data in a database. +
+
+ In a database window, choose Edit - Database - Advanced Settings + +
+ The availability of the following controls depends on the type of database: + Use SQL92 naming constraintsUFI: found this for dBase and for text file folder + Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lowercase letter, an uppercase letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores. -End text lines with CR + LFUFI: found for dBase and text file folder -Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems). +End text lines with CR + LFUFI: found for dBase and text file folder + Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems). -Append the table alias name in SELECT statements -Appends the alias to the table name in SELECT statements. +Append the table alias name in SELECT statements + Appends the alias to the table name in SELECT statements. -Use Outer Join syntax '{OJ }' -Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}copied from shared\explorer\database\02010100.xhp -Example: -select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR} +Use Outer Join syntax '{OJ }' + Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}copied from shared\explorer\database\02010100.xhp + Example: + select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR} -Ignore the privileges from the database driver -Ignores access privileges that are provided by the database driver. +Ignore the privileges from the database driver + Ignores access privileges that are provided by the database driver. -Replace named parameters with ? -Replaces named parameters in a data source with a question mark (?). +Replace named parameters with ? + Replaces named parameters in a data source with a question mark (?). -Display version columns (when available) -Some databases assign version numbers to fields to track changes to records. The version number of a field is incremented by one each time the contents of the field are changed. Displays the internal version number of the record in the database table.copied from shared\explorer\database\11090000.xhp +Display version columns (when available) + Some databases assign version numbers to fields to track changes to records. The version number of a field is incremented by one each time the contents of the field are changed. Displays the internal version number of the record in the database table.copied from shared\explorer\database\11090000.xhp -Use the catalog name in SELECT statements -Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.copie from shared\explorer\database\11020000.xhp +Use the catalog name in SELECT statements + Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.copie from shared\explorer\database\11020000.xhp -Use the schema name in SELECT statements -Allows you to use the schema name in SELECT statements.UFI: ??? +Use the schema name in SELECT statements + Allows you to use the schema name in SELECT statements.UFI: ??? -Create index with ASC or DESC statement -Creates an index with ASC or DESC statements.UFI: ??? +Create index with ASC or DESC statement + Creates an index with ASC or DESC statements.UFI: ??? -Comparison of Boolean values -Select the type of Boolean comparison that you want to use.UFI: ??? +Comparison of Boolean values + Select the type of Boolean comparison that you want to use.UFI: ??? -Form data input checks for required fieldsi82291 -When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field. -If this control box is not enabled, then the forms in the current database will not be checked for required fields. -The control box is available for all data source types which support write access to their data. The control box does not exist for spreadsheets, text, csv, and the various read-only address books. -Ignore currency field information -Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded. - - +Form data input checks for required fieldsi82291 + When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field. + If this control box is not enabled, then the forms in the current database will not be checked for required fields. + The control box is available for all data source types which support write access to their data. The control box does not exist for spreadsheets, text, csv, and the various read-only address books. + Ignore currency field information + Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded. + +Use ODBC conformant date/time literals + Check to use ODBC conformant date/time literals. + + \ No newline at end of file diff --git a/helpcontent2/source/text/shared/explorer/database/dabadoc.xhp b/helpcontent2/source/text/shared/explorer/database/dabadoc.xhp index dc2e256c0b..4b8457afd1 100755 --- a/helpcontent2/source/text/shared/explorer/database/dabadoc.xhp +++ b/helpcontent2/source/text/shared/explorer/database/dabadoc.xhp @@ -1,7 +1,8 @@ - - - + ************************************************************************ + --> + - - -Database File -/text/shared/explorer/database/dabadoc.xhp - - -UFI: the main database document window -YJ: checked - - - -
-Database File -The database file window organizes the tables, views, queries, links, and reports of a database in %PRODUCTNAME. -
-
-Working with databases in %PRODUCTNAME -
- -
+ + Database File + /text/shared/explorer/database/dabadoc.xhp + + + +
+ Database File + The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME. +
+
+ Working with databases in %PRODUCTNAME +
+ + \ No newline at end of file diff --git a/helpcontent2/source/text/shared/explorer/database/rep_main.xhp b/helpcontent2/source/text/shared/explorer/database/rep_main.xhp index ee3e9162f4..e98a063af7 100644 --- a/helpcontent2/source/text/shared/explorer/database/rep_main.xhp +++ b/helpcontent2/source/text/shared/explorer/database/rep_main.xhp @@ -1,9 +1,8 @@ - - - + + - - - + + - -Report Builder -/text/shared/explorer/database/rep_main.xhp - - - + + Report Builder + /text/shared/explorer/database/rep_main.xhp + + + Report Builder -Report Builder +Report Builder -The Report Builder is a tool to create your own database reports. Unlike with the Report Wizard, using the Report Builder you can take control to design the report the way you want. The generated report is a Writer document that you can edit, too. -To use the Report Builder, the Report Builder extension must be installed. In addition, the Java Runtime Environment (JRE) software must be installed, and this software must be selected in %PRODUCTNAME. -To Install the Report Builder Extension - - -Choose Tools - Extension Manager to open the Extension Manager. - - -Click the link "Get more extensions here". This opens your web browser at the address http://extensions.services.openoffice.org and shows a list of available extensions. - - -Find the Sun Report Builder extension. Click at the icon or the "click here" text link. This opens the download page for the extension. - - -Click the "Get it!" icon. The file "sun-report-builder.oxt" will be downloaded to your computer. - - -Switch back from your web browser to the %PRODUCTNAME window. The Extension Manager should still be visible. - - -In the Extension Manager, click Add to open the Add extensions dialog. - - -Select the "sun-report-builder.oxt" file that you downloaded. Click Open. -This starts the installation of the Sun Report Builder extension. - - -Read the license. If you accept the license, click Accept to continue the installation. - - -Click Close to close the Extension Manager. - - -To install the JRE software -The Report Builder requires an installed Java Runtime Environment (JRE). - - -Choose Tools - Options - %PRODUCTNAME - Java. - - -Wait up to one minute, while %PRODUCTNAME collects information on installed Java software on your system. -If a recent JRE version is found on your system, you see an entry in the list. - - -Click the option button in front of the entry to enable this JRE version for use in %PRODUCTNAME. - - -Ensure that Use a Java runtime environment is enabled. - - -If no JRE version is found on your system, open your web browser and download the JRE software from http://www.java.com. Install the JRE software. Then restart %PRODUCTNAME and open Tools - Options - %PRODUCTNAME - Java again. -To open the Report Builder - - -Open a Base file or create a new database. The database must contain at least one table with at least one data field and a primary key field. - - -Click the Reports icon in the Base window, then choose Create Report in Design View. -The Report Builder window opens. - - -The Report Builder is divided into three parts. On the top you see the menu, with the toolbars below. -On the right you see the Properties window with the property values of the currently selected object. -The left part of the Report Builder window shows the Report Builder view. The Report Builder view is initially divided into three sections, from top to bottom: - - - -Page Header - drag control fields with fixed text into the Page Header area - - - -Detail - drag and drop database fields into the Detail area - - - -Page Footer - drag control fields with fixed text into the Page Footer area - - -To insert an additional Report Header and Report Footer area choose Edit - Insert Report Header/Footer. These areas contain text that appears at the start and end of the whole report.id="par_id2685323" l10n="NEW"If you want a multi-column report, choose Format - Page, click the Columns tab, and set the number of columns. Now you can also specify a Column Header and Column Footer in the Report Builder view.column header/footerClick the "-" icon in front of an area name to collapse that area to one line in the Report Builder view. The "-" icon changes to a "+" icon, and you can click this to expand the area again. -You insert database fields by drag-and-drop into the Detail area. See the section "To insert fields into the report" below. -In addition, you can click the Label Field or Text Box icon in the toolbar, then drag a rectangle in the Page Header or Page Footer area, to define a text that is the same on all pages. You enter the text in the Label box of the corresponding Properties window. You can also add graphics by using the Graphics icon. -To connect the report to a database table -First you must connect the report to a database table. - - -Move the mouse to the Properties view. You see two tab pages General and Data. - - -On the Data tab page, click Content to open the combo box. - - -Select the table for that you want to create the report. - - -After selecting the table, press the Tab key to leave the Content box. - - -The Add Field window opens automatically and shows all fields of the selected table. -To insert fields into the report -The Add Field window helps you to insert the table entries in the report. Click the Add Field icon in the toolbar to open the Add Field window. - - -Drag and drop the field names one by one from the Add Field window into the Detail area of the report. Position the fields as you like. Use the icons in the toolbars to align the fields. -It is not possible to overlap the fields. If you drop a table field on the Detail area, then a label and a text box are inserted. - - -You can also insert text that should be the same on every page of the report. Click the Label Field icon -label field icon + The Report Builder is a tool to create your own database reports. Unlike with the Report Wizard, using the Report Builder you can take control to design the report the way you want. The generated report is a Writer document that you can edit, too. + To use the Report Builder, the Report Builder extension must be installed. In addition, the Java Runtime Environment (JRE) software must be installed, and this software must be selected in %PRODUCTNAME. + To Install the Report Builder Extension + + + Choose Tools - Extension Manager to open the Extension Manager. + + + Click the link "Get more extensions here". This opens your web browser at the address http://extensions.services.openoffice.org and shows a list of available extensions. + + + Find the Sun Report Builder extension. Click at the icon or the "click here" text link. This opens the download page for the extension. + + + Click the "Get it!" icon. The file "sun-report-builder.oxt" will be downloaded to your computer. + + + Switch back from your web browser to the %PRODUCTNAME window. The Extension Manager should still be visible. + + + In the Extension Manager, click Add to open the Add extensions dialog. + + + Select the "sun-report-builder.oxt" file that you downloaded. Click Open. + This starts the installation of the Sun Report Builder extension. + + + Read the license. If you accept the license, click Accept to continue the installation. + + + Click Close to close the Extension Manager. + + + To install the JRE software + The Report Builder requires an installed Java Runtime Environment (JRE). + + + Choose Tools - Options - %PRODUCTNAME - Java. + + + Wait up to one minute, while %PRODUCTNAME collects information on installed Java software on your system. + If a recent JRE version is found on your system, you see an entry in the list. + + + Click the option button in front of the entry to enable this JRE version for use in %PRODUCTNAME. + + + Ensure that Use a Java runtime environment is enabled. + + + If no JRE version is found on your system, open your web browser and download the JRE software from http://www.java.com. Install the JRE software. Then restart %PRODUCTNAME and open Tools - Options - %PRODUCTNAME - Java again. + To open the Report Builder + + + Open a Base file or create a new database. The database must contain at least one table with at least one data field and a primary key field. + + + Click the Reports icon in the Base window, then choose Create Report in Design View. + The Report Builder window opens. + + + The Report Builder is divided into three parts. On the top you see the menu, with the toolbars below. + On the right you see the Properties window with the property values of the currently selected object. + The left part of the Report Builder window shows the Report Builder view. The Report Builder view is initially divided into three sections, from top to bottom: + + + + Page Header - drag control fields with fixed text into the Page Header area + + + + Detail - drag and drop database fields into the Detail area + + + + Page Footer - drag control fields with fixed text into the Page Footer area + + + To insert an additional Report Header and Report Footer area choose Edit - Insert Report Header/Footer. These areas contain text that appears at the start and end of the whole report.id="par_id2685323" l10n="NEW"If you want a multi-column report, choose Format - Page, click the Columns tab, and set the number of columns. Now you can also specify a Column Header and Column Footer in the Report Builder view.column header/footer +Click the "-" icon in front of an area name to collapse that area to one line in the Report Builder view. The "-" icon changes to a "+" icon, and you can click this to expand the area again. + You insert database fields by drag-and-drop into the Detail area. See the section "To insert fields into the report" below. + In addition, you can click the Label Field or Text Box icon in the toolbar, then drag a rectangle in the Page Header or Page Footer area, to define a text that is the same on all pages. You enter the text in the Label box of the corresponding Properties window. You can also add graphics by using the Graphics icon. + To connect the report to a database table + First you must connect the report to a database table. + + + Move the mouse to the Properties view. You see two tab pages General and Data. + + + On the Data tab page, click Content to open the combo box. + + + Select the table for that you want to create the report. + + + After selecting the table, press the Tab key to leave the Content box. + + + The Add Field window opens automatically and shows all fields of the selected table. + To insert fields into the report + The Add Field window helps you to insert the table entries in the report. Click the Add Field icon in the toolbar to open the Add Field window. + + + Drag and drop the field names one by one from the Add Field window into the Detail area of the report. Position the fields as you like. Use the icons in the toolbars to align the fields. + It is not possible to overlap the fields. If you drop a table field on the Detail area, then a label and a text box are inserted. + + + You can also insert text that should be the same on every page of the report. Click the Label Field icon +Icon , then drag a rectangle in the Page Header or Page Footer area. Edit the Label property to show the text you want. - -Align at Section toolbar -Select two or more objects and click this icon to align the objects at the left margin of the area. -Select two or more objects and click this icon to align the objects at the right margin of the area. -Select two or more objects and click this icon to align the objects at the top margin of the area. -Select two or more objects and click this icon to align the objects at the bottom margin of the area.Object Resizing toolbar -Select two or more objects and click this icon to resize the objects to the smallest width. -Select two or more objects and click this icon to resize the objects to the smallest height. -Select two or more objects and click this icon to resize the objects to the greatest width. -Select two or more objects and click this icon to resize the objects to the greatest height.Report Controls toolbar -Inserts a horizontal line to the current area. -Inserts a vertical line to the current area. -After inserting fields in the Detail view, the report is ready for execution. -To execute a report - - -Click the Execute Report icon -execute report icon + + Align at Section toolbar + +Select two or more objects and click this icon to align the objects at the left margin of the area. + +Select two or more objects and click this icon to align the objects at the right margin of the area. + +Select two or more objects and click this icon to align the objects at the top margin of the area. + +Select two or more objects and click this icon to align the objects at the bottom margin of the area.Object Resizing toolbar + +Select two or more objects and click this icon to resize the objects to the smallest width. + +Select two or more objects and click this icon to resize the objects to the smallest height. + +Select two or more objects and click this icon to resize the objects to the greatest width. + +Select two or more objects and click this icon to resize the objects to the greatest height.Report Controls toolbar + +Inserts a horizontal line to the current area. + +Inserts a vertical line to the current area.Shrink toolbar + +Shrinks the selected section to remove top and bottom empty space. + +Shrinks the selected section to remove top empty space. + +Shrinks the selected section to remove bottom empty space. + After inserting fields in the Detail view, the report is ready for execution. + To execute a report + + + Click the Execute Report icon +Icon on the toolbar. - - -A Writer document opens and shows the report you have created, which contains all values of the database table which you have insert. -If the database contents did change, execute the report again to update the result report.automatic? message? -To edit a report -First decide if you want to edit the generated report, which is a static Writer document, or if you want to edit the Report Builder view and then generate a new report based on the new design. -The Writer document is opened read-only. To edit the Writer document, click Edit File -edit file icon + + + A Writer document opens and shows the report you have created, which contains all values of the database table which you have insert. + If the database contents did change, execute the report again to update the result report.automatic? message? + To edit a report + First decide if you want to edit the generated report, which is a static Writer document, or if you want to edit the Report Builder view and then generate a new report based on the new design. + The Writer document is opened read-only. To edit the Writer document, click Edit File +Icon on the Standard toolbar.saved automatically with the Base file? -If you want to edit the Report Builder view, you can change some of its properties. -Click in the Details area. Then in the Properties window, change some properties, for example the background color. -After finishing, click the Execute Report icon -execute report icon + If you want to edit the Report Builder view, you can change some of its properties. + Click in the Details area. Then in the Properties window, change some properties, for example the background color. + After finishing, click the Execute Report icon +Icon to create a new report. -If you close the Report Builder, you will be asked if the report should be saved. Click Yes, give the report a name, and click OK.report part of Base file? -Sorting the report -Without sorting or grouping, the records will be inserted into the report in the order in which they are retrieved from the database. - - -Open the Report Builder view and click the Sorting and Grouping icon -sorting and grouping icon + If you close the Report Builder, you will be asked if the report should be saved. Click Yes, give the report a name, and click OK.report part of Base file? + Sorting the report + Without sorting or grouping, the records will be inserted into the report in the order in which they are retrieved from the database. + + + Open the Report Builder view and click the Sorting and Grouping icon +Icon on the toolbar. You see the Sorting and Grouping dialog. - - -In the Groups box, click the field which you want as the first sort field, and set the Sorting property.what meaning has the order of fields / move up down button? - - -Execute the report. - - -Grouping - - -Open the Report Builder view and click the Sorting and Grouping icon -sorting and grouping icon + + + In the Groups box, click the field which you want as the first sort field, and set the Sorting property.what meaning has the order of fields / move up down button? + + + Execute the report. + + + Grouping + + + Open the Report Builder view and click the Sorting and Grouping icon +Icon on the toolbar. You see the Sorting and Grouping dialog. - - -In the Groups box, open the Group Header list box and select to show a group header. - - -Click the Add Field icon -add field icon + + + In the Groups box, open the Group Header list box and select to show a group header. + + + Click the Add Field icon +Icon to open the Add Field window. - - -Drag-and-drop the field entry that you want to group into the group header section. Then drag-and-drop the remaining fields into the Detail section. - - -Execute the report. The report shows the grouped records. - - -If you like to sort and group, open the Report Builder view, then open the Sorting and Grouping dialog. Select to show a Group Header for the fields that you want to group, and select to hide the Group Header for the fields that you want to be sorted. Close the Sorting and Grouping window and execute the report. -Updating and printing your data -When you insert some new data or edit data in the table, a new report will show the updated data. -Click the Reports icon -reports icon + + + Drag-and-drop the field entry that you want to group into the group header section. Then drag-and-drop the remaining fields into the Detail section. + + + Execute the report. The report shows the grouped records. + + + If you like to sort and group, open the Report Builder view, then open the Sorting and Grouping dialog. Select to show a Group Header for the fields that you want to group, and select to hide the Group Header for the fields that you want to be sorted. Close the Sorting and Grouping window and execute the report. + Updating and printing your data + When you insert some new data or edit data in the table, a new report will show the updated data. + Click the Reports icon +Icon and double-click your last saved report. A new Writer document will be created which shows the new data. -To print a report, choose File - Print from the Writer document. - - + To print a report, choose File - Print from the Writer document. + + \ No newline at end of file diff --git a/helpcontent2/source/text/shared/explorer/database/rep_sort.xhp b/helpcontent2/source/text/shared/explorer/database/rep_sort.xhp index 39edac3b06..8dde7a43e9 100644 --- a/helpcontent2/source/text/shared/explorer/database/rep_sort.xhp +++ b/helpcontent2/source/text/shared/explorer/database/rep_sort.xhp @@ -1,9 +1,8 @@ - - - + + - - - + + - -Sorting and Grouping -/text/shared/explorer/database/rep_sort.xhp - - - -
-Sorting and Grouping + + Sorting and Grouping + /text/shared/explorer/database/rep_sort.xhp + + + +
+ +Sorting and Grouping -In the Sorting and Grouping dialog of Report Builder, you can define the fields that should be sorted in your report, and the fields that should be kept together to form a group. If you group your report by a certain field, all records with the same value of that field will be kept together in one group. -
-The Groups box shows the fields in an order from top to bottom. You can select any field, then click the Move Up or Move Down button to move this field up or down in the list. -The sorting and grouping will be applied in the order of the list from top to bottom. -Lists the fields that will be used for sorting or grouping. The field at the top has the highest priority, the second field has the second priority, and so on. -Click to open a list from which you can select a field. -Moves the selected field up in the list. -Moves the selected field down in the list. -Select the sorting order. -Select to show or hide the Group Header. -Select to show or hide the Group Footer. -Select to create a new group on each changed value, or on other properties. -By default a new group is created on every changed value of a record from the selected field. You can change this property depending on the type of field: - - -For fields of type Text, you can select Prefix Characters and enter a number n of characters in the text box below. The records which are identical in the first n characters will be grouped together. - - -For fields of type Date/Time, you can group the records by the same year, quarter, month, week, day, hour, or minute. You can additionally specify an interval for weeks and hours: 2 weeks groups data in biweekly groups, 12 hours groups data in half-day groups. - - -For fields of type AutoNumber, Currency, or Number, you specify an interval.how? - - -Enter the group interval value that records are grouped by. -Select the level of detail by which a group is kept together on the same page. -When you specify to keep together some records on the same page, you have three choices: - - -No - page boundaries are not taken into account. - - -Whole Group - prints the group header, detail section, and group footer on the same page. - - -With First Detail - prints the group header on a page only if the first detail record also can be printed on the same page. - - - - + In the Sorting and Grouping dialog of Report Builder, you can define the fields that should be sorted in your report, and the fields that should be kept together to form a group. If you group your report by a certain field, all records with the same value of that field will be kept together in one group. +
+ The Groups box shows the fields in an order from top to bottom. You can select any field, then click the Move Up or Move Down button to move this field up or down in the list. + The sorting and grouping will be applied in the order of the list from top to bottom. + +Lists the fields that will be used for sorting or grouping. The field at the top has the highest priority, the second field has the second priority, and so on. + +Click to open a list from which you can select a field. + + +Moves the selected field up in the list. + + +Moves the selected field down in the list. + +Select the sorting order. + +Select to show or hide the Group Header. + +Select to show or hide the Group Footer. + +Select to create a new group on each changed value, or on other properties. + +Removes the selected field from the list. + By default a new group is created on every changed value of a record from the selected field. You can change this property depending on the type of field: + + + For fields of type Text, you can select Prefix Characters and enter a number n of characters in the text box below. The records which are identical in the first n characters will be grouped together. + + + For fields of type Date/Time, you can group the records by the same year, quarter, month, week, day, hour, or minute. You can additionally specify an interval for weeks and hours: 2 weeks groups data in biweekly groups, 12 hours groups data in half-day groups. + + + For fields of type AutoNumber, Currency, or Number, you specify an interval.how? + + + +Enter the group interval value that records are grouped by. + +Select the level of detail by which a group is kept together on the same page. + When you specify to keep together some records on the same page, you have three choices: + + + No - page boundaries are not taken into account. + + + Whole Group - prints the group header, detail section, and group footer on the same page. + + + With First Detail - prints the group header on a page only if the first detail record also can be printed on the same page. + + + +
\ No newline at end of file -- cgit