
January 6th, 2004, 04:30 PM
|
|
Junior Member
|
|
Join Date: Jan 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
VB6 code conversion from CR8.5 to CR9.0
Hi. I need to migrate from CR8.5 to CR9.0 in terms of libraries and objects used in my VB6 application. Up to now I could not find in CR9.0 objects to run code below, written for CR8.5:
Dim oCRDbTable As CRPEAuto.DatabaseTable
Dim Report AS CRPEAuto.Report
Dim oWindow AS CRPEAuto.Window
For Each oCRDbTable In Report.Database.Tables
oCRDbTable.SetLogOnInfo "","","",""
next
Report.PrintWindowOptions.HasPrintSetupButton = True
Set oWindow =Report.Preview(parameters)
Code works fine for CR8.5 and used widely in a huge application, so I'd like to preserve functions if possible.
I've looked through the all CR9.0 libraries and could not find exact match to CRPEAuto objects.
Please, share your experience in it.
Thanks in advance,
Joseph K.
|