Hello,
I would like to save a PDF based on the user selection.
Do you know if it is possible to make it?
Example: the product selected by the user is XX, is it possible to have the product name in the PDF saved?
product = "XX";
w = Current Journal(R5);
w << Set page setup( margins(0.1, 0.75, 0.1, 0.1 ), scale( 0.8 ), portrait( 0 ), paper size( "Letter" ) );
w << save pdf( "P:\data\Suivi de tendance "produit"n.pdf" );
When I try this program, it doesn't work.
Is anyone have a suggestion to help me?
Thank you
Sebastien