DATAGRID Output Format Parameters

Log Parser

DATAGRID Output Format Parameters

The DATAGRID output format supports the following parameters:

rtp
  Values: number of rows
  Default: 10
  Description: Rows to print before pausing.
  Details: The DATAGRID output format displays output records in batches made up of a number of rows equal to the value specified for this parameter. Once a batch of rows has been displayed, the "Next n rows" button is enabled, and the DATAGRID output format waits for the user to press the button before displaying the next batch of rows.
Specifying "-1" for this parameter disables batching altogether.
  Example: -rtp:-1
 
autoScroll
  Values: ON | OFF
  Default: ON
  Description: Automatically scroll window when new rows are output.
  Details: When this parameter is set to "ON", the DATAGRID window scrolls down automatically whenever new output records are displayed, in order to position the display grid over the latest output records.
Setting this parameter to "OFF" causes the grid position to remain unaltered when new output records are displayed.
This parameter is also accessible from the View menu in the DATAGRID window.
  Example: -autoScroll:OFF
 


© 2004 Microsoft Corporation. All rights reserved.