Focal Point
can you save a coordinated compound report ?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2427052306

May 04, 2011, 09:39 AM
jbanas6
can you save a coordinated compound report ?
can you save a coordinated compound report ?

in the code i have the following:
 COMPOUND LAYOUT PCHOLD FORMAT PDF 


I try to get the pdf from the ts folder and copy it to another place for later use with no luck.

if anyone has an example it would be greatly appreciated.
-SET &&MYPATH = TEMPPATH(80, 'A35');
-SET &&TMPUSR = CTRAN(35,&&MYPATH,92,47,'A35');
-TYPE &&MYPATH &&TMPUSR
-DOS DIR &&MYPATH.EVAL\*.PDF
-DOS CD &&MYPATH.EVAL
-DOS COPY *.PDF D:\TEMP\USER\
  



WF 7.6.10 /IIS 6/ JBoss Enterprise 4.3
Windows XP SP 2/Windows 2003 Server
MVS 7.3.3
May 04, 2011, 10:13 AM
<JG>
quote:
COMPOUND LAYOUT PCHOLD FORMAT PDF

That tells WebFOCUS to return the completed output to the browser.
If you want to copy the completed file from the TS folder then you must use HOLD
May 04, 2011, 10:19 AM
jbanas6
it generates an error if i do compound layout hold


WF 7.6.10 /IIS 6/ JBoss Enterprise 4.3
Windows XP SP 2/Windows 2003 Server
MVS 7.3.3