<!-- #include file="RetrieveIStore.csp" -->
<!-- #include file=helper_js.csp -->
Response.Redirect ("Start.csp");
Result = IStore.Query("Select SI_NAME, SI_ID From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Report' And SI_INSTANCE=0");
Response.Write ("No reports could be found to schedule.");
Response.Write ("This example will schedule the report, " + Result.Item(1).Title);
Response.Write ("<BR>It will also include your email address so that the instance can be found later.");
Response.Write ("<form name='GetUserDetails' action='ScheduleWithValues.csp
Response.Write ("Enter your email address:");
Response.Write ("<input type=text name='Email'>");
Response.Write ("<input type=submit value='Schedule'></form>");
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |