How do I import a bitmap into a blob-field from an automation that returns the bitmap as a byte-array? I need to do it from NAV4, not from C# by C/Front.
The blobfield.import only accepts filenames...
Of course I can save it in disk and then read it, but thats slow.
BTW: I use Visual Studio 2005
Regards,
John Reinhold
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I also want to return bitmap in BYTE array to Navision but from COM.
Can you please give me an example of how Navision side I can handle BYTE array using InStream/OutStream.
Thanks for any help.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
But that's much slower then writing the bitmap to a temp file.