Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table to HTML
Message
From
05/12/2005 10:28:42
 
 
To
05/12/2005 05:04:48
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01074831
Message ID:
01074948
Views:
16
Another simple one, using one of the FFC classes:
USE MyTable
oHTML = NewObject("_dbf2html",HOME() + "ffc\_internet.vcx") 
*** oHTML.nGenOutput = 0 && This avoids showing the HTML created on the webbrowser
oHTML.GenHTML()
Regards
Cesar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform