Results 1 to 2 of 2

Thread: Crystal Report 6.0 in VB6

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    8

    Crystal Report 6.0 in VB6

    Hi,
    Now i upgrade one vb6 Application that talk to Access97 to Access2000 and use crystal report 6.0. But when i want to print report got error : Unable to load report and Error.Number : 20525

    My coding is
    VB Code:
    1. Main_Frm.CrystalReport1.Reset
    2.            Main_Frm.CrystalReport1.DataFiles(0) = c:\db.mdb
    3.            Main_Frm.CrystalReport1.ReportFileName = " C:\report1.rpt"
    4.            Main_Frm.CrystalReport1.Destination = crptToWindow
    5.            Main_Frm.CrystalReport1.WindowState = crptMaximized
    6.            Main_Frm.CrystalReport1.Action = 1

    And in my pc i also install .net and crystal report 9.0. Does it crash with crystal report 6.0

    Can any one help me. Thanks a lot

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Crystal Report 6.0 in VB6

    Moved to the reporting section

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