GreetingsI am kinda new to manipulating database results in PDF.I am
currently trying to generate a multi-pages PDF with a sql table query
(in a first step) and I would like to get one record per content.For
example : I have a table named : customers containing 10 records (names,
adresses and so)I would like to have 1 customer per PDF page with all
the informationHow can I do that ?- I can actually set up the database
connection, returning me all the fields, but I do not see how to
populate them...