Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm usingC# in VS2005. I have added a new form (PhoneList.cs) to my project and drop a CrystalReportViewer onto it (crPhoneView).

 

I walked through the Wizard of getting my data ([LASTNAME], [FIRSTNAME], [PHONE], [DEPT]) from my single table ("EmployeeInfo" on SQL Server), and the Wizard created the RPT file for me (crPhoneList.rpt).

 

Whenever I run the application and display PhoneList, however, it is empty. I know there is data, so why doesn't anything show?

 

What might have gone wrong? Since the Wizard created everything, I have no idea where the code is! There never was a part where I entered the SQL query.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...