Picture Size

A

Ayelet

Hi,
My DB supports inserting pictures, as OLE objects, to some
of the tables.
Does anyone know a way to either Define the picture size
(and have access resize it to this size on the insert
event or at least the print event), or merely to get the
size of the picture, so if it's dimentions are too large i
could warn the user or prevent the picture's insertion?
10x in advance,
Ayelet
 
C

chas

Hi Ayelet,

have you tried changing the 'Size Mode' property of the
image control on the Form/Report? This allows you to
change from Clip-Stretch-Zoom. Choosing the appropriate
one will allow all pictures to be displayed fully.

hth

chas
 
A

Ayelet

10x, just what i needed :)
-----Original Message-----
Hi Ayelet,

have you tried changing the 'Size Mode' property of the
image control on the Form/Report? This allows you to
change from Clip-Stretch-Zoom. Choosing the appropriate
one will allow all pictures to be displayed fully.

hth

chas

.
 
Top