<!-- #include file="RetrieveIStore.csp" -->
<!-- #include file=helper_js.csp -->
Response.Redirect ("Start.csp");
// Retrieve the email address to search for.
var Email = String(Request.Form.Item("Email"));
// The instance of the report.
// Query for all report instances that contain the newly added Email property.
Result = IStore.Query("Select SI_NAME From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Report'"
+ "And SI_INSTANCE=1 And Email='" + Email + "'");
Response.Write ("No instances of the custom value " + Email + " could be found.");
Response.Write ("Looking for instances containing the custom value: ("+Email+") <BR>");
Response.Write ("Found: " + Report.Title + "<BR>");
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |