I'm using 5.3A and CR10.
After customizing the ICWK05.rpt (added tables ICWKUHO and ICBOMH) I tried to run Inventory Reconciliation (IC3630) within Accpac and it gives me the following error "Unable to Load Report". The report runs fine within Crystal Reports.
Next, I made a copy of the original report and simply opened it and made a small modification (moved a text box) and saved it and the following warning appears "This report is from a previous version of Crystal Reports (file and title info) Note: Overwriting the file will prevent it from being opened by any version of Crystal Reports prior to version 9." I clicked Yes, and I get the same error.. "Unable to Load Report."
I've done extensive customizations to numerous Accpac reports and have never seen the "..previous version of Crystal Reports.." error so I'm guessing that's the problem.
Instead of buying an earlier version of CR, can I simply create a new report? I tried creating a macro to call the new report using..
Set rpt = ReportSelect("ICWK05NEW", " ", " ")
instead of the original
Set rpt = ReportSelect("ICWK05", " ", " ")
and I modified icrpt.ini to include the following..
[ICWK05NEW]
heading=52003
crystal=ICWK05NEW
orientation=landscape
paper size=1
optparams=2
2=PATH COMPANY
3=EXT FILEEXT
I still get "Unable to Load Report."
(Also: what does heading=52003 do?)
Can a new Crystal Report be added to Accpac and if so, what am I dong wrong?
Thanks
After customizing the ICWK05.rpt (added tables ICWKUHO and ICBOMH) I tried to run Inventory Reconciliation (IC3630) within Accpac and it gives me the following error "Unable to Load Report". The report runs fine within Crystal Reports.
Next, I made a copy of the original report and simply opened it and made a small modification (moved a text box) and saved it and the following warning appears "This report is from a previous version of Crystal Reports (file and title info) Note: Overwriting the file will prevent it from being opened by any version of Crystal Reports prior to version 9." I clicked Yes, and I get the same error.. "Unable to Load Report."
I've done extensive customizations to numerous Accpac reports and have never seen the "..previous version of Crystal Reports.." error so I'm guessing that's the problem.
Instead of buying an earlier version of CR, can I simply create a new report? I tried creating a macro to call the new report using..
Set rpt = ReportSelect("ICWK05NEW", " ", " ")
instead of the original
Set rpt = ReportSelect("ICWK05", " ", " ")
and I modified icrpt.ini to include the following..
[ICWK05NEW]
heading=52003
crystal=ICWK05NEW
orientation=landscape
paper size=1
optparams=2
2=PATH COMPANY
3=EXT FILEEXT
I still get "Unable to Load Report."
(Also: what does heading=52003 do?)
Can a new Crystal Report be added to Accpac and if so, what am I dong wrong?
Thanks