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.
Do you want the image to be present all the time? If yes then with the example the data and the image shows. What you can do for the watermark effect is maybe adjust the colors of your image for them to be as light was possible therefore not affecting readability...
Cynthia
PROD: WebFOCUS 7.1.0 on Linux/Tomcat 5.5.12 (standalone)/Informix on AIX TEST: WebFOCUS 7.1.3 on Linux/Tomcat 5.5.16 (standalone)/Informix on AIX
Posts: 53 | Location: Montreal,Quebec,Canada | Registered: February 13, 2006
Actually this is working. Thanks a lot Alan. Thank you very much Cynthia.
I used
$
TYPE=REPORT,
OBJECT = IMAGE,
IMAGE=WATERMARK.JPG,
POSITION = (2 2),
,
(Cynthia, Part of my problem [image going behind the report] was caused by the style sheet I was using.)This message has been edited. Last edited by: shravan,
7.7.03, Windows 7, SQL Server 2005
Posts: 92 | Location: Carmel, IN | Registered: May 09, 2008
or the other way around... make the gif a transparent one and a very light gray and then it will lay on top of the report a good idea for things like 'DRAFT'
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
if your output is ONLY html then you can use html language, and absolute positioning to put the image on the output first, with a zindex of , say, -1, and the table on the output on top with a zindex of , say, 1.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
There really isn't much concept of move to back or move to front. The order things appear in the stylesheet basically determine the order that things are overlayed. An object placed nearest the end of a stylesheet would overlay an earlier object if size/position/color conflicted.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007