On a master page you can click on a username and you are
linked
(filtering by id) to a detail page where all informations
about the
specific username are displayed.
Now I would like to convert these detail informations to a
pdf file. But
if I use the select (SELECT id, name, phone, fax FROM
contacts WHERE id
= %s) as basis for the pdf-output I receive a blank page.
Any idea how to handle that?
Regards
Leolux