I can easily view the binary data in an image object outside a datagrid by setting the text property of the image object as in
Code: Select all
set the text of image "categories" to tImageData
btw, if the image is locate locally, the following will populate the image object within a datagrid
Code: Select all
put "images/" & "colors.jpg" into theDataA[1]["ImageURL"]
Does anyone know how this is done?
-Coffee