Focal Point
[CASE-OPENED] Export Images to PPT

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8807077136

June 27, 2013, 06:29 AM
badri
[CASE-OPENED] Export Images to PPT
Hi,

We have a problem while exporting images to PPT from static server like (http://static.com:8080/images/image01.png) Instead of images the report shows the image path. Could someone suggest any approach to show images on PPT?

Thanks

This message has been edited. Last edited by: <Kathryn Henning>,


WF 7.6.11,
oracle 11g ,windows
PDF , excel, AHTML
June 28, 2013, 02:52 AM
badri
To all the fellow forum folks out there,
Need a favor from you guys ASAP.
There's not many things written about PPTs in the forum . So if you guys can send me links or point me in the right direction, it would be awesome.

Thanks Again.
Badri
P.S I have updated my signature just incase you guys are not replying in case of that. apologies.


WF 7.6.11,
oracle 11g ,windows
PDF , excel, AHTML
June 28, 2013, 08:15 AM
J
Can you show us the code (preferably reproduced with the Car master file)?


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
June 28, 2013, 12:18 PM
badri
Hey J ,
Thanks for the reply.

The image is already in the APPPATH.
the fex is something like this

DEFINE FILE CAR
LOGO1/A150=IF COLOR EQ 'GREEN' THEN 'checkmark3' ELSE
IF COLOR EQ 'ORANGE' THEN 'checkmark1' ELSE 'checkmark2';
END

TABLE FILE CAR
SUM
LOGO1
BY COLOR
ON TABLE PCHOLD FORMAT PPT
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,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=DATA, COLUMN=N2, IMAGE=(LOGO1),
$
ENDSTYLE
END

When i Run this ,

i am not getting the image under the column LOGO1.Instead i get only the string checkmark1 checkmark2 and checkmark 3.

the image is not showing within the table.
as in within the style TYPE=DATA,

but when i give TYPE=REPORT to check whether its picking up the image from the reporting server,it is showing me the image properly..


WF 7.6.11,
oracle 11g ,windows
PDF , excel, AHTML
June 28, 2013, 12:58 PM
badri
Just to add to it, when i run the same code for PDF , its working fine.


WF 7.6.11,
oracle 11g ,windows
PDF , excel, AHTML
June 28, 2013, 01:06 PM
J
What about html? This might be something specific to your version.


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
June 29, 2013, 12:45 AM
badri
Hello J,
For HTML its showing a box with a red X symbol. may be because ive not specified a URL for html to reference to.


WF 7.6.11,
oracle 11g ,windows
PDF , excel, AHTML
July 02, 2013, 11:05 PM
badri
Hi J,
We have opened a ticket with IB.

Thanks again,
Badri


WF 7.6.11,
oracle 11g ,windows
PDF , excel, AHTML