472,141 Members | 1,198 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,141 software developers and data experts.

series of pictures on a report

Hi.
I have jpg files stored in a folder (\\server_name\folder_name)

I have a report with a char field which part: left([field_name], 6) and
phase "i.jpg" is a file name I would like to display on my report for every
record.

I other words I would like to display file: "\\server_name\folder_name\" &
left([field_name], 6) & "i.jpg"
for every record on my report.

I should probably use Bound Object Frame Control, but I'm not exactly do it.

Cheers.
Nov 12 '05 #1
1 1785
The sample imaging databases at http://accdevel.tripod.com illustrate three
approaches to handling images in Access, and the download includes an
article discussing considerations in choosing an approach. Two of the
approaches do not use OLE Objects and, thus, avoid the database bloat, and
some other problems, associated with images in OLE Objects.

If you are printing the images in reports, to avoid memory leakage, you
should also see MVP Stephen Lebans' http://www.lebans.com/printfailures.htm.
PrintFailure.zip is an Access97 MDB containing a report that fails during
the Access formatting process prior to being spooled to the Printer Driver.
This MDB also contains code showing how to convert the contents of the Image
control to a Bitmap file prior to printing. This helps alleviate the "Out of
Memory" error that can popup when printing image intensive reports.

Larry Linson
Microsoft Access MVP

"Veetold" <ve*****@veetold.pl> wrote in message
news:c4***********@news2.ipartners.pl...
Hi.
I have jpg files stored in a folder (\\server_name\folder_name)

I have a report with a char field which part: left([field_name], 6) and
phase "i.jpg" is a file name I would like to display on my report for every record.

I other words I would like to display file: "\\server_name\folder_name\" &
left([field_name], 6) & "i.jpg"
for every record on my report.

I should probably use Bound Object Frame Control, but I'm not exactly do it.
Cheers.

Nov 12 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by JakeC | last post: by
4 posts views Thread by Dale Ring | last post: by
1 post views Thread by Majstor | last post: by
1 post views Thread by Veetold | last post: by
4 posts views Thread by demo | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.