How to place a Button on grid to call an application pdf ?

Hi All,

I need to place a button on my grid that would print a 2 page pdf for the selected record only. It seems as the link method/property would be the place to start.
Is there a video out there that demonstrates this. Also can one draw boxes on the pdf?

Ashley

Hello,
try to use an html image field to add the icon of printer on a column of grid and then use New Link.
On SQL of Pdf Report linked you have to use a Where clause whith the {ID_ref} of key row field.

You can draw boxes under layout/code using sctcpdf macros. You can read about in documentation on PDF report, but params is not explained, you hace to Search for equivalent method on tcpdf doc to ser wich params are needed