BullZipPDF.Init; BullZipPDF.LoadSettings; BullZipPDF.SetValue('OutPut', PDFFilePath + PDFFileName); BullZipPDF.SetValue('Showsettings', 'never'); BullZipPDF.SetValue('ShowSaveAS', 'never'); BullZipPDF.SetValue('ShowPDF', 'no'); BullZipPDF.SetValue('ShowProgress', 'no'); BullZipPDF.SetValue('ShowProgressFinished', 'no'); BullZipPDF.SetValue('SuppressErrors', 'yes'); BullZipPDF.SetValue('ConfirmOverwrite', 'no'); BullZipPDF.WriteSettings(TRUE); REPORT.RUNMODAL(50007, FALSE, FALSE);Did I miss anything??
Comments
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
I comment out
BullZipPDF.SetValue('Showsettings', 'never');
BullZipPDF.SetValue('ShowSaveAS', 'never');
BullZipPDF.SetValue('ShowPDF', 'no');
BullZipPDF.SetValue('ShowProgress', 'no');
BullZipPDF.SetValue('ShowProgressFinished', 'no');
BullZipPDF.SetValue('SuppressErrors', 'yes');
BullZipPDF.SetValue('ConfirmOverwrite', 'no');
BullZipPDF.WriteSettings(TRUE);
still no luck...
I think it's the print progress windows (the screenshot above), but i don't know how to disable that. The ShowProgress and showProgressFinished are already set to no.
IF testFile.OPEN(PDFFilePath+PDFFileName) THEN BEGIN
Wait after I compile the Codeunit, do I have to restart NAS??
But even in the job Queue Log Entries shows Success, there is not time stamp in the End Date/Time and no PDF was generated and no email send... ](*,) The status of record in Job Queue Entries stays in In Process... AND I can't stop the NAS
I login the server as the user account use by the NAS service then set the BullzipPDF printer as the default printer. Problem solved...