Back Up Next

Emulate HTML

Allows you to enable HTML emulation.

When you deploy an existing 4GL application on the Web, this application looks like a flat ASCII application.

You can insert HTML tags in order to enhance the look and feel of your application. If you do so, the internal mechanism for emulating HTML must be disabled (set emulateHTML to 0). A value of 1 indicates that the HTML client will emulate (when possible) HTML tags that may not be compatible with the ones that you inserted.

The default value is 0.

For example:

# Emulation of HTML
emulateHTML=1

Expected type: integer.