HI there
I have this report that shows pictures. The pictures are linked and there is over 800 of them. They are about 10KB each(jpg).
In the format event of the detail section I have the following code
Me!Picture.Picture = "Q:/xxx/xxx/" + Me!txtPicture + ".jpg"
txtPicture is the textbox that holds the link value stores in the DB.
My problem is that the report is very slow and it takes about 10min and sometimes the pc runs out of viryuel memory.
It is much slower than when I used OLE-objects instead of linked pictures.
Is there a problem with the report or the way I do it?
I have this report that shows pictures. The pictures are linked and there is over 800 of them. They are about 10KB each(jpg).
In the format event of the detail section I have the following code
Me!Picture.Picture = "Q:/xxx/xxx/" + Me!txtPicture + ".jpg"
txtPicture is the textbox that holds the link value stores in the DB.
My problem is that the report is very slow and it takes about 10min and sometimes the pc runs out of viryuel memory.
It is much slower than when I used OLE-objects instead of linked pictures.
Is there a problem with the report or the way I do it?