dragonturtle
Programmer
Hi,
I have a web report with 4 report headers that are suppressed with the following conditions:
A: CStr({?Param}) = "myParam"
B: CStr({?Param}) <> "myParam"
C: CStr({?Param}) = "myParam"
D: CStr({?Param}) <> "myParam"
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.
I have a web report with 4 report headers that are suppressed with the following conditions:
A: CStr({?Param}) = "myParam"
B: CStr({?Param}) <> "myParam"
C: CStr({?Param}) = "myParam"
D: CStr({?Param}) <> "myParam"
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.