Hi all
I am attempting to modify a default ASP page usually used within Sage CRM to generate crystal reports in conjunction with SAP Crystal Reports Light version. There is a line in the page that creates an object from a crystal DLL - Server.CreateObject("CrystalRunTime.Application" ). If there is an error then Set session("oApp" ) = Server.CreateObject("CrystalDesignRunTime.Application" ) is used instead.
I've attempted changing these to Set session("oApp" ) = Server.CreateObject("Logicity.Common" ). As this is the only Logicity DLL I can find. However this did not work - can anyone point me in the right direction WRT this?
Thanks
B