|
-
May 27th, 2010, 05:22 PM
#1
Thread Starter
Lively Member
Strech image in crystal reports
I'm setting up the print layout for my program in Crystal Reports 9. I have 6 images that need to be of a fixed size on the page. I want the picture box to be set to the size and location. I want and the image loaded dynamicaly to scale to it. Isn't there just a switch somewhere to stretch image.
This is what i have now
Dim myPic As StdPicture
Dim mypath
mypath = Unit1Pic11.Value
Set myPic = LoadPicture("C:\Program Files\Denali" & mypath)
Set Picture1.FormattedPicture = myPic
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|