|
<% M.TempFile = fwPDF.GetTempFile() USE address SHARED * Generate the PS, or PDF file REPORT FORM address NOWAIT NOCONSOLE TO FILE (M.TempFile) * Send the file to the browser for in-browser display fwPDF.SendPDF(M.TempFile, , .T., fwPDF.PS2PDFMethod <> 0, .F.) %> |