R u referring to CR4 which is shipped with VB6...If then u can have the following lines added to ur code after designing ur report in crystal reports desinger....
krarpt.SelectionFormula = "<conditions>" 'krarpt is the CR control name
krarpt.ReportFileName = App.Path +...
Hye chek this link....
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q238401
It basically says to upgrade ur Microsoft.Jet.OLEDB.4.0 provider
do u have a front end ...or r u just using crystal report to generate reports...
In the former case...u dont have to worry cause u'll be writing this code
krarpt.ReportFileName = App.Path + "\call summary.rpt"
krarpt.DataFiles(0) = "calldb.mdb"
krarpt.PrintReport
and while u...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.