This topic is locked

Error Creating PDF of the current record's View page (Next Page Listpage)

2/3/2021 9:42:54 PM
PHPRunner General questions
J
jackwood author

PHPR 10.5 Latest

I've Created PDF of the current record's View page with this code in the Client before event of the button.

==============================================================

var params = {

pageType: 'view',

keys: row.getKeys()

};

Runner.PDF.open( params, pageObj );

return false;

==============================================================
For the First page (20 Record), it generated succesfully, but if I go to Next page and other it cannot generate PDF, Error with this images.


https://drive.google.com/file/d/1d_caFmBQWShxEZUpvmg1QOvWw7jVPpnS/view?usp=sharing