Hi Everyone,
New around here. Not new to VFP, but this has me stumpt: Got this problem displaying image data in a grid (column Sparse set to .F.). Have a image control in a grid. Have an SQL Server table with images stored in a varbinary(MAX) field (vartimage). Have image.PictueVal.ControlSource set to =cursor.vartimage. Problem is that the grid shows all rows with the first image in the cursor - PictureVal does no reEval for each row.
This is probably old news to most of you, but I really need a solution for this. Due to security requirements we cannot store image data in files. I thought of writing the images to temp files and then using the Picture property, but that has problems, not to mention it being a real kludge. My experience is that 99% of the time, I have been able to find solutions using VFP. But I don't know if there is a solution for this. Any suggestions?
New around here. Not new to VFP, but this has me stumpt: Got this problem displaying image data in a grid (column Sparse set to .F.). Have a image control in a grid. Have an SQL Server table with images stored in a varbinary(MAX) field (vartimage). Have image.PictueVal.ControlSource set to =cursor.vartimage. Problem is that the grid shows all rows with the first image in the cursor - PictureVal does no reEval for each row.
This is probably old news to most of you, but I really need a solution for this. Due to security requirements we cannot store image data in files. I thought of writing the images to temp files and then using the Picture property, but that has problems, not to mention it being a real kludge. My experience is that 99% of the time, I have been able to find solutions using VFP. But I don't know if there is a solution for this. Any suggestions?