Hello to all,
I've another problem with crystal reports (9.0) and the scaling of *.jpg which I insert. It is no problem to insert the *.jpgs, their path is stored at a MS-SQL-Database, and I am able to show them on my VB-Formular and to insert via
Private Sub DetailSection1_Format(ByVal pFormattingInfo As Object)
Set Picture1.FormattedPicture = LoadPicture(picpath)
end sub
-> Picture1 is an OLE-Object (picture) which is placed onto DetailSection1.
The only problem is, that Crystal Reports decided to give this OLE-Object an distinct size (Height: 6.4 cm, Width 4.8 cm) - which I never told him to do! - and shows all of my *.jpgs horribly distorted. When I am trying to change the size of the OLE-Objekt, the distorsion gets even worse.
Has anyone of you an idea how to resize the OLE-Object or how to get undistorted pictures??
Thank you for your thoughts,
linden99
I've another problem with crystal reports (9.0) and the scaling of *.jpg which I insert. It is no problem to insert the *.jpgs, their path is stored at a MS-SQL-Database, and I am able to show them on my VB-Formular and to insert via
Private Sub DetailSection1_Format(ByVal pFormattingInfo As Object)
Set Picture1.FormattedPicture = LoadPicture(picpath)
end sub
-> Picture1 is an OLE-Object (picture) which is placed onto DetailSection1.
The only problem is, that Crystal Reports decided to give this OLE-Object an distinct size (Height: 6.4 cm, Width 4.8 cm) - which I never told him to do! - and shows all of my *.jpgs horribly distorted. When I am trying to change the size of the OLE-Objekt, the distorsion gets even worse.
Has anyone of you an idea how to resize the OLE-Object or how to get undistorted pictures??
Thank you for your thoughts,
linden99