|
-
May 3rd, 2021, 03:17 AM
#1
Thread Starter
Banned
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
-
May 3rd, 2021, 04:45 AM
#2
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|