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 report similar to the one below. Second line in subfoot is not at printing on page2 and showing blank box. Please experts help me.
Execute the below report you will see the issue Iam talking about. Thank You
DEFINE FILE CAR sample1/A200 ='MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 '; sample2/A200 ='MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 '; END
TABLE FILE CAR PRINT 'CAR.BODY.BODYTYPE' NOPRINT BY 'CAR.BODY.SEATS' NOPRINT PAGE-BREAK
ON CAR.BODY.SEATS SUBHEAD "<10> "<10>
HEADING "" FOOTING ""
ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT PDF ON TABLE SET STYLE * UNITS=IN, SQUEEZE=ON, ORIENTATION=PORTRAIT, $
DEFINE FILE CAR
sample1/A200 ='MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 ';
sample2/A200 ='MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST8 MY SAMPLE TEST9 MY SAMPLE TEST10 ';
END
TABLE FILE CAR
PRINT
'CAR.BODY.BODYTYPE' NOPRINT
BY 'CAR.BODY.SEATS' NOPRINT PAGE-BREAK
ON CAR.BODY.SEATS SUBHEAD
"<10> sample1"
"<10> sample2"
HEADING
""
FOOTING
""
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
UNITS=IN, SQUEEZE=ON, ORIENTATION=PORTRAIT, $
TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=8, LEFTMARGIN=0.50, RIGHTMARGIN=0.50,$
TYPE=SUBHEAD,GRID=ON, WRAP=0.5, $
TYPE=SUBHEAD,LINE=2, COLOR='RED', $
ENDSTYLE
END
DEFINE FILE CAR
sample1/A200 ='MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 MY SAMPLE TEST1 ';
sample2/A200 ='MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST2 MY SAMPLE TEST8 MY SAMPLE TEST9 MY SAMPLE TEST10 ';
END
TABLE FILE CAR
PRINT
'CAR.BODY.BODYTYPE' NOPRINT
BY 'CAR.BODY.SEATS' NOPRINT PAGE-BREAK
ON CAR.BODY.SEATS SUBHEAD
"<10> <sample1"
"<10> <sample2"
HEADING
""
FOOTING
""
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
UNITS=IN, SQUEEZE=ON, ORIENTATION=PORTRAIT, $
TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=8, LEFTMARGIN=0.50, RIGHTMARGIN=0.50,$
TYPE=SUBHEAD,GRID=ON, WRAP=0.5, $
TYPE=SUBHEAD,LINE=2, COLOR='RED', $
ENDSTYLE
END
WF 7.6.11 Oracle WebSphere Windows NT-5.2 x86 32bit
Actually < was there, when I copy paste it it got missed.
With < only it is not working properly. Can you try running the code in your studio? Problem is second in my subfoot not completely shown on second page, it just showing the blank lines.