[TOC] [Prev] [Next] [Bottom]



<@ABSROW>

Description

Returns the position of the current row within the total rowset matched by a Search action's criteria.

When used outside of the <@ROWS></@ROWS> block of a Search or Direct DBMS action's Results HTML, this meta tag returns zero.

Example

<P>There are <@TOTALROWS> records matching your criteria. Here are records <@STARTROW> through <@CALC EXPR="<@STARTROW>+<@NUMROWS>-1">:</P>

<@ROWS>
<P>Here is matching record number <@ABSROW>:
<P><STRONG>Name:</STRONG>
<@COLUMN NAME="contact.name" FORMAT="case:upper">
<STRONG>Phone:</STRONG> <@COLUMN NAME="contact.phone" FORMAT="tel:CA-short">
</@ROWS>

This HTML displays the match number for each record displayed, relative to the first matching record.

See Also

<@CURROW>
<@MAXROWS>
<@ROWS> </@ROWS>
<@STARTROW>
<@TOTALROWS>



[TOC] [Prev] [Next] [Bottom]



docs@pervasive.com

Copyright © 1998, Pervasive Software Inc. All rights reserved.