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.
New TIBCO Community Coming Soon
In early summer, TIBCO plans to launch a new community—with a new user experience, enhanced search, and expanded capabilities for member engagement with answers and discussions! In advance of that, the current myibi community will be retired on April 30. We will continue to provide updates here on both the retirement of myibi and the new community launch.
What You Need to Know about Our New Community
We value the wealth of knowledge and engagement shared by community members and hope the new community will continue cultivating networking, knowledge sharing, and discussion.
During the transition period, from April 20th until the new community is launched this summer, myibi users should access the TIBCO WebFOCUS page to engage.
Hello Folks, I have two images on my report. one is an excel icon and other is a pdf icon. These reports are drilldowns to run the same report in excel or pdf format. I have the report written below. After i moved the postition of the images to the location i wanted. There always exists a small line or a dot which is again always a link. Can u please help me with this..
-SET &ECHO=ALL;
TABLE FILE CAR PRINT 'CAR.ORIGIN.COUNTRY' 'CAR.COMP.CAR' 'CAR.CARREC.MODEL' 'CAR.BODY.BODYTYPE' 'CAR.BODY.SEATS' 'CAR.BODY.DEALER_COST' 'CAR.BODY.RETAIL_COST' 'CAR.BODY.SALES' 'CAR.SPECS.LENGTH' 'CAR.SPECS.WIDTH' 'CAR.SPECS.HEIGHT' 'CAR.SPECS.WEIGHT' 'CAR.SPECS.WHEELBASE' 'CAR.SPECS.FUEL_CAP' 'CAR.SPECS.BHP' 'CAR.SPECS.RPM' 'CAR.SPECS.MPG' 'CAR.SPECS.ACCEL' 'CAR.WARANT.WARRANTY' 'CAR.EQUIP.STANDARD' HEADING " " " " ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * UNITS=IN, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ TYPE=REPORT, GRID=OFF, FONT='TIMES NEW ROMAN', SIZE=10, $ TYPE=REPORT, IMAGE=APP/MS_EXCEL_ICON.GIF, POSITION=(+5.000000 +0.000000), TARGET='_blank', FOCEXEC=app/carexl.fex, $ TYPE=REPORT, IMAGE=app/pdf_icon.gif, POSITION=(+5.500000 +0.000000), TARGET='_blank', FOCEXEC=app/carpdf.fex, $ ENDSTYLE END -EXIT
7.7.02, sql server Windows all output (Excel, HTML, PDF)
You can either change the POSITION from relative, (+nnn +nnn) to absolute (nnn nnn) or change the TYPE=REPORT to TYPE=HEADING or something else, for the images.