Forums

PDF made from database table

joachimliedtke 13 Nov, 2020
I made a Connectivity app like in the YouTube tutorial with a table list reading some entries from the Joomla user table. The table list is displayed fine, but now I want to write this table to a PDF using the TCPDF action. But I have no clue what I have to write into the content field of the TCPDF action.

Any help is appreciated.

PS: A proper documentation would be nice.
Max_admin 15 Nov, 2020
try writing this in the PDF action content:
{view:table_name}
but the table will not look the same since the css also should be included!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
joachimliedtke 16 Nov, 2020
Thx for your reply. By doing so I get the error message: Call to a member function view() on null. table_name has the id of the table.

The error is located in administrator/components/com_chronoforms7/chronoforms/helpers/parser2.php:803
You need to login to be able to post a reply.