UploadInputFields method (Display object)

Reads the values of all input field tags and displays them in the input fields.
Syntax
Display
.
UploadInputFields
where
Display
– is the name of a Display object or an expression that evaluates to a Display object.
Remarks
  • This method is similar to the UploadAll command. It can be used to read values from tags to the input fields.
    If the user does not have security access to use the command, the upload does not occur and an error is raised with Err.Number equal to gfxErrorSecurityAccess.
  • If there are no input fields in the display, calls to this method are ignored.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal