Print Page | Close Window

CR11 and MS Access03

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=6965
Printed Date: 27 Apr 2024 at 7:17am


Topic: CR11 and MS Access03
Posted By: _Wired_
Subject: CR11 and MS Access03
Date Posted: 05 Jul 2009 at 5:35pm
hi.. i have a problem in connecting in my DB.. i just put a password on it.. then i got this error



my DB is not open, no program accessing it. how come i got this error? what seems to be the problem on it? thanks



Replies:
Posted By: _Wired_
Date Posted: 05 Jul 2009 at 7:58pm
i already figure this out... hehehehe.. but my next problem is when im coding in vb6 to view the sub reports... here's my codes

---------------------------------------------------------
With Report
       
       
        .Database.SetDataSource rs5
       
        .OpenSubreport("1.rpt").Database.SetDataSource rs5
       
        .OpenSubreport("2.rpt").Database.SetDataSource rs6

        .OpenSubreport("3.rpt").Database.SetDataSource rs14

        .PaperOrientation = 2
        .PaperSize = 2
        .DiscardSavedData

End With
---------------------------------------------------------

i got this error:



http://i41.tinypic.com/20ztblw.jpg


Posted By: _Wired_
Date Posted: 05 Jul 2009 at 8:44pm
i already figure it out again.. hehehehe.. thanks for the views..



Print Page | Close Window