Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6.0 and HTML
Message
From
03/08/1998 17:11:34
 
 
To
03/08/1998 15:50:58
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00123629
Message ID:
00123641
Views:
15
Jim,

>Does anyone know how to display an HTML page using VFP 6.0?

As a starter:
SET CLASSLIB TO HOME()+ "FFC\_HTML"
x=CREATE("_HTMLDocument")
x.Body.AddItem("Hello World")
?x.gethtmltext()
Previous
Reply
Map
View

Click here to load this message in the networking platform