Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outputing a report in HTML format
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00658743
Message ID:
00659199
Views:
33
For this sort of thing, I have used html merge, its quick, but you do have to write out your own html templete, (which isn't that hard really)
there are some good examples in the download from here

http://www.theproblemsolver.nl/download.htm#Html Merge

byw if your 'report' is really a paper type report, and you want to truly simulate page in a web form, then I would suggest you think about using a pdf document... it prints better, and keeps your fonts in tact, html itself is a relative beast, and your paper formatting gets messed up when you convert to html.

Bob Lee



>I am trying to output a report to a html type file but need some help, please. I have read everything i can find on subject, even looked at the saple in VFP 6.0 , but cant seem to get it right...
>
>can anyone advise if this is possible and how. The following is my report code....
>
>SELECT Players.totpoints, Players.username;
> FROM dspoker!players;
> ORDER BY Players.totpoints DESC;
> INTO CURSOR Tots_a
>REPORT FORM players.frx TO FILE totals.txt NOCONSOLE NOEJECT
>
>
>TIA....
In the beginning, there was a command prompt, and all was well.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform