size of different screen

If you maximize one screen in navision, all screens opened will be maximized. Is anyway to open the screen in different size or be affected by the previous opened screen’s size? thank you

Hi, You can use a bit of code in the OnOpenForm trigger: CurrForm.WIDTH and CurrForm.HEIGHT to set a particular width and height of the forms. Also, you can set form properties Maximizable=No so that users can not maximize the forms. So it is a lot of work, see if that is really necessary. Upgrades will be a pain, too. Alex