![]() |
Alexey admin 6/28/2007 |
Andre, |
A
|
asimha author 6/28/2007 |
Andre, proceed to the Fields order and totals tab in PHPRunner and enter 5in Records per rowbox.
|
![]() |
paperhog 10/9/2007 |
Ok sorry to revive an old post, I have two columns - Great but I want the order to go alpha down, then start next row not |
![]() |
Alexey admin 10/10/2007 |
Lori, <table> <tr><td> <table> {foreach from=$rowinfo item=row} {if $row.newcolumn} </table> </td> <td> <table> {/if} ... Display record ... {/foreach} </table> </td></tr> </table> And add this code to After record processed event if(...) $row["newcolumn"]=true; |