Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show HTML from var
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00748025
Message ID:
00748033
Vues:
26
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform