GRID=ON
GRID=ON
(OP)
I need to have my GRID turned on in order for my fields to align perfectly in my report, however, I do not want the grid to be visible. The format is HTML output.
Can I change the color of the GRID to white?
Or, can I make the GRID invisible?
Can I change the color of the GRID to white?
Or, can I make the GRID invisible?
Thanks,
Leo
RE: GRID=ON
1. why don't you turn the grid off, if you dont want it visible?
this is what i use: and i love it. it makes a thin black line instead of the ugly white one. :)
CODE
TYPE=REPORT, SQUEEZE=ON, GRID=ON, WRAP=ON, FONT='ARIAL', SIZE=9, ORIENTATION=LANDSCAPE,$
TYPE=DATA, BORDER=LIGHT,$
END STYLE
RE: GRID=ON
ON TABLE HOLD AS MYTAB FORMAT HTMTABLE
END
-RUN
-HTMLFORM BEGIN
<HTML>
<STYLE>
TABLE {border-collapse:collapse}
</STYLE>
!IBI.FIL.MYTAB;
</HTML>
-HTMLFORM END
-SUSANNAH
RE: GRID=ON
RE: GRID=ON
Read your WF manual. Got to do your homework or just ask Jay