Access 2002 Desktop Developer's Handbook
Last updated 19 November 2001.
Chapter
|
Page |
Where |
Replace |
With |
|
8 (added
11/19/2001) |
If you have floating
controls and "Show window contents while dragging" is turned on in
Windows, if you squish a form too small, you'll get into an infinite loop.
In FormResize.ScaleFormContents, replace this code:
If FloatThisControl(ctlr) Then |
With this code:
If FloatThisControl(ctlr) Then |