Crystal Reports Calendar Control not showing?

  • Thread starter Thread starter J
  • Start date Start date
J

J

Hello. Our programmer created a VS2005 Crystal Report that uses the
calendar control. It seems to work fine when viewed locally but when we
publish it to the web server which is W2K Server the Calendar control's
image is not showing with a red X and some text box fields look like they're
enabled but can't click on to them. Does anyone know what we need to do to
make the Calendar control and other text box fields work when we publish
them to our webserver?

Thanks in advance.

J
 
It sounds like the path is not set correctly for the Calendar control's
image on the web server. The easiest way to find out is to check the
..aspx file that the Calendar control is tied to and make sure that the
image path that it is pointing to is correct and that the object is
actually loaded on the web server in the path specified. This may also
be the case w/the text box fields, if they are tied to a certain path.
Hope this helps.

Regards,

Enrique Martinez
Sr. SQL Server DBA/Developer
(e-mail address removed)
 
Back
Top