<@ABSROW>DescriptionReturns 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>
This HTML displays the match number for each record displayed, relative to the first matching record. See Also <@CURROW>
|
Copyright © 1998, Pervasive Software Inc. All rights reserved.