I'm using TurboPower Flashfiler v 1.57 and have a text file (about 7k in size) stored in a BLOB memo field. I want to save the memo to a TMemoryStream so I can examine the bytes and store certain bytes in an array. I have code to execute the SaveToStream procedure. Example, "TableNameFieldName.SaveToStream(StreamName : TMemoryStream)".
Problem is that when I attempt to compile and run the app, I get an Access violation error in my .exe file.
Could someone help me with this. I must be missing something in creation of the memory stream. I set up an instance of TMemoryStream and create it, but when I go to use it, I get the access error. I can do a SaveToFile without any problem.
Thanks
Problem is that when I attempt to compile and run the app, I get an Access violation error in my .exe file.
Could someone help me with this. I must be missing something in creation of the memory stream. I set up an instance of TMemoryStream and create it, but when I go to use it, I get the access error. I can do a SaveToFile without any problem.
Thanks