![]() |
Business Internet Services |
|
The CellIndex tag is used to print records in separate cells controlled by a
LoopSet. In the example below 3 cells will be printed on each row and each cell
will contain the data from a single record. The cells will repeat in groups of
3 until all the records are printed.
The LoopSet hands a row number to each CellIndex tag that corresponds to the beginning row for the current list of cells. The cell number is added as an offset to the starting row number. This picks out the correct record for the cell. Because the cell index is 0 based the maximum cell number should be 1 less than the total number of cells specified in the LoopSet tag. In this example the total number of cells is 3 and the cell indexes run from 0..2. @author Mark Ashworth @version 0.1, 2001-07-10 Return to Index Note: We have tried to test all of the code examples but they may contain errors. Any questions, comments, suggestions, or problems should be sent to info@plands.com. |
|
© 2005 Planetary
Data Systems.
All rights reserved. |