Report writer version
We have version 7.02 of the report writer and recently purchased the
update (10.03 or something like that). Some code changes were needed in
units we wrote because of the version. Is there anything in your code
that we can put in our code that would do the following:
For example
{$IFDEF version 7.02}
{$IFDEF version 10.03}
update (10.03 or something like that). Some code changes were needed in
units we wrote because of the version. Is there anything in your code
that we can put in our code that would do the following:
For example
{$IFDEF version 7.02}
{$IFDEF version 10.03}
This discussion has been closed.
Comments
You can use the ppVersion constant located in the ppTypes.pas file to
determine which version of ReportBuilder you are working with.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
variable inside the ppIfDef.pas file for each version of ReportBuilder.
Then be sure to include ppIfDef in the uses clause of your application.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com