Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5981 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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.

This topic is 5981 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.