The articles states:
In the Class Browser, you can export code to HTML. With a class highlighted in the left pane, right-click the View Code button. This invokes your Web browser and opens the browser window over the right pane of the Class Browser.
In fact, in VFP9, you cannot right-click the class but there is a "View Code" button on the toolbar. However this does not display the code in a Web browser but in a modeless window. Clicking on this button whilst another class is highlighted shows the code in the same modeless window rather than in a separate window.
Paul Newton
-----Original Message----- From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Ted Roche Sent: 16 November 2016 14:27 To: profoxtech@leafe.com Subject: Re: Beautify
On Wed, Nov 16, 2016 at 8:00 AM, Man-wai Chang changmw@gmail.com wrote:
Could we beautify source codes into HTML files? :)
Actually, that's built-in, too. Of course, the Beautified HTML won't run ;) See:
https://msdn.microsoft.com/en-us/library/ms917378.aspx
and search for "HTML"
[excessive quoting removed by server]