None said:
I guess what I'm asking is if there is something analagous to say:
forms!someForm.windowHeight
but for the original design-time dimensions that I can call within any
event.
Your original idea of storing a copy of this information when a form loads
will work fine; however, I was just wondering if there was a way to get this
information "on demand" with a simple call. I could write a more general
routine that will work across all forms without having to setup the extra
variables and code in each existing form as well as future forms.
There's nothing I know of that remembers the original values
of the form dimensions. The only thing I can think of that
could do that is if you created your own (design time)
procedure that cycled through all your forms and recorded
those values in a table that you could later use at run time
to get the values.
--
Marsh
MVP [MS Access]