Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can convert report into HTML
Message
From
15/01/2004 11:33:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
How can convert report into HTML
Miscellaneous
Thread ID:
00867159
Message ID:
00867159
Views:
65
How to save the report as html
myFile = "c:\myDir\myTxtFile.txt"
REPORT FORM myReport.... NOCONSOLE TO FILE (myFile) ASCII
can be as
myFile = "c:\myDir\myTxtFile.html"
REPORT FORM myReport.... NOCONSOLE TO FILE (myFile) html
Next
Reply
Map
View

Click here to load this message in the networking platform