Results 1 to 2 of 2

Thread: How can I put a code in the print event of the detail section in crystal report?

  1. #1

    Thread Starter
    Banned
    Join Date
    Apr 2020
    Location
    https://t.me/pump_upp
    Posts
    61

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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
  •  



Click Here to Expand Forum to Full Width