Unbound Frame tool

  • Thread starter Thread starter JonWayn
  • Start date Start date
J

JonWayn

I have a form that displays the contents of a Word document in an unbound
frame object. The contents are embedded as opposed to linked so when the
original document gets updated it is not reflected in the form. The problem
is that the control does not have a Scrollbar property and when the content
dimensions exceed the control's borders there doesnt seem to be a way to see
the clipped text. Is there any solution to this issue

Thanks
 
JohWayn,

Try setting the "Size Mode" property of your unbound Frame control to
Stretch instead of Clip and see if that helps. The size of the document will
then be dependent on the size of your frame control.

If that does not do what you want, perhaps someone else has a better idea.

HTH
Mr. B
askdoctoraccess dot com
 
Back
Top