Crystal Report Viewer not drawing itself properly

laredo512

Regular
Joined
Jan 6, 2004
Messages
88
Location
Far enough to see snow in winter
Hi All,

I have an MDI application which contains a child form for report generation.

Within this particular child form, I have a Crystal Report Viewer (crView1).

All the reports run properly in the viewer, however, on load, this viewer (at 95% of the time) does not draw all the controls as it should on itself (the next page, previous, etc. ... that's natively set to visible on crView1. The report viewing section is fine... just no controls.)

Any ideas as to what I may be missing in my code ? I tried forcing a refresh on the form, the viewer... pretty much anything and nothing...

Suggestions ?

Thanks
 
itagraham said:
Is it possible to see a slice of you code to analysis it?
There's nothing except this:

Visual Basic:
Dim rpt as New rptWeek
 
Me.crView1.ReportSource = rpt

I didn't add any fancy stuff, nor did I change any values in the viewer properties. All I did was drag a new crystal report viewer onto my form, plugged in the code for it.

The report shows with no problems. It's just the controls of the report viewer (which are all set to true) in the properties window.
 
Back
Top