VishalMistry
28th December 2016, 14:05
Hello Everyone,

This is regarding 3gl script in Baan IV. I have created a windows object and rowcol (with two columns and 250 rows) object within this window object.

Then I have created push buttons, but as the number of push buttons created are more then they can fit in a window, the remaining falls of the window.

What I need is if the records do not fit in one window, the window gets scroll able.

I am attaching script for reference. Please advice what can be done to make window scroll able.

Vishal

VishalMistry
29th December 2016, 10:05
Hello all,

I got it. It is DsCscrollwindow object that does the thing. This support only one child object which in turn can contain other objects.

Vishal