|
-
Dec 5th, 2007, 05:18 AM
#1
Thread Starter
Junior Member
[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
-
Dec 5th, 2007, 07:22 AM
#2
Re: Unable to load report - Crystal Report 10 & VB6
-
Dec 5th, 2007, 08:00 PM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|