Hi there,
I have a form with an imageframe and 2 buttons which allow the user to either Clip (Me.Im1.SizeMode = acOLESizeClip) or Stretch (Me.Im1.SizeMode = acOLESizeStretch) the image. In design view SizeMode is set to Clip.
My prob is that when the user clicks Stretch, the image stretches alright but the form's SizeMode property remains unchanged; so when he closes then opens the form again, it's back in Clip mode.
I can of course save the clicked value in a field to retrieve it at runtime, but I can't believe Access has no built in support for that. Or is this rather a bug on my machine?
Appreciate,
Premy
I have a form with an imageframe and 2 buttons which allow the user to either Clip (Me.Im1.SizeMode = acOLESizeClip) or Stretch (Me.Im1.SizeMode = acOLESizeStretch) the image. In design view SizeMode is set to Clip.
My prob is that when the user clicks Stretch, the image stretches alright but the form's SizeMode property remains unchanged; so when he closes then opens the form again, it's back in Clip mode.
I can of course save the clicked value in a field to retrieve it at runtime, but I can't believe Access has no built in support for that. Or is this rather a bug on my machine?
Appreciate,
Premy