T
terri
I am working with an application using the 2000 runtime.
I have a one page report which contains 9 Bound OLE objects. I want to hide
the fields that are empty (easy) and scale and re-position the visible fields
to use the maximum allowable space.
Trying to change the Top, Left, Height or Width properties in the Open Event
triggers a "Method ‘xxx’ of object _BoundObjectFrame failed" error - which is
trapped -- and the application continues (showing the fields in their
original size/position) seemingly without issue. However, when the app is
closed, an "abnormal program termination" from the Visual C++ Runtime
displays.
Short of having frames for every possible size/location combination and
setting the controlsources in the correct slots (which does work BTW), is
there a way to re-size and re-position this type of control?
Thanks!
I have a one page report which contains 9 Bound OLE objects. I want to hide
the fields that are empty (easy) and scale and re-position the visible fields
to use the maximum allowable space.
Trying to change the Top, Left, Height or Width properties in the Open Event
triggers a "Method ‘xxx’ of object _BoundObjectFrame failed" error - which is
trapped -- and the application continues (showing the fields in their
original size/position) seemingly without issue. However, when the app is
closed, an "abnormal program termination" from the Visual C++ Runtime
displays.
Short of having frames for every possible size/location combination and
setting the controlsources in the correct slots (which does work BTW), is
there a way to re-size and re-position this type of control?
Thanks!