Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing HTML data infto a VFP form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00750598
Message ID:
00751031
Views:
25
HI Fracois,

>Do do you mean a way to write an html without resorting to a temp file. I never found the way to do that. Could you provide an example or the name of the method.

Try something like this:
m.MyBodyHTML='<b>This is a test!</b>'

m.ieBrowser=Createobject("internetexplorer.application")

m.ieBrowser.navigate('about:blank')

DO WHILE m.iebrowser.Document.readystate#'complete'
	WAIT WINDOW 'Document Loading...' NOWAIT 
ENDDO 

m.ieBrowser.Document.body.innerhtml=m.MyBodyHTML

m.ieBrowser.visible = .T.
Microsoft hears loudest what the VFP community says about Visual FoxPro by looking at the bottom line!

Support the product. Buy the latest version!

Hugh Winters @ WorldData 408-512-1131
Previous
Reply
Map
View

Click here to load this message in the networking platform