Results 1 to 3 of 3

Thread: [RESOLVED] Unable to load report - Crystal Report 10 & VB6

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2007
    Posts
    20

    Resolved [RESOLVED] Unable to load report - Crystal Report 10 & VB6

    Hi,

    I'm modifying an existing report and when i run the apps, it give me this error.
    Is it because of the crystal report version problem?
    Before i modify the report, its running ok. After i modify it, when i save the report, it prompt a message says it will overwrite it with the latest report format.
    This is piece of my code
    Code:
    With frmMain.CrystalReport1
        .SelectionFormula = strFormula 
        .ReportFileName = ReportLocation
        .Password = Chr(10) & "#####"
        .DataFiles(0) = Command
        .WindowControlBox = True
        .WindowControls = True
        .WindowState = crptMaximized
        End With
    I've browse thru google and tried the "change .ReportFileName => .ReportFieldName(0)" but it didnt work and give other error. Please help. Thanks

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

    Re: Unable to load report - Crystal Report 10 & VB6

    Moved to Reporting

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2007
    Posts
    20

    Re: Unable to load report - Crystal Report 10 & VB6

    ops....sorry
    i didnt know i'm posting in the wrong section

    Can anyone help me solve my problem??

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