Accredo Saturn only, use InputCode.
method InputBinCode(ControlName: String, Location: String, Prompt: String[, Filter: String, FilterButtonVisible: Boolean, AllowInactive: Boolean]): String (Accredo Saturn only, use InputCode in Accredo Mercury.)
Define a lookup control on a scripted form that allows input of a Bin Code.
InputBinCode method syntax has these named arguments:
Parameter |
Description |
Control Name |
Required. Name of the control. Must be a valid MaxBasic identifier. |
Location |
Required. The Location to show Bin Codes for. |
Prompt |
Required. Prompt text to display to left of the control. |
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 MaxBasic InputBinCode function.