Setting PDF Name in Form Application during Export

Is there a way to set the name of the PDF file in the form application’s PDF export?

i usualy do this from a grid once the form has been submitted

onrecord event
[pdfname] = {full_name}.’_’.{date_conv}.’’;
sc_set_pdf_name = [pdfname];
sc_set_export_name (“pdf”, [pdfname]);

in this example you you need to be sure to adjust the sql statments to remove any special charters from the name before saving.

Hi jbmcclain,

Thank you. My question was for Form Application and not Grid Application. Kindly clarify if the above will work for Form also?

Regards
Latha