Expand Minimize
This topic has not yet been rated - Rate this topic

_GENHTML System Variable

Visual Studio .NET 2003

Specifies an HTML (Hypertext Markup Language) generation program.

_GENHTML = ProgramName

Parameters

ProgramName
Specifies a program that generates HTML. If your HTML generation program is in a directory other than the current default directory, include a path with the program name.

Remarks

_GENHTML contains Genhtml.prg by default. Genhtml.prg is executed when you choose Save As HTML from the File menu. A text file that contains a hypertext markup language version of the form, menu, report, or table is created. The Save As HTML option is available only when the Form, Menu, or Report designers are active and the form, menu, or report has been saved, or when a Browse window is open.

See Also

CREATE FORM | CREATE MENU | CREATE REPORT | USE | System Variables A-Z | System Variables Overview

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.