Dynamic image in report (help)

Proxx

New member
Local time
Today, 17:55
Joined
Jun 2, 2010
Messages
2
Hi all,

i have created a access program for this WK 2010. with soccer stats and stuff like that.
(my fists access project so i have about null experience)

i want to have images in forms / reports so i went looking on Google
and found this:
http://support.microsoft.com/?scid=kb;en-us;285820&x=12&y=13
there is also a 2000 version and i tried that also

oke here is my problem:

when i follow the steps on Microsoft page. the part of having a image in a form succeeds. but when follow the part for the reports. i fail! over and over again.

im not quit sure if i am doing something wrong. or that the MS page is giving me wrong information. maybe some of you can help me!

any effort is appreciated

i have created a zip with one of the million times i have tried this and uploaded it so if you need it to debug here you go
http://www.proxx.nl/image-form-report.zip

or maybe you can follow the Microsoft page and try if you could get the reports part working. and let me know.

i am working on a Windows XP system with access 2003 and latest updates.

the current database is has filesystem for 2000 but i also converted one to 2003 filesystem and tried the whole thing again. it made no difference

with kind regards

PS: im dutch so dont blame me for misspelled words.
blame my spelling checker :P
 
Last edited:
New day with a new vision. i have found the problem. and its seems to be a problemen on the microsoft page.

i will try to explane:

Microsoft.com said:
Option Compare Database
Option Explicit

Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
Me!txtImageNote = DisplayImage(Me!ImageFrame, Me!txtImageName)
End Sub
Solution said:
Option Compare Database
Option Explicit

Private Sub Details_Print(Cancel As Integer, PrintCount As Integer)
Me!txtImageNote = DisplayImage(Me!ImageFrame, Me!txtImageName)
End Sub

now i have finished my reports area and can go on with the rest.
i wasted about 7hours for one misspelled tutorial of MS :( but im glad i have figured it out ;)
 

Users who are viewing this thread

Back
Top Bottom