Atozed Forums

Full Version: user screen size ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

Anybody who knows how to find out the actual screen size of the users screen ?

I want to know if I am able to decide how many lines of a listbox is visible directly to the user, without the user having to scroll the list up / down, when I build up the screen. All users logon on first, so I have a standard screen shown before needing the information. Is it possible to read the screen size info of the users system, and to save it for subsequent screens ?

Regards
Soren
Hi All,

By using Webapplication.formheight and ...formwidth, I have been able to accomplish what I wanted. It's not optimal, but at least it's usable for my purpose.

Regards
Soren