Hello,
I'm receiving the following error:
Error Occurred Reading Records: The remaining text does not appear to be part of the formula.
I'm using the basic template.asp type code that uses
<!-- #include file="AlwaysRequiredSteps.asp" -->
<!-- #include file="MoreRequiredSteps.asp" -->
<!-- #include file="SmartVieweractiveX.asp" -->
In between the alwaysrequired and morerequiredSteps I have this piece of code:
session("oRpt".FormulaFields.Item(3).Text = cstr("formula = ""testing1"""
Which gives me the error. However, when I take the above code out the report comes up fine.
I'm running it off of Win98 with PWS and CR 8.5.
Could someone help me figure out what's going wrong?
Thanks!
Earme
I'm receiving the following error:
Error Occurred Reading Records: The remaining text does not appear to be part of the formula.
I'm using the basic template.asp type code that uses
<!-- #include file="AlwaysRequiredSteps.asp" -->
<!-- #include file="MoreRequiredSteps.asp" -->
<!-- #include file="SmartVieweractiveX.asp" -->
In between the alwaysrequired and morerequiredSteps I have this piece of code:
session("oRpt".FormulaFields.Item(3).Text = cstr("formula = ""testing1"""
Which gives me the error. However, when I take the above code out the report comes up fine.
I'm running it off of Win98 with PWS and CR 8.5.
Could someone help me figure out what's going wrong?
Thanks!
Earme