Allows you to browse the records in FRX table underlying your report layout. This modal dialog is available on the Browse FRX… option from the context menu of any Report Builder dialog.
Dialog options
The following dialog options provide you with ways of customizing the dialog's display.
- Grid
- Displays the records in the FRX cursor underlying the current report layout. You can scroll vertically through the records and horizontally through the columns.
- Name
- Displays the contents of the NAME column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- Expr
- Displays the contents of the EXPR column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- Style
- Displays the contents of the STYLE column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- Picture
- Displays the contents of the PICTURE column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- Order
- Displays the contents of the ORDER column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- Comment
- Displays the contents of the COMMENT column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- Tag
- Displays the contents of the TAG column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- Tag2
- Displays the contents of the TAG2 column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- Fontface
- Displays the contents of the FONTFACE column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- SupExpr
- Displays the contents of the SUPEXPR column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- User
- Displays the contents of the USER column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- CURPOS=.T. (Object selected in layout)
- Displays the value of the CURPOS column of the current record of the FRX cursor. The value is refreshed as you scroll through the grid.
- OK
- Closes the Browse FRX dialog.
Displaying the FRX Cursor Browser using command-line parameters
You can use the report builder's command-line parameters to display the FRX Cursor Browser dialog box directly from the Command window:
-
Open the Command window.
-
Type the following command:
DO (_REPORTBUILDER) WITH 2 [, cFileName ]
If the second parameter is omitted, you will be prompted to select a report file with the Open File dialog box.