July 9, 200817 yr I have been doing databases for a while, and one of the things I have not mastered is how I can run a calculation to determine the size of a popup window? I know it can be done, but how do I do it so that I don't have to continually go back and forth trying different sizes (Manually)? Any help is appreciated greatly! s.
July 9, 200817 yr Try this: Just make a script with one step: Show Custom Dialog []. Then paste the following into the message field: Get ( WindowHeight ) & " Height¶" & Get ( WindowWidth ) & " Width¶" & Get ( WindowTop ) & " Top¶" & Get ( WindowLeft ) & " Left" Anytime you run the script it will show the specs for the active window. Jot them down and make your changes.
Create an account or sign in to comment