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.
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.