I'm using the following code in the Click method of a check box:
append general photo
x = getpict()
append general photo from &x
On my XP Pro machine the photo appends fine; the photo appears on the screen form and on the report I created. However, on my client's machine, using Vista Home Premium Service Pack 2, the image that appears on the screen form is a thumbnail and not the photo itself. The thumbnail also appears on the report form as well.
Is there something else, codewise, that I must do to get this to work on this Vista machine?
append general photo
x = getpict()
append general photo from &x
On my XP Pro machine the photo appends fine; the photo appears on the screen form and on the report I created. However, on my client's machine, using Vista Home Premium Service Pack 2, the image that appears on the screen form is a thumbnail and not the photo itself. The thumbnail also appears on the report form as well.
Is there something else, codewise, that I must do to get this to work on this Vista machine?