inputUIRecord
The inputUIRecord property identifies a VGUI record that a VGWebTransaction program receives from a user's web-page submission. The value of the property is a STRING in quotation marks.
Use the property in either of the following cases:
- The web page is presented by a show statement with a returning to clause, and the user submits the web page in response to that statement.
- The user clicked a web-page button or hypertext link to invoke an EGL program and to submit VGUI record data to that program.
The name of a given field in the VGUI record on the web page must have the same name and type as the corresponding field in the record identified by the inputUIRecord property.
The inputUIRecord property is available only in VGWebTransaction programs.