Returns True if the report object is runnable, and False otherwise. Read
Part | Type | Description |
---|---|---|
QueryResult.Item(Index).Properties.Item("SI_RUNNABLE_OBJECT")
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 |