Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I need to convert dbf to html
Message
De
06/04/2017 10:58:08
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
01649884
Message ID:
01649888
Vues:
73
>Can anyone suggest a simple way of converting a dbf to html
>I need to be able to run it as an unattended scheduled service every night

foxpro exe run by windows scheduled task
cFile = 'some address'
strtofile('', m.cFile)
use table
scan
  strtofile('<tag>' + trim(table.field) + '</tag>' + … + CRLF, m.cFile, 1)
endscan
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform