03-13-2007 12:11 PM
I am trying to accomplish something similar to the ‘Append Layout…” menu feature in DIAdem.
Let’s say that I have a script that creates 50 pages of reports. Each report is generated randomly over time. I have been saving them off as individual PDFs for viewing but I would like to append them into single report. Each report is associated with a tested item on our manufacturing floor.
I tried saving off unique TDRs and appending them but then realized that if the data is no longer in the data portal, the report will be blank. I don’t have an easy way to load the data back into DIAdem.
I would like to save off each unique report (perhaps as a TDR), then append them in the order I select, (like using the "Call PicFileAppend" function). However, I can't load the data back into the data portal.
Maybe I'm started with the wrong technique. Anyone have an alternate method?
Jim West
Summitek Instruments
03-13-2007 12:52 PM
Hello Jim!
One possible aproach is to save the report pages as WMF/EMF images with the PicExport command. If you want to view them all in DIAdem later you can make a new layout via script with appending a predefined layout with an image in fullsize for every page you have. Then you have to patch the image filename for every page or if you use DIAdem 10.1 (perhaps also in 10.0 but I can't test it) you can use an expression like '@MyImages(GraphSheetCurrNo)@' in the layout.
Matthias
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
03-14-2007 12:21 PM
03-14-2007 12:40 PM
Matthias
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
03-14-2007 01:29 PM
03-14-2007 01:52 PM
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |