How can I put a code in the print event of the detail section in crystal report?
Dear All
How can I put a code in the print event of the detail section in crystal report like access ?
Thanks, Regards
Re: How can I put a code in the print event of the detail section in crystal report?
You don't put code in an event. You put code in an event handler, which is just a method with an appropriate signature and registered to handle an event. Is there an event to handle? Have you looked? If you haven't, do so. If you have and there is no such event then you're out of luck. If you have looked and there is an event then handle like you would any other event.