Records Per Page to ALL on PageLoad

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

Records Per Page to ALL on PageLoad

Post by konfuzion »

Is there a way to set Records Per Page to ALL on PageLoad?


arbei
User
Posts: 9292

Post by arbei »

You may try:

        $this->DisplayRecords = -1;
        $this->setRecordsPerPage($this->DisplayRecords); // Save to Session

konfuzion
User
Posts: 378

Post by konfuzion »

SOLVED


Post Reply