Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SCR ActiveX Designer error

Status
Not open for further replies.

kltan

MIS
Jan 10, 2001
6
SG
Hi,

I am trying to use ASP to pass some user-entry input(from HTML form) to the SCR object. This is the line of code that is giving the problem

>operator_words = Request.Form("operator")
>value = Request.Form("value")
>field = Request.Form("field")

>selection_formula = cstr(field) & cstr(operator_words) & " " & cstr(value)

>session("oRpt").DiscardSavedData
>session("oRpt").RecordSelectionFormula = cstr(selection_formula)

This is the error message from the browser
==========================================================
Seagate Crystal Reports ActiveX Designer error '800473d2'

The remaining text does not appear to be part of the formula.

Seagate Crystal Reports ActiveX Designer error '800473d2'

The remaining text does not appear to be part of the formula.
==========================================================

Thanks,

Jimmy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top