Previous Topic

Next Topic

InputCountry - Scripted Form Method

method InputCountry(ControlName: String, Prompt: String[, Default: String, AllowEmpty: Boolean])

Define a lookup control on a scripted form that allows input of a Country code.

InputCountry method syntax has these named arguments:

Parameter

Description

Control Name

Required. Name of the control. Must be a valid MaxBasic identifier.

Prompt

Required. Prompt text to display to left of the control.

Default

Optional. Default value to be displayed.

Allow Empty

Optional. Determines if the Lookup can be cleared after a value has been selected. Defaults to False.

See also MaxBasic InputCountry function.

See Also

ScriptedForm Object

Book Contents

Book Index