Skip to main content
Version: Next

QR Get HTML template

QR Get HTML template ( area ) -> Function result

ParameterTypeDescription
areaLongint🡒Reference of the area
Function resultText🡐HTML code used as template

Description

The QR Get HTML template command returns the HTML template currently used for the Quick Report area. The returned value is a text value and includes all the contents of the HTML template.

If no specific template was defined, the template that is returned is the default template. Please note that no template will be returned if the output was not set to HTML file, either manually or programmatically.

If you pass an invalid area number, the error -9850 will be generated.

See also

QR SET HTML TEMPLATE