| | |
Crystal Report Design!!!!!
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2007
Posts: 23
Reputation:
Solved Threads: 0
Dear frens,
I have made an application in VB.net using Visual studio 8, with ms access as a backend.
I have crystal report installed in it. I have got a problem while connecting database to the crystal report. I have also got problem in designing part. Is there any solution for it.
And the other part is that I also tried to make a report viewer througn database report viewer. But it showed certain problem .It showed report of only one row at one time and the report cannot be exported to word file.
Is there any solution for it.
I m in immense trouble.
Please help me
Waiting .....
Kshiteesh
I have made an application in VB.net using Visual studio 8, with ms access as a backend.
I have crystal report installed in it. I have got a problem while connecting database to the crystal report. I have also got problem in designing part. Is there any solution for it.
And the other part is that I also tried to make a report viewer througn database report viewer. But it showed certain problem .It showed report of only one row at one time and the report cannot be exported to word file.
Is there any solution for it.
I m in immense trouble.
Please help me
Waiting .....
Kshiteesh
•
•
Join Date: Jul 2007
Posts: 6
Reputation:
Solved Threads: 0
•
•
•
•
Dear frens,
I have made an application in VB.net using Visual studio 8, with ms access as a backend.
I have crystal report installed in it. I have got a problem while connecting database to the crystal report. I have also got problem in designing part. Is there any solution for it.
And the other part is that I also tried to make a report viewer througn database report viewer. But it showed certain problem .It showed report of only one row at one time and the report cannot be exported to word file.
Is there any solution for it.
I m in immense trouble.
Please help me
Waiting .....
Kshiteesh
The only work around that I have found to work was to change your connection string (I use Access as a database):
Instead of -
Conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _
Application.StartupPath & "\Database.mdb"
I had to use -
Conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _
"C:\Database Folder\Database.mdb"
You will manually place the database in a folder labeled Database Folder (or whatever) on the C Drive.
This allows both your application and Crystal Report to have access to the database. You will then have to go back to Crystal Reports/Database/Set Datasource Location then choose "C:\Database Folder\Database.mdb". This will allow your CR to access your database and changes in the database will be viewed immediately in the CR while the application is running.
Hope this helps
Scott
![]() |
Similar Threads
- Crystal report in vb.net, printing problems (VB.NET)
- Set runtime connection to the Access database for Crystal report (VB.NET)
- Issue about passing parameter to Crystal Report 11.. (Visual Basic 4 / 5 / 6)
- How can I call Crystal Report from VB 6.0 ? (Visual Basic 4 / 5 / 6)
- Crystal Report Font Problem (ASP.NET)
- Problems on making Crystal Report (VB.NET)
Other Threads in the VB.NET Forum
- Previous Thread: Calculate Age in VB 2005
- Next Thread: give me suggestion
| Thread Tools | Search this Thread |
"crystal .net .net2005 30minutes 2008 access add arithmetic array assignment basic binary bing box button buttons center code combobox component connectionstring convert cpu data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees excel file-dialog firewall folder google hardcopy image images isnumericfuntioncall listview login math memory mobile module ms mssqlbackend mysql navigate net networking opacity output pan peertopeervideostreaming picturebox picturebox1 plugin port print printpreview problemwithinstallation project record reports" reuse save savedialog serial sorting sql storedprocedure string temp text textbox timer toolbox updown upload useraccounts usercontrol vb vb.net vb.netcode vb.nettoolboxvisualbasic2008sidebar vbnet view vista visual visualbasic visualbasic.net visualstudio web wpf





