Hello All
Following the sample in the docs
Blob lblb_data String ls_Base64Str lblb_data = Blob("Test Base64", EncodingANSI!) CoderObject lnv_CoderObject lnv_CoderObject = Create CoderObject ls_Base64Str = lnv_CoderObject.Base64Encode(lblb_data)
this works ok running from PB IDE
but in the 32 bits exe the ls_Base64Str returns null
if we compile the exe in 64 bits it works
is any dll missing or some othe component
we have a customer that can not migrate to 64 bits cause they have many 32 external Dlls and some DBF files with ODBC
using PB2017 R3
that is why i believe that there is some component missing
Andreas.