TOPIC: Running Logicity from ASP pages

Running Logicity from ASP pages 05 Sep 2011 13:03 #872

  • tcollins
  • tcollins's Avatar
  • Offline
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
Last Edit: 05 Sep 2011 13:06 by tcollins.
The administrator has disabled public write access.