Does anyone know how to load a picture into a disconnected recordset and then have it displayed in a flex grid control with setting the grids recordsource property to the disconnected recordset?
You will need to extract the picture out of the field using GetChunk, or the Stream Object, and stick it in a picture object, or directly to the CellPicture object of the grid, either via a temp file, or through the use of the property bag object.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.