Focal Point
Issue with image

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

October 22, 2007, 07:37 AM
Gobinath Velusamy
Issue with image
I added the image in my fex code .... But the position and the size of the image is not changing with table style sheets


My code is

-SET &ECHO=ON;

-SET &SRC_URL = 'http://localhost:8080/approot';

SQL SQLMSS
SELECT * FROM ;


TABLE FILE SQLOUT

PRINT
COMPUTE
*
ON TABLE HOLD
END



TABLE FILE HOLD
PRINT
*

ON TABLE SET ONLINE-FMT HTML

ON TABLE SET STYLE *


TYPE=REPORT,
GRID=OFF,
$
TYPE=TABHEADING,
POSITION=(+0.001 +0.000000),
SIZE=(10.450556 10.450556),
IMAGE=&SRC_URL/Images/nidxls.gif,

$


END


Thanks in Adance


WebFOCUS 7610
Windows
October 24, 2007, 01:05 PM
Kerry
Hi Gobinath,

Has this issue been resolved?

Just wondering, is this the same issue with Image styling?

Thank you in advance for clarifying and sharing. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
March 07, 2008, 08:39 AM
Gobinath Velusamy
HI Kerry ,

I didnt set the HTMLCSS on attribute on

After i add this attrubute ... it is working fine


WebFOCUS 7610
Windows
March 11, 2008, 02:21 PM
focuzsambit
i always love to make the extra formattings through htmlform .. ...


WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI