10-19-2012 09:17 AM
Hello All,
After tring this and that, including deleting printers and restarting the computer, I am at my wits' end.
When I try to export a report procedurally using this code
Call PicPDFExport(DataReadPath & Data.Root.Name & ".pdf")
I get the following error:
Bei der Ausführung des Befehls "PicPDFExport" ist ein Laufzeitfehler aufgetreten.
Fehlerart : UNKNOWN
Fehleradresse : 00048036
Modulname :DIAdem.exe
Has anyone had something like this happen?
The report is a two-page layout, both landscape, with the first page containing a graph with 3 y axes (one on the left, two on the right), and the second page containing a graph with 2 Systems in one 2DAxis object.
Thank you in advance for any help and have anice weekend!
10-19-2012 05:25 PM
Hello Leo,
Could you please give us the following additional information:
These might help us narrow down the cause of the error.
Thanks,
Otmar
10-22-2012 12:52 AM
Hi Otmar,
Certainly.
The version of DIAdem I am using is 11.3.0f4563 on Windows 7 64-bit with 90GB of free HD memory, which accounts for about two thirds of my total HD space.
Thank you for your help,
Leo
10-22-2012 09:28 AM
More information. After tweaking the script a bit and using the following code:
PrinterName = "winspool,Adobe PDF,LPT1:" PDFFilename = DataReadPath & Data.Root.Name & ".pdf" PrintRangeType = "AllPages" Call PrintMaxScale() Call PicPrint("WinPrint")
I found out that the error must occur while the first page is being sent to the printer. I hope this helps.
Thank you,
Leo
11-07-2012 11:11 AM
Hi Leo,
I am not sure if it apllies for you as well, but this helped me to get PDFexport running for DIAdem 2012 on Win7 64bit:
http://forums.ni.com/t5/DIAdem/PDF-Export-Hangs/td-p/1697088
I used the Windows Vista instruction.
Phex