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.
Is it possible to insert a JPG in a free form report? I am doing a form letter and we have a JPG of the exec's signature that we want to place in it. Thanks!This message has been edited. Last edited by: <Kathryn Henning>,
Posts: 22 | Location: Tulsa, OK | Registered: February 17, 2011
SET PAGE=NOPAGE
TABLE FILE EMPLOYEE
HEADING
"<13>EMPLOYEE EDUCATION HOURS REPORT"
"<14>FOR THE <DEPARTMENT DEPARTMENT"
"</2"
"EMPLOYEE NAME: <23><FIRST_NAME <LAST_NAME>"
"EMPLOYEE ADDRESS: <23><ADDRESS_LN1>"
"<23><ADDRESS_LN2>"
"<23><ADDRESS_LN3>"
"</1"
"JOB CODE: <JOBCODE>"
"JOB DESCRIPTION: <JOB_DESC>"
"</1"
"MOST RECENT COURSE TAKEN ON: <MAX.DATE_ATTEND>"
"TOTAL NUMBER OF EDUCATION HOURS: <ED_HRS>"
BY DEPARTMENT NOPRINT
BY EMP_ID NOPRINT PAGE-BREAK
FOOTING
"<15>PRIVATE AND CONFIDENTIAL"
ON TABLE NOTOTAL
ON TABLE SET STYLE *
UNITS=IN, PAGESIZE='Letter', LEFTMARGIN=0.5, TOPMARGIN=0.5, SQUEEZE=ON, ORIENTATION=PORTRAIT, $
TYPE=REPORT, GRID=OFF, FONT='Arial', SIZE=9, $
TYPE=HEADING, OBJECT=TEXT, STYLE=BOLD, $
TYPE=HEADING, OBJECT=FIELD, COLOR=BLUE, $
TYPE=HEADING, IMAGE=smplogo1.gif, POSITION=(5.0 0.0), $
ENDSTYLE
ON TABLE PCHOLD FORMAT PDF
END
-RUN
smplogo1.gif is an image found in the application path (one of the app folders). Unfortunately, different code is required if you want to embed an image in an HTML version of the report.