Skip to Content
0
Former Member
Dec 11, 2007 at 11:46 PM

Passing Parameters

58 Views

I have Crystal XI.

My rpt accesses an SP with a parameter.

I use the value of the parameter to suppress a Report Header in Section Expert :

if {?@Parameter} <> 0 then

true

else

false

It runs great in the Development Environment (my PC).

In test mode, however, it fails.

It is being called by a .NET application, and the message being returned is

Error in formula <Section Visibility>

'if {?@Parameter} <> 0 then

'

This field name is not known.Exception:

1) Exception of type 'System.Exception' was thrown