We use a WebCore application to retrieve customer data. We also save a customer signature as Base64 data to a blob.
We also have an Aurelius (VCL) application that is used for reporting - we use Report Builder.
I have a problem that I don't know how to use the Base64 saved picture of the signature to display it in the Report builder report. RB has a component to display an image, but it expects a field that has the image, I think saved as raw format (like the Delphi's TDBImage component).
Is there a way to use Aurelius to get the image suitable to use with classic Delphi components like TDbImage?
Thank you. Just one question - where do I find the function DecodeBase64 ? I tried Bcl.Utils and searching the documentation and forum, but I cannot find it.. :)