-Zigo-
February 21st, 2006, 11:58 AM
I'm using Progress 9.1E (it's similar to VB) and Crystal Reports 9.2.
Using the OCX properties of a Crystal Report, is it possible to tell if a report has been changed since a version you know, without simply checking the timestamp?
I want to give reports to customers for them to use, and allow them to modify them if they like...but if they do, I want to have a way of knowing that the report has changed since we gave it to them (in which case we wouldn't provide any support).
I'm thinking along the lines of looking at the count/names of parameter & formula fields, and maybe storing a simple encrypted result of this in a property of the report when it's in our hands. When the report is opened by our software, this value could be checked against the field list again.
Is there a simpler and/or more effective way than this?
Using the OCX properties of a Crystal Report, is it possible to tell if a report has been changed since a version you know, without simply checking the timestamp?
I want to give reports to customers for them to use, and allow them to modify them if they like...but if they do, I want to have a way of knowing that the report has changed since we gave it to them (in which case we wouldn't provide any support).
I'm thinking along the lines of looking at the count/names of parameter & formula fields, and maybe storing a simple encrypted result of this in a property of the report when it's in our hands. When the report is opened by our software, this value could be checked against the field list again.
Is there a simpler and/or more effective way than this?