| GetItemList Method | |
| See Also |
Returns a Recordset object that contains an item code and item name. To retrieve the items list, apply this method in a loop.
| Visual Basic |
|---|
Public Function GetItemList() As Recordset |
A Recordset object that contains two fields: ItemCode and ItemName.
Exceptions
-2000 The connection with database has been disconnected.
For more detailed information about the item, you can create a new instance for the Items object, and then use the GetByKey method.