Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting DBF to HTML
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
01649844
Message ID:
01649905
Vues:
46
I suggested an answer above, you dont take attention i dont understand why !!! it does not matter.
lets's go...

for whose interesting this is the programmatly equivalent.It uses the _genhtml public vfp variable pointing to home()+"genhtml.prg.
local m.lcfile_source
lcfile_source=home(1)+"samples\data\customer.dbf"
DO (_GENHTML) WITH  "" ,m.lcfile_source  ,2 
*can be 0,1,2,3,4,5 see foxhelp in Genhtml.prg
*this fires a dialog box---choose an output html file...it saved and viewed in navigator 
i repeat its an old style of html table.can beautify it with CSS between tags styles in html generated.
i gave a link for more documentation.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform