Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show HTML from var
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00748025
Message ID:
00748033
Views:
18
This message has been marked as the solution to the initial question of the thread.
Here's a basic code.
WITH Thisform.oWeb
  .Navigate("about:blank")
  .Document.Open()
  .Document.Write(lcHtml)
  .Document.Close()
ENDWITH
>Hi there,
>in an app I want to present data with the webbrowser-control, but
>I can't figure out how to pass HTML-embedded data in a character-var
>to the control. I don't want to write it first to a file and then laod it cause it takes to much time. I tried passing the var to the navigate-method
>but this does not work. Has anybody some advice for me?
>Thanks in advance
>Thomas
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform