[SOLVED] I have to print a SINGLE PDF report from a button in a FORM

Dear all,

I’ve to print a PDF report (only one paper sheet) starting from a members form where I have a selected member on my screen .
On PDF report there i a search step that I would like to by pass giving the {memberID} variable that is available from my form and then go straigh to print the PDF.

Is there someone able to help me ?
Many thanks.

It’s quite easy. You have to add, on PDF side SQL code, the where condition that limit the memberID to that one selected on active form.

[SOLVED] It’s quite easy. You have to add, on PDF side SQL code, the where condition that limit the memberID to that one selected on active form.