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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditional chart in web report not displaying.

Status
Not open for further replies.

dragonturtle

Programmer
Sep 25, 2003
55
CA
Hi,

I have a web report with 4 report headers that are suppressed with the following conditions:

A: CStr({?Param}) = "myParam"
B: CStr({?Param}) <> &quot;myParam&quot;
C: CStr({?Param}) = &quot;myParam&quot;
D: CStr({?Param}) <> &quot;myParam&quot;

Sections A and B contain charts, sections C and D are text. My problem is that when run from the remote web server, Sections A and B do not display. Just a blank page. But Sections C and D display just fine. If I make the charts non-conditional, they show up alright.

Here's the kicker: everything works fine on two separate local web servers that have the same installation and files as the remote server.

What could be preventing the charts from displaying? Some cryptic unregistered DLL? I'm really stumped on this one.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top