Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 6.0 and HTML
Message
De
03/08/1998 17:11:34
 
 
À
03/08/1998 15:50:58
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00123629
Message ID:
00123641
Vues:
14
Jim,

>Does anyone know how to display an HTML page using VFP 6.0?

As a starter:
SET CLASSLIB TO HOME()+ "FFC\_HTML"
x=CREATE("_HTMLDocument")
x.Body.AddItem("Hello World")
?x.gethtmltext()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform