| GetWareHouseList Method | |
| See Also |
Returns a Recordset object that contains the warehouse code and name defined the company database. To retrieve a list of warehouses, apply this method in a loop.
| Visual Basic |
|---|
Public Function GetWareHouseList() As Recordset |
A Recordset object that contains two fields: WareHouseCode and WareHouseName.
Exceptions
-2000 The connection with database has been disconnected.