Previous Topic

Next Topic

Book Contents

Book Index

InputBinCode - MaxBasic Function

Accredo Saturn only, use InputCode.

InputBinCode(Location: String, Prompt: String[, Title: String, DefaultValue: String, Filter: String, FilterButtonVisible: Boolean, AllowInactive: Boolean]): StringAccredo Saturn only, use InputCode in Accredo Mercury.

Displays a prompt in a dialog box, User can enter or select a valid Bin Code, and returns the Bin Code.

Note, if User clicks OK or presses Enter InputBinCode function returns the Bin Code. If User clicks Cancel or presses Esc, function returns Null.

InputBinCode function syntax has these named arguments:

Parameter

Description

Location

Required. The Location to show Bin Codes for.

Prompt

Required. String expression displayed as the message in the dialog box.

Title

Optional. String expression displayed in the title bar of the dialog box. If you omit title, the application name is placed in the title bar.

Default Value

Optional. The default Bin Code to display. If you omit Default Value, the control will display empty.

Filter

Optional. String containing a filter value to apply to Bins available.

Filter Button Visible

Optional, defaults to False. Determines whether to display the Filter button.

Allow Inactive

Optional, defaults to False. Determines if Inactive Bins are available.

See also Scripted Form InputBinCode method.