TableClose
This method closes a WinBIZ Table that is in use.
If the table specified in the parameter is not in use, no error is raised.
Syntax:
oSession.TableClose(<cTableName>)
Example:
*/ Closes the adresses table.
oSession.TableClose("Adresses")