SI_RUNNABLE_OBJECT Property

Applies To  

Returns True if the report object is runnable, and False otherwise. Read-Only.

Type

Boolean

Syntax

SELECT

    SI_RUNNABLE_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_RUNNABLE_OBJECT")

Remarks

Instead of using SI_RUNNABLE 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 are runnable, and the. SI_INSTANCE_OBJECT Property to retrieve only those instances that are not runnable. If SI_RUNNABLE_OBJECT is set to 0 in the query string, then all objects (and not just instances) that cannot be run will be returned.



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