Syntax
| SQL.SearchLocation([Warehouse][, Location][, OnlyAutoNumbering][, AltCaption])
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description
| High-level function used to select a location in a warehouse.
After selection, the function returns a string value in which the warehouse and location are represented, separated by a tab character (ASCII 9).
| ||||||||||
See Also
| other SQL.Searchxxxxxxxx functions.
| ||||||||||
Example
| Sub Main() Debug.Print SQL.SearchLocation("CENTRAAL", "A1", False, "Hello!") End Sub | ||||||||||