Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving query output as html
Message
 
 
À
25/02/2002 12:23:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00624604
Message ID:
00624612
Vues:
8
>Hi
>
>after running a query I can use save as to save the output as an html page. How can I automate this in an application
>
>
You can use the same program that VFP usess in Save As - GENGTML
DO (Home() + "genhtml") WITH "myhtml.htm", "mytable", 0
Don't forget to include GENGTML.prg into your application.
Check also file #9364.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform