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