Click here to Skip to main content
15,922,696 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a crystal report that shows the details of sales like sales bill number, customer name, items, quantity, rate and total amount. When i double click on a particular bill number i want to open that bill details in the sales entry form to edit or view that particular bill (not the case of opening a subreport). I have looked for the events of a particular field in the crystal report but unfortunately there are no events associated with any objects in the crystal reports. Is there any idea to implement this thing? Or is there an event available for an object in a crystal report?

Thanks.
Posted
Updated 26-Sep-11 7:30am
v2

1 solution

You can use the Drill() event on crystal report and open the "Sales entry form" on that event. I have used the DrillDown() event to open a subreport but it would work similar in this scenario too. Here is a link for supported events:
http://www.crystalreportsbook.com/Crystal_Reports_Net_Ch14_3.asp[^]
Hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900