Returns an event given an index. Read
Property Item( [Index]) As Long
Index of the item to be retrieved. The index can be an ordinal position or ID.
If it is an ID, then the number sign (#) needs to be prefixed to it so that it is
not treated as an array index. For example: Object.Item("#" + ObjectID).
The index is one
This property returns the ID of a particular event. Typically, an ordinal position is passed in as the argument. This property can also be used to check the existence of an event based on the event's ID.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |