A alpapak Registered User. Local time Today, 15:42 Joined Apr 3, 2006 Messages 64 Jan 9, 2007 #1 i have an imageframe and 4 buttons. 1)ZoomIn = works fine 2)ZoomOut = works fine 3)Best fit = i tried DoCmd.SizeMode = acOLESizeZoom but nothing 4)Original size of the image = it is the same as above thxs
i have an imageframe and 4 buttons. 1)ZoomIn = works fine 2)ZoomOut = works fine 3)Best fit = i tried DoCmd.SizeMode = acOLESizeZoom but nothing 4)Original size of the image = it is the same as above thxs
allan57 Allan Local time Today, 23:42 Joined Nov 29, 2004 Messages 336 Jan 9, 2007 #2 docmd does not support 'SizeMode', the property belongs to the OLE Object e.g. OLEUnbound0.SizeMode = acOLESizeZoom or OLEUnbound0.SizeMode = 3
docmd does not support 'SizeMode', the property belongs to the OLE Object e.g. OLEUnbound0.SizeMode = acOLESizeZoom or OLEUnbound0.SizeMode = 3
A alpapak Registered User. Local time Today, 15:42 Joined Apr 3, 2006 Messages 64 Jan 10, 2007 #3 i tested it but ... i post a sample db Attachments ImageSample20000.zip ImageSample20000.zip 69.2 KB · Views: 127
A alpapak Registered User. Local time Today, 15:42 Joined Apr 3, 2006 Messages 64 Jan 12, 2007 #4 help with this one!!!