ResetPageCount

Description

Specifies that a change in the value of the group column causes the page count to begin again at 0.

Applies to

Group keywords

Syntax

SyntaxFromSql:

Group (col1 {col2 ...} ... ResetPageCount )

Examples

Example 1

SQLCA.SyntaxFromSQL(sql_syntax, &
   "Style(Type=Group) " + &
   "Group(#3 NewPage ResetPageCount)", &
   errorvar)