This topic is locked

View Page with All Tables and Rows Data

3/5/2014 3:23:05 PM
PHPRunner General questions
L
lynxgeeknyc author

Hello,
Is it possible to do a one page view or report with ALL Tables and Row?
Example. I am working on a basic database based system for a law firm.
We have 4 Tables and a few rows in each table. We need to be able to print

a SINGLE page with all the data.
Thank you

A
Abul 3/5/2014



Hello,
Is it possible to do a one page view or report with ALL Tables and Row?
Example. I am working on a basic database based system for a law firm.
We have 4 Tables and a few rows in each table. We need to be able to print

a SINGLE page with all the data.
Thank you



I think it is possible. I am working on similar situation. I created a separate view table from 10 different tables in mysql db instead of PHPR custom view. Then you can work on this view table for report by PHPR with many groupings. However, if you want to create pdf report on the fly from this view table by using FPDF or TCPDF then you may have to struggle as I am struggling. I cannot figure out how can I pass id or any parameter from list page to the Print button on the grid to print pdf on the fly. Good luck.