Caner.B
26th April 2002, 17:24
Hi All,

Generated a session and add some fields on the form .
but I need to enlarge the form and when I try to resize the window I can only do it horizontally not vertical.
How can do it vertical?

Thanks

Caner

~Vamsi
26th April 2002, 17:59
It is a hang over from the ASCII days when terminals used to be 25 lines. The form size cannot be more than 25 lines by 132 columns :(.

Haggis
29th April 2002, 12:00
I have also found this a problem and rather use multiple forms with tabs if I need to get more fields in.

Another problem I have is getting a form to open maximized for the user. I have a session that users are complaining does not open full screen. Is it possible to get a form to open maximized?

NPRao
29th April 2002, 18:56
I see 2 possibilities, which might help you out -

1. Uncheck the save and restore Windows defaults in the User Data session.

2. BaaN Function -

Syntax

void resize.window( long width, long height )

Description

This resizes the current window. You must specify the new width and height in pixels. There is no need to refresh the window.

Context

Bshell function.