Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need a form to view HTML
Message
De
21/11/2003 19:58:54
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00852462
Message ID:
00852567
Vues:
8
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform