laredo512 Posted February 4, 2006 Posted February 4, 2006 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 Quote Laredo512 * using VS.NET Pro 2003 *
itagraham Posted February 6, 2006 Posted February 6, 2006 Is it possible to see a slice of you code to analysis it? Quote
laredo512 Posted February 6, 2006 Author Posted February 6, 2006 Is it possible to see a slice of you code to analysis it?There's nothing except this: 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. Quote Laredo512 * using VS.NET Pro 2003 *
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.