Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need a form to view HTML
Message
From
21/11/2003 19:58:54
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00852462
Message ID:
00852567
Views:
9
if you don't want to load the control from a file on disk but with data from your dbf you could use
ThisForm.Olecontrol1.Navigate('About:Blank')
ThisForm.Olecontrol1.Document.Open()
ThisForm.Olecontrol1.Document.Write(mytable.HTMLcode)
ThisForm.Olecontrol1.Document.Close()
David
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform