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.
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, 2003
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
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, 2003