Print Page | Close Window

Getting Value of another Formula on Click

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Tips and Tricks
Forum Discription: Have you learned some great tricks to share with the group? Post them here!
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=2971
Printed Date: 08 May 2024 at 3:32am


Topic: Getting Value of another Formula on Click
Posted By: IdoMillet
Subject: Getting Value of another Formula on Click
Date Posted: 18 Apr 2008 at 9:25am
Using windows form, vb.Net 2008 and Crystal 2008, I know how to get the value of a clicked formula.  I simply use the CrystalReportViewer ClickPage event, e.ObjectInfo.ObjectType, e.ObjectInfo.Name, and e.ObjectInfo.Text

However, I need to get the value of another formula (with a known name) in the same section as the formula that was actually clicked.

This was possible using the RDC but it doesn't look like the .Net ReportDocument object model allows this.

Brian, can you think of a way to achieve this using Crystal .Net 2008?

Cheers,
- Ido


-------------
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
www.MilletSoftware.com



Print Page | Close Window