Posted by: Stefan Misch
Hi NG,
in SalExtension.apl there is a function called SalPicStringToHandle( ),
which returns a bitmap handle for a string containing a picture object. I
need the opposite. I have a bitmap handle and need to get the string data,
so that I could send the picture data to a report using
SalReportSetObjectVar( ).
I could use SalPicSetHandle( ) to display the bitmap in a picture object and
the use SalPicGetString( ) to get the string I want, but I need this
functionality in a functional class and I don't like the idea of creating a
hidden form window with a picture object just to convert the bitmap handle
into a bitmap string.
I guess some of the WinSDK or ImgMan gurus certainly already solved this.
TIA,
Stefan