473,799 Members | 3,214 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Crystal Reports Viewer

Is there a way with the CR For .Net Viewer control to get the field and
the value if a user clicks on a field in a report? I know if previous
versions you could do this... If you can't do it with the CR for .Net
that comes with Visual Studio, what is needed to do that?

Aaron
--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.
Nov 21 '05 #1
3 3612
Search for "Public Instance Events" and CrystalReportVi ewer Members
in the crystal report section of VS help.
Drill Event fires when a report is drilled down on.
DrillDownSubrep ort Event fires when the user drills down on a subreport.
HandleException Event fires when an exception occurs in the Viewer.
Navigate Event fires when the user navigates through a report.
ReportRefresh Event fires when the data in the report is refreshed.
Search Event fires when text is searched for in the report.
ViewZoom Event fires when zoom level of the viewer changes.

"Aaron Smith" <th**********@s mithcentral.net > wrote in message
news:Z6******** ********@newssv r31.news.prodig y.com...
Is there a way with the CR For .Net Viewer control to get the field and
the value if a user clicks on a field in a report? I know if previous
versions you could do this... If you can't do it with the CR for .Net
that comes with Visual Studio, what is needed to do that?

Aaron
--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.

Nov 21 '05 #2
Yea, I already read through those and there isn't anything in there to
get the field and the value of that field that they click on...

For example, if we have a listing of open purchase orders, we want to be
able to click on the open purchase order in that report and have it open
the form to edit that purchase order... This was possible in CR version
7 and 8 with regular VB.. Is this not available anymore in the .Net
versions? What about the CR 10 for .Net?

Aaron

Mark Jones wrote:
Search for "Public Instance Events" and CrystalReportVi ewer Members
in the crystal report section of VS help.
Drill Event fires when a report is drilled down on.
DrillDownSubrep ort Event fires when the user drills down on a subreport.
HandleException Event fires when an exception occurs in the Viewer.
Navigate Event fires when the user navigates through a report.
ReportRefresh Event fires when the data in the report is refreshed.
Search Event fires when text is searched for in the report.
ViewZoom Event fires when zoom level of the viewer changes.

"Aaron Smith" <th**********@s mithcentral.net > wrote in message
news:Z6******** ********@newssv r31.news.prodig y.com...
Is there a way with the CR For .Net Viewer control to get the field and
the value if a user clicks on a field in a report? I know if previous
versions you could do this... If you can't do it with the CR for .Net
that comes with Visual Studio, what is needed to do that?

Aaron
--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.


--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.
Nov 21 '05 #3
Hi!

I also have one problem with Crystal Report Viewer (crv). When I
select Print button on my form I change my cursor to busy:

Cursor = curBusyApp 'busy on my Form

frm.crv.Cursor = curBusyApp 'on the report form

frm.ShowDialog( ) 'Show report as dialog
Cursor = Cursors.Default 'default again for my form

Because my report show on screen as dialog I don't know how to set
cursor on the report form back to default when my whole report appear
on the screen (all pages is loaded in the report).

Anybody know which event I have to fire on crv when all data is loaded
so that cursor will be in default state again or any other method to
solve that?
Regards,
Billy
Nov 21 '05 #4

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

Similar topics

2
6572
by: Ashish Shridharan | last post by:
Hi All, I'm not very sure if this is the forum for my question but i was hoping someone could direct me to the right place (or answer my question). I am using the .NET crystal report viewer to display reports (crystal reports) in HTML in my web application. My client's requirements are that the reports need to be viewable on Netscape, Mozilla and IE. However, in Netscape
0
426
by: Jason | last post by:
We are developing a VB.NET database application, using windows forms and Microsoft Access. The application requires dynamic reports, where the users change data on the forms, if a report is being shown it will automatically update. To do this we are using the .NET crystal report viewer, which loads a crystal report that we set it's data source at runtime using a dataset. If the user changes data on the data collection form, we update...
5
9458
by: Robert Schuldenfrei | last post by:
Hi Again, Forgive me for posting this again, but old items seem to get little review. I thought I could adjust the viewer properties without any further aid from the NG, but I was wrong. When I print my reports to a file or directly to the printer, the orientation is landscape. This was set in the report itself using Designer | Printer Setup and setting the printer to landscape. When I send the report to the viewer, using the...
19
3883
by: LP | last post by:
I am using (trying to) CR version XI, cascading parameters feature works it asks user to enter params. But if page is resubmitted. It prompts for params again. I did set ReuseParameterValuesOnRefresh="True" in a viewer, but it still doesn't work. Did anyone run into this problem. What's the solution? Please help. Thank you
17
8454
by: Peter Proost | last post by:
Hi Group, I've got an interesting problem, I don't know if this is the right group but I think so because everything I've read about it so far says it's a .net problem. Here's the problem, we're using crystal reports 9 and vb.net and we're using the crystalrepotViewer to show our reports. But every time we open a report the connection to or sql server remains, so if I open 5 forms with the report viewer I've got 5 sleeping connections in...
5
2404
by: Jay | last post by:
I am getting mixed messages from the asp.net website hosting providers - some say they do not support Crystal Reports due to a $25,000 per cpu licensing fee, others say all I need to do is install Crystal Reports XI (about $500) on a dedicated server and it will run fine. Will Reports developed with the embeded Crystal Reports in VS 2005 run in a Crystal Reports XI environment? -- Thanks
0
1574
by: mano.bharath | last post by:
I am developing a windows application in VB.NET 2005 that includes a number of crystal reports. To use the reports I use the included crystal report viewer and pass a dataset to the report at runtime in order to report from. The issue I am having is with the amount of memory that the crystal viewer uses and doesn't recover.
1
2940
by: pmkconsulting | last post by:
Hello, I am using an asp script that uses rptserver.asp to display some reports over http. It worked fine previously but now the webpages with the report display just hang. I tried switching from the activex viewer to java viewer and still the same. I don't know what changed, except I do the Windows updates. Can anyone tell me the best way to trouble ASP problems. The page just stays blank forever and that status bar slowly progresses. No...
0
2980
by: John Smith | last post by:
Hello, I am developing a VB.NET 2003 application that will use lots of Crystal Reports. Sometimes the users will preview a report in a Crystal report viewer, and sometimes they will send the report directly to the printer bypassing the Crystal report viewer altogether. When sending the job directly to the printer I use the PrintToPrinter command CR.PrintToPrinter(1, False, 0, 0)
7
6721
by: Jlo | last post by:
Hi, I have a c# winforms application. When I call the report file, it shows me all the records in the table. How can I make it to call only a particular range. i have the following code Viewer1.ReportSource = Application.StartupPath + "//Label.rpt"; How can I assign it a dataset which have the data of a particular range.
0
9688
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10490
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10260
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10243
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10030
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7570
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5590
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.