A quick form to show your HTML files within VFP.
1. If you pass a html file name with path as parameters, the form will show the file without a file selection choice. If no parameters sent, the button will be auto displayed to choose a HTML file.
2. Cut and paste the following to a prg.. say..
gsHtml.prg
And RUN it from command window or call it from another prg..
=gsHtml() or =gsHtml("cHtmlFileName")
**********************************************************
** Form to display HTML files.
**********************************************************
** Author : Ramani (Subramanian.G)
** FoxAcc Software / Winners Software
** Type : Freeware with reservation to Copyrights
** Warranty : Nothing implied or explicit
**********************************************************
PARAMETERS tFile
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.