DownloadInputFields method (Display object)

Writes the values in all input fields on a display, to their tags.
Syntax
Display
.
DownloadInputFields
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 DownloadAll command. It can be used to write values from input fields to their tags. If you do not have security access to use the DownloadAll command, the download does not occur and an error is raised with Err.Number equal to gfxErrorSecurityAccess.
  • If there are no input fields on the display, calls to this method are ignored.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal