Hi all,
I'm working on a program that allows the user to build/customize a DataWindow, and I'd like the user to be able to add an image to their format. I'm storing images in the database, so I'd like to be able to use the tableblob object, since it makes it easy to display the image straight from the database.
However, I'm having trouble adding a tableblob object to the DataWindow programmatically. Typically, I would use dw.Modify() to create a text field, computed field, etc., but I'm struggling to create a tableblob object this way.
Anyone know how to get this working, or a different way to create a tableblob programmatically?
I'm using PowerBuilder 22.