Multiple <% EACHROW %> after a SELECT statement
by Guido, November 20, 2008 03:37 dear all,
In the code below, I do a SELECT and a subsequent EACHROW to create some table entries in a webpage. However, exactly the same data needs to go in another table, so I need to do another EACHROW on the same data.
To do this, I need to perform the same SELECT statement ( which is rather lengthy ) - because it seems that there are no open records after the first EACHROW.
SO question, am I missing something, or is there a workaround, or is this normal.
Thanks anyway for this great software !!
guido
<% SELECT STATEMENT %>
<tfoot> <tr> <% EACHROW %> <th>$a$</th> <% ENDROW %> </tr> </tfoot>
<% SAME SELECT STATEMENT %> NECESSARY ?????????????????
<tbody> <tr> <% EACHROW %> <td>$d$</td> <% ENDROW %> </tr> </tbody> </table>
Name E-mail optional TopicMessage:
HTTP Link: Link text: