T
Terry
R.,
In the report section's "On Format" event. (the section
that contains the image control.)
Dim picky As String
picky = [fieldname with path]
[imagename].picture = picky
If you are printing lots and lots of records you will
eventually get errors (memory leaks or something). Using
bitmaps improves the performance but at around 7000
records mine still prangs.
HTH
Terry
In the report section's "On Format" event. (the section
that contains the image control.)
Dim picky As String
picky = [fieldname with path]
[imagename].picture = picky
If you are printing lots and lots of records you will
eventually get errors (memory leaks or something). Using
bitmaps improves the performance but at around 7000
records mine still prangs.
HTH
Terry
location of the picture is stored in the table in a field.-----Original Message-----
Hi All,
I'm trying to change the source of a picture/image with code for a report.
I'm trying to set the source of picture/image object if that is clear?
Currently [like the northwind database], the path to the