webformrecordid
PAGE
,
FIELDS

The webformrecordid statement adds a RECORD_ID hidden field to the HTML of a web form.


Parameters

This statement has two parameters:

page – text of the HTML page. The text must contain a <form> tag.

fields – one or more fields to be used as the key. If this parameter is "" or omitted, the standard record ID will be used as the key (this is recommended).


Description

This statement adds a RECORD_ID hidden field to the HTML of a web form. The recommended technique is to use the standard record ID as the key.

webformrecordid cgiHTML

For compatibility with legacy applications, you can specify one or more explicit key fields.

webformrecordid cgiHTML,First,Last

If multiple fields are specified, they will be combined into one composite key.


See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.