cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Web Viewer field overflow horizontally

Former Member
0 Kudos

A report developed in Crystal 9 when viewed on a Web App. using the Crystal Viewer does not inherit the design time formatting of fields.

This happens esp. for string field objects whose "can grow" is not checked. The field overflows horizonantally to show the full string.

Crystal 2008 , ASP.NET 2005

Any suggestions..

Accepted Solutions (1)

Accepted Solutions (1)

Adam_Stone
Active Contributor
0 Kudos

This is a known issue due to limitations when generating the HTML. To workaround it you need to set can grow and max lines to 1. This forces the report to only place the information that would fit on one line into the HTML generated.

Answers (1)

Answers (1)

0 Kudos

Are there any workarounds for fields being center justified when they are not supposed to be? Firefox interprets this html output just fine but IE6 not so much.