Zoomed Image

AMSX Scripting Language - Command : form.getdata

Summary

Retrieve the value a user entered for a field after the form was submitted

Description

Returns the value submitted by the user for the named field and stores it in the result buffer. Call this after Form.Show has returned to read each field the user filled in.

Parameters

ParameterDescription
cmdfield name whose submitted value to retrieve

Syntax


Form.GetData "field name whose submitted value to retrieve"

Return to the AMSX Command Reference