Code: Select all
If dnvZip.rscmdFindZip.Fields("FileImage").Value <> Null Then
gflImage.GetBlob CStr(dnvZip.rscmdFindZip.Fields("FileImage"))
imgThumb.Picture = gflImage.GetPicture
End If
I also have a question re. the versions. I'm using the GflAx193 dll currently. I downloaded the 2.07 version which doesn't have a version number on the dll - GflAx.dll. I tried running the example program from this download and it errors out asking for the 1.93 dll. What's the difference between the GflAx dll and the GflAx object?
Thanks for any info.