renderwebform(
FORM
,
RECORD
,
VARIABLES
)

The renderwebform( function renders a Panorama web form into HTML, merging data into the template as necessary.


Parameters

This function has three parameters:

form – name of form to render (in the current database).

record – information for selecting record to render, see the WebURLSelect statemnt.

variables – carriage return separated list of variables to be merged into text editor cells, radio buttons, pop-up menus, etc.


Description

This function renders a Panorama web form into HTML, merging data into the template as necessary.

cgiHTML = renderwebform("Invoice","NUM-2654")

See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.