|
-
Jan 10th, 2008, 08:27 AM
#1
Thread Starter
New Member
vb6 code to link crystal report 8.5 subreport
Hi,
I have created unlinked crystal report(subreport) & when i call that report through codeing it shows the following error message.
"unable to connect :incorrect session parameter. 20535"
here is my code
CrystalReport1.WindowState = crptMaximized
CrystalReport1.DataFiles(0) = App.Path & "\db\payroll.mdb"
CrystalReport1.ReportFileName = App.Path & "\reports\temppayslip.rpt"
CrystalReport1.DiscardSavedData = True
CrystalReport1.Password = Chr(10) & "abc"
CrystalReport1.SelectionFormula = ""
CrystalReport1.Action = 1
pls anybody help me in this code...
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
|