webformhiddenitems(
)

The webformhiddenitems( function returns a list of the hidden items in the web form submitted to this web procedure.


Parameters

No parameters.


Description

This function returns a list of the visible items in the web form submitted to this web procedure, excluding any hidden items. The list of item names is carriage return separated. This function only works when responding to a web query when running Panorama Server.

This example retrieves the names and then runs a loop to process each visible submitted item.

looparray webformvisibleitems(),cr(),formItem
   // process each visible item submitted in form
   let itemValue = webformitemvalue(formItem)
   ...
   ...
endloop

Note: This function only works with forms generated by the MakeFormWebTemplate statement.


See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.