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     [SOLVED] Free form reports and JPG's

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Free form reports and JPG's
 Login/Join
 
Member
posted
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, 2011Report This Post
Expert
posted Hide Post
Have you given it a try?


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
"<6>Please contact your agent regarding these changes and any questions you may have. "
""<6>Sincerely, "
" "
" "<- image goes here
" "

tried "tried "image=jsd_signature.jpg"
tried image=jsd_signature.jpg (no double quotes)
tried image=IBFS:/servername/DEV_folder/applicationfolder/jsd_signature.jpg

I do not get an error whey I try the above...it simply doesn't put the jpg image there...thanks
 
Posts: 22 | Location: Tulsa, OK | Registered: February 17, 2011Report This Post
Expert
posted Hide Post
This example creates a free-form PDF report:
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.

Link to the generated PDF: freeform1.pdf


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
Thanks so much. That did it!
 
Posts: 22 | Location: Tulsa, OK | Registered: February 17, 2011Report 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     [SOLVED] Free form reports and JPG's

Copyright © 1996-2020 Information Builders