webfocusraj
Programmer
Hi,
I created a report and was able to create a link (in report footer) to drilldown to another report. So, the webfocus handled the default link color to 'blue' and changed it to 'purple' once it is visited.
I created another report just like that and this concept is not working:
here are the 'on table' details:
N TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
$
....
.........
TYPE=TABFOOTING,
LINE=2,
OBJECT=TEXT,
ITEM=1,
FOCEXEC=test2,
$
The report is drilling down to another one. the problem is about the color. they stay black only.
I am using WF5.2
I created a report and was able to create a link (in report footer) to drilldown to another report. So, the webfocus handled the default link color to 'blue' and changed it to 'purple' once it is visited.
I created another report just like that and this concept is not working:
here are the 'on table' details:
N TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
$
....
.........
TYPE=TABFOOTING,
LINE=2,
OBJECT=TEXT,
ITEM=1,
FOCEXEC=test2,
$
The report is drilling down to another one. the problem is about the color. they stay black only.
I am using WF5.2