You can, but you can't use 'continuous forms', because the relevant event
is not fired for each record
(in order for you to load the image control).
An alternative is to design a form with a fixed layout of controls, eg a
page of 10 results, like a search
engine.
The sample below illustrates this technique (using our own image control):
http://www.ammara.com/support/samples/showsam084d.html
If you are displaying thumbnails then you should ideally have a
pre-prepared thumbnail image at the correct
resolution, rather than using the full-res image 'zoomed-out'. Otherwise,
there may be a significant overhead
in disk, (network), memory and cpu usage in the retrieval, decoding, and
display of the image. This can
hit performance in the front-end and back-end hard in larger systems, and
the result is usually an image
with lower display quality than a pre-prepared thumbnail resampled to the
correct resolution.
--
_______________________________________________________
http://www.ammara.com/
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous