Click to See Complete Forum and Search --> : CR 4.6.1 vs CR 8.5


5up3rc0w
June 25th, 2006, 04:20 AM
Hi Guys,

I'm new to this Forum. First off, here is the code I use with version 4.6.1 (the one that came with VB6):

With crptInvestmentMaturity
.ReportFileName = App.Path & "\investmentsmaturity.rpt"
.DataFiles(0) = App.Path & "\IPM-DB.mdb"
.Destination = crptToWindow
.SelectionFormula = strSelectionFormula
.PrintReport
End With

I struggled my *** off with 4.6.1! I decided to get 8.5. Got it, installed, registered and everything!

Now what is the equavalent of the above code for 8.5?

Can someone please write ALL the code needed to open an existing report in the App.Path?

I nearing my deadline for this simple program and I don't wanna be late. I'll even email my project if that will help.

Pls pls pls! HELP!