but I am not to impressed. It created a Java html file and is slow in opening large files
David W. Grewe
Dave@internationalbid.com
ICQ VFP ActiveList #46145644
an example of what i'm saying is this
*<CODE>
use ? index ?
set printer to file \output.htm
set printer on
?'<HTML>'
?'<TITLE>'
?'BIG TABLE'
?'</TITLE>'
?'<BODY>'
?'THIS IS YOUR RESULTS'
?'<TABLE>'
scan
?'<TR><TD>'+FIELD1+'</TD><TD>'+FIELD2+'</TD>'
endscan
?'</TABLE>'
?'</BODY>'
?'</HTML>'
set printer to
set printer off
close all
clear all
*EOF
*</CODE>
if your good with html you can go as complicated or as
simple as you please ( a lot of good books out there on cgi)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.