cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

is that possible to run external program from Crystal Reports?

I want to protect the reports with a dongle (hardware), I can create a small program in Java, CBuilder or Delphi to detect the dongle and send the return value. From the return value I can decide to proceed with the report.

0 Likes
View Entire Topic
0 Likes

The short story is CR will not allow you to run any kind of executable from within it. That would be a huge security issue.

Do as Ido suggests, he's been supporting CR for 20+ years.

A UFL will be able to call your UFL dll to pass what you need. Here's is a KBA on how to:

https://launchpad.support.sap.com/#/notes/1525014

Don

Former Member
0 Likes

but can it be done? if I ask a programmer to create a UFL using Java, to check if the dongle is exist on local port and get the return value.