how to check rb version
I am a registered user using Delphi 5 professional.
I have downloaded and installed rb 6.02 professional.
I would like to know where I can find out the version information.
On the report design screen, the about box says 'version 6.02'
But the package is rbRcl55.bpl. Is that correct?
My problem, though it is not related, is that I have problems using RBAddOn
calendar components.
Error message 'compiled with a different version of ppReport.TppReport'.
Thank you
I have downloaded and installed rb 6.02 professional.
I would like to know where I can find out the version information.
On the report design screen, the about box says 'version 6.02'
But the package is rbRcl55.bpl. Is that correct?
My problem, though it is not related, is that I have problems using RBAddOn
calendar components.
Error message 'compiled with a different version of ppReport.TppReport'.
Thank you
This discussion has been closed.
Comments
(read-only) for the TppReport component that showed up in the Object
Inspector as "Version" so we could simply click on the Report control and
see which version is currently installed. I had to switch back and forth a
few times between versions this week to debug a problem, and having a
design-time property for quick reference would have been very handy. I've
seen this on a few other components and although it's not extremely useful,
it doesn't add any overhead and there are times when it really saves some
time and reassures you that you are building your app with the version you
expect to be building with.
-- Vinnie Murdico