Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just uploaded my crystal report which is working fine on development PC, but as soon I uploaded it on server it just not displaying.

No error / no bar nothing.

Please help Regards

share|improve this question

1 Answer

If the query is returning 0 results then it's possible to have the entire report suppressed in this case (option can be found under File -> Report Options -> "Suppress Printing if No Records" checkbox). I've seen it do weird things with this enabled while viewing outside of CR.

share|improve this answer
Hi, I am just displaying Date and Time to check if reports are working or not – Moksha Oct 12 '10 at 5:21
Crystal will still suppress the entire report if there are no database references, as would be the case if you were just trying to display the current date/time (given that the above-mentioned check box is checked, of course) – Ryan Oct 17 '10 at 16:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.