Hey all,
i need to write a decent amount of text out of an automation variable i have created. My thought is to store this in a Navision BLOB field. However, i can't seem to get it to work quite right. Does anyone know of any tutorials or examples for something like this?
Many thanks!
0
Comments
http://www.BiloBeauty.com
http://www.autismspeaks.org
More advanced way would be using streams. I haven't done much with that, but you can check some XMLPorts in Navision which exports for blobs of tables to XML files (e.g. Product list export including photos). I have seen that navision uses special automation server in order to convert blob data to hexadecimal symbols. This seems the similar to what you want to do.
Furthermore, take a look at new data type BIGTEXT
http://navisionfreak.blogspot.com/
Justas Janauskas
RIS Plus, LLC
In this case body is a blob in customer table
EmailOutstream is OutStream
To read the data. here is an example on how to do it. I'm basically writing it to a file and opening the file.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
i had searched for BLOBs on the forums, but hadn't found anything specific. However, i'll try the above... i didn't think of using a file, but if it comes to that i guess that would work
Thanks again.