
Signature
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
Per Stephen Lebans:
>Then the Top prop of the control plus the Height of the control is too large
>for the current Section Height. The star tof this thread is gone off my
>Newserver. Can you repost?
--------------------------------------------------------------------------
Two list boxes on a form.
As I change the vertical size, I compute available height as
.WindowHeight - lstFirst.top - horizontalPadding - bottomMargin
It all works fine until I size the form beyond a certain height (somewhere
around 11,550 twips)
I've tried it with all controls in the FormHeader and all controls in
the Detail section. Seems tb about the same.
"...control too big for section..." Is it trying to tell me something - like
the form can only be so big?
--------------------------------------------------------------------------
The mystery seems tb why it works down to where it does but not beyond.

Signature
PeteCresswell
Br@dley - 13 Apr 2006 04:54 GMT
> Per Stephen Lebans:
>> Then the Top prop of the control plus the Height of the control is
[quoted text clipped - 19 lines]
> The mystery seems tb why it works down to where it does but not
> beyond.
Yes, there is a limit to the size of a form. Just go into design view and
make the form as large as possible... that's your limit I'd say.
The message you are getting seems to indicate the the control is being
resized larger than the forms maximum dimension.

Signature
regards,
Br@dley