TrkItem.Save (method)

method Save
Syntax: object.Save
Description:
Saves the Item to the TADB database.
The method will fail if the item currently being saved has invalid type ID.
It will also fail if invalid relative Items were added to the relative items collection.

Example:

Dim oTrkItem As Object
'Assuming valid oTrkItem Object.
...
...
oTrkItem.Save