472,805 Members | 958 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,805 software developers and data experts.

VB.NET & CRYSTAL REPORTS

Hi

Can any one help me. I added crystal report item to my project .net. After
connecting to database , i inserted three columns from table. I ran report in
..net is working fine.

My problem, I want to add fouth column from DB to my report. My field
viewer is disable, I cann't insert columns from table. Can any one help me to
enable field viewer in tool bar.

Thanks
kalyan
Nov 21 '05 #1
3 1799
I have been fighting a lot with Crystal 9 and gotten it to work the way I
want it. But I have never made a report. A collegue have made the reports
and I have the integrated them in Windows Forms and in ASP:NET with
parameters that the user can type in in runtime.

I dont' really understand what your problem is. can you describe it again a
little more detailed?

/Lars

"Trichy" <Tr****@discussions.microsoft.com> skrev i meddelandet
news:DD**********************************@microsof t.com...
Hi

Can any one help me. I added crystal report item to my project .net. After
connecting to database , i inserted three columns from table. I ran report in .net is working fine.

My problem, I want to add fouth column from DB to my report. My field
viewer is disable, I cann't insert columns from table. Can any one help me to enable field viewer in tool bar.

Thanks
kalyan

Nov 21 '05 #2
Hi

Thanks for reply. I already created report not with crystal report but
through .net. Now I want to add new column in my database to crystal report.
Field viewer is disabled. If i open crystal report in .net.

My database is Access and i dont have access installed on my m/c.
I am able to connect Database through ADO. Reports working fine.
Thanks
kalyan
"Trichy" wrote:
Hi

Can any one help me. I added crystal report item to my project .net. After
connecting to database , i inserted three columns from table. I ran report in
.net is working fine.

My problem, I want to add fouth column from DB to my report. My field
viewer is disable, I cann't insert columns from table. Can any one help me to
enable field viewer in tool bar.

Thanks
kalyan

Nov 21 '05 #3
You mean you have created the report in the Visual Studio interface instead
of in Crystal Reports? I don't really think there's a differance, either way
you will have a rpt file to work with right?

When you say you want to add another Field to the database, you mean you
want to see that field in the reports as well I asume?

If you have created another field in the database you should of course be
able to open the rpt file in Visual Studio and just connect to the database
and add the new filed whereever you want it in the report. This would have
more to do with creating reports instead of integrating with the crViewer
which makes me doubt that I understand what it is you want to do...

Creating a field and addding it to the report has nothign to do with the
crViewer .. .unless of course you are doing everything in Runtime.. are
you?

/Lars

"Kalyan" <Ka****@discussions.microsoft.com> skrev i meddelandet
news:01**********************************@microsof t.com...
Hi

Thanks for reply. I already created report not with crystal report but
through .net. Now I want to add new column in my database to crystal report. Field viewer is disabled. If i open crystal report in .net.

My database is Access and i dont have access installed on my m/c.
I am able to connect Database through ADO. Reports working fine.
Thanks
kalyan
"Trichy" wrote:
Hi

Can any one help me. I added crystal report item to my project .net. After connecting to database , i inserted three columns from table. I ran report in .net is working fine.

My problem, I want to add fouth column from DB to my report. My field
viewer is disable, I cann't insert columns from table. Can any one help me to enable field viewer in tool bar.

Thanks
kalyan

Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
0
by: Robert Warnestam | last post by:
Hello, I have some problems deploying Crystal Reports. I'm using Visual Studio 2005 Beta 1. In this version Crystal Reports (9.7.3500.0) is included. I created a small test application...
3
by: Karine Proot | last post by:
Hello, I created two reports : - OleDbReport.rpt, with an OLE DB (ADO) data source (took only table 'stores' from database 'pubs') - DataSetReport.rpt, with an ADO.NET DataSet as a data source...
0
by: stromberg45 | last post by:
People, I am using Visual Studio 2003 v7.1, with framework 1.1 SP1. I also use crystal reports 8.5 to write a lot of my clients reports, and recently upgraded my crystal 8.5 to 9. this however in...
1
by: paul | last post by:
Hello, does VB .net express edition come with (or be enhanced somehow) to include Crystal reports as does the proper edition? Thanks Paul
3
by: Dave | last post by:
When I create a report project which includes several reports. How do I get these reports to showed in my C# progam? Do I need to addd references? I'm doing this for 1st time. -- L. A. Jones
2
by: MartyInOz | last post by:
Hi, I'm currently running Crystal Reports 8.5 from PHP using COM..(yes I know that is an older version of Crystal)...I am also running PHP on localhost. The following code: <?php $crapp =...
0
by: YellowFin Announcements | last post by:
Introduction Usability and relevance have been identified as the major factors preventing mass adoption of Business Intelligence applications. What we have today are traditional BI tools that...
0
by: Mark Gold | last post by:
Hi! We have a VB application using Crystal Reports 6 that has worked successfully on hundreds of systems for over 10 years. Now, on one network, the application and access database does not close....
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.