Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to HTML a DBF?
Message
From
01/05/2000 17:05:32
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00364843
Message ID:
00364906
Views:
24
>I note that the Sysmenu has an option to save an opened DBF as an HTML. Is there a way to programatically do this. I do recall a _system like struture, but was unable to locate it in the HELP system.
>
>Thanks
>Terry

That menu option uses genHTML. Check the value of _GENHTML for its location. You can call it your self with syntax like:

DO (_GENHTML) WITH (cOutFile),(cSource),(nGenOutput),"",(cStyle),(cScope)

Check the source of GenHTML.prg for the meaning of each parameter.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform