Zoomed Image

AMSX Scripting Language - Command : Form.Create

Summary

Initialise a new AMSX form object ready to receive fields and be displayed

Description

Creates a new AMSXForm with the given title, pixel dimensions, label-column width, and button bar definition. Call Form.AddField after this to add input fields, then Form.Show to display the form to the user.

Parameters

ParameterDescription
cmdtitle
Argument 0width
Argument 1height
Argument 2field name width
Argument 3buttons, e.g. OK,Cancel,button2/Manage IP Ranges and Locations >/200,button3/Credentials .../120

Syntax


Form.Create "title", "width", "height", "field name width", "buttons, e.g. OK,Cancel,button2/Manage IP Ranges and Locations >/200,button3/Credentials .../120"

Return to the AMSX Command Reference