This property returns a collection of SchedulingInfo properties. Read
Property Properties As Properties
SchedulingInfo properties can be accessed in two ways:
StartTime = QueryResult.Item(Index).SchedulingInfo.BeginDate
Submitter = QueryResult.Item(Index).SchedulingInfo.Properties("SI_SUBMITTERID").Value
Properties in the collection can be either simple properties or property bags (i.e. containers). There are two ways that the user can determine if a property is a property bag:
Note: You can use the Properties collection's Add Method to add custom properties and property bags.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |