Custom Template View Mode - How to print more than 1 record?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
shahparzsoft
User
Posts: 361

Custom Template View Mode - How to print more than 1 record?

Post by shahparzsoft »

I have a table, which have more than 100 records.
I customized its View Mode in Custom Template.
Now i want to print 100 records at one go.

How it is possible ?


arbei
User
Posts: 9288

Post by arbei »

There is only one record in View page, you need to use the List page for multiple records.


mobhar
User
Posts: 11660

Post by mobhar »

If you are using PHPMaker >= v2022, and you want to really display multiple records in your Custom Template View mode, then you may try the code in How to Load Data from Database into Custom Files (v2022).


Post Reply