method InputDeliveryAddress(ControlName: String, CodeValue: String, Prompt: String[, Filter: String, FilterButtonVisible: Boolean])
Define a lookup control on a scripted form that allows input of a Delivery address.
InputDeliveryAddress method syntax has these named arguments:
Parameter |
Description |
Control Name |
Required. Name of the control. Must be a valid MaxBasic identifier. |
Code Value |
Required. The Customer Code to select the address for. |
Prompt |
Required. Prompt text to display to left of the control. |
Filter |
Optional. String containing a filter value to apply to delivery addresses available. |
Filter Button Visible |
Optional, defaults to False. Determines whether to display the Filter button. |
See also MaxBasic InputDeliveryAddress function.