Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need to convert dbf to html
Message
From
06/04/2017 10:58:08
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01649884
Message ID:
01649888
Views:
72
>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform