Results 1 to 2 of 2

Thread: VB6 - CrystalReport .PrintOut() crashes the exe but works during code running debug

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2020
    Posts
    13

    VB6 - CrystalReport .PrintOut() crashes the exe but works during code running debug

    In a VB6 project in Japanese Win10 OS machine, this line is working fine during the code running and debug.

    Code:
    Private lReport As CRAXDRT.Report
    ...
    ...
    ...
    Call lReport.PrintOut(False, 1)
    But when I create the exe file and run it, this line runs correctly (creates the report) but exe crashes after this line immediately.

    It is not consistent on all machines, on some English machines the exe working fine.

    Thank you for your time.
    Last edited by Alireza2020; Aug 16th, 2022 at 10:57 AM.

  2. #2

    Thread Starter
    New Member
    Join Date
    May 2020
    Posts
    13

    Re: VB6 - CrystalReport .PrintOut() crashes the exe but works during code running d

    It is fixed by adding the exe file to windows DEP List.

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