SI_INSTANCE_OBJECT Property

Applies To   See Also  

A Boolean value specifying whether or not the Crystal Enterprise object is a report instance that is the result of a job that has already run. Read-Only.

Type

Boolean

Syntax

SELECT

    SI_INSTANCE_OBJECT

FROM

    CI_INFOOBJECTS

WHERE

    SI_ID = ObjectID

The syntax has these parts:

Part Type Description

ObjectID

Long

A number that identifies the object you want to retrieve.

Used to access the property from a query result:

QueryResult.Item(Index).Properties.Item("SI_INSTANCE_OBJECT")

Remarks

Instead of using SI_INSTANCE_OBJECT to determine the status of an instance, it is recommend that you use SI_SCHEDULE_STATUS Property.

An instance may be runnable (it is scheduled to run and create another instance), or it may not be runnable (it is the result of a job that has already run). Use this property to retrieve only those instances that have already been run, and the SI_RUNNABLE_OBJECT Property to retrieve only those instances that are runnable.



Crystal Decisions, Inc.
http://www.crystaldecisions.com
Support services:
http://support.crystaldecisions.com