To retrieve the SchedulingInfo interface, use the InfoObject's SchedulingInfo property.
InfoObjects = IStore.Query("Select SI_NAME, SI_ID From CI_INFOOBJECTS Where SI_ID=" + ID);
ScheduleInfo = InfoObjects.Item(1).SchedulingInfo;
Now set the regular scheduling options. This report will be set to run immediately and only once.
Go to the next step: Adding the custom value and scheduling the report.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |