Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Compound PDF not producing output

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Compound PDF not producing output
 Login/Join
 
Gold member
posted
I have two car file reports so that I can test the PDF Layout Painter in Dev Studio 7.1.
When I run the report I get:
0 NUMBER OF RECORDS IN TABLE= 4 LINES= 4
0 NUMBER OF RECORDS IN TABLE= 4 LINES= 4

Any ideas?

Here is the fex:
-* File car4.fex
-* Default Mode: ResourceLayout
COMPOUND LAYOUT
UNITS=IN, $
SECTION=section1, LAYOUT=ON, MERGE=OFF, ORIENTATION=PORTRAIT, PAGESIZE=Letter, $
pagelayout=1, name='Layout page 1', $
component='report1', type=report, position=(0.104 0.104), dimension=(4.271 2.292), $
component='report2', type=report, position=(0.104 2.604), dimension=(4.375 2.500), $
END
SET COMPONENT='report1'
-*component_type report
EX CAR1
SET COMPONENT='report2'
-*component_type report
EX CAR2
COMPOUND END


Using: WF 7.1.5, XP Pro, Tomcat, Self Serve
 
Posts: 81 | Location: Calgary, Alberta | Registered: August 07, 2003Report This Post
Platinum Member
posted Hide Post
This looks fine to me.

What do your focexec's look like?


(Production: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
(Test: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
 
Posts: 104 | Location: Boston | Registered: April 23, 2003Report This Post
Gold member
posted Hide Post
The fexes are not rocket science.

TABLE FILE CAR
PRINT CAR
BY COUNTRY
WHERE COUNTRY EQ 'ENGLAND'
END

TABLE FILE CAR
PRINT CAR
BY COUNTRY
WHERE COUNTRY EQ 'JAPAN'
END


Using: WF 7.1.5, XP Pro, Tomcat, Self Serve
 
Posts: 81 | Location: Calgary, Alberta | Registered: August 07, 2003Report This Post
Platinum Member
posted Hide Post
You are missing

ON TABLE PCHOLD FORMAT PDF


(Production: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
(Test: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
 
Posts: 104 | Location: Boston | Registered: April 23, 2003Report This Post
Gold member
posted Hide Post
Sorry, my fault. I have the ON TABLE PCHOLD FORMAT PDF in the fex and it still doesn't work.


Using: WF 7.1.5, XP Pro, Tomcat, Self Serve
 
Posts: 81 | Location: Calgary, Alberta | Registered: August 07, 2003Report This Post
<JG>
posted
What release of 7.1 are you running?

The code you have works perfectly in the new 713 production release.

Have you tried putting in the actual code for the focexecs to see if that works?
If it does then you have a bug and either need to upgrade or raise a hottrack
 
Report This Post
Member
posted Hide Post
Where are your OPEN and CLOSE statements?

First procedure:
ON TABLE PCHOLD FORMAT PDF OPEN NOBREAK

Second procedure:
ON TABLE PCHOLD FORMAT PDF CLOSE

You'll need a STYLESHEET in both procedures to get decent output.


WF 7.6.10 Unix Oracle
 
Posts: 22 | Location: Milano, Italy | Registered: September 16, 2005Report This Post
<JG>
posted
Not needed in the PDF Layout Painter.
The syntax is completely different.
 
Report This Post
Gold member
posted Hide Post
I am running 7.1.1 and my office buddy is running 7.1.3 and we both can't execute this simple compound report. I included the fex source this time instead of referencing it.

-* File compound.fex
-* Default Mode: ResourceLayout
COMPOUND LAYOUT
UNITS=IN, $
SECTION=section1, LAYOUT=ON, MERGE=OFF, ORIENTATION=PORTRAIT, PAGESIZE=Letter, $
pagelayout=1, name='Layout page 1', $
component='report1', type=report, position=(0.104 0.104), dimension=(4.271 2.083), $
component='report2', type=report, position=(0.104 2.292), dimension=(4.271 3.021), $
END
SET COMPONENT='report1'
-*component_type report
-* File car1.fex
TABLE FILE CAR
PRINT CAR BY COUNTRY
WHERE COUNTRY EQ 'ENGLAND'
ON TABLE PCHOLD FORMAT PDF
END
SET COMPONENT='report2'
-*component_type report
-* File car1.fex
TABLE FILE CAR
PRINT CAR BY COUNTRY
WHERE COUNTRY EQ 'ENGLAND'
ON TABLE PCHOLD FORMAT PDF
END
COMPOUND END


Using: WF 7.1.5, XP Pro, Tomcat, Self Serve
 
Posts: 81 | Location: Calgary, Alberta | Registered: August 07, 2003Report This Post
Platinum Member
posted Hide Post
I just copied and pasted you code into a .fex and it ran fine.

We are running 7.1.3


(Production: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
(Test: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
 
Posts: 104 | Location: Boston | Registered: April 23, 2003Report This Post
<JG>
posted
Nightowl, is the buddy prod or beta 713?

Same as Lenny, my 713 prod. N0 issue.
 
Report This Post
Gold member
posted Hide Post
Prod 7.1.3


Using: WF 7.1.5, XP Pro, Tomcat, Self Serve
 
Posts: 81 | Location: Calgary, Alberta | Registered: August 07, 2003Report This Post
<JG>
posted
Definately need to raise a case with IB on this I think.
 
Report This Post
Gold member
posted Hide Post
Tech Support mentioned to me that this issue has been fixed in 7.1.3 and I have confirmed this as well.


Using: WF 7.1.5, XP Pro, Tomcat, Self Serve
 
Posts: 81 | Location: Calgary, Alberta | Registered: August 07, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Compound PDF not producing output

Copyright © 1996-2020 Information Builders