Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Windows

Former Member
0 Likes
345

What is the diff between Main ,constant and Variable windows?Plz explain with example?

2 REPLIES 2
Read only

Former Member
0 Likes
321

The size of main window varies depending upon the no of rows you want to display or print. So the window size can varies in different pages.

Constant window holds the same information in every page. Size is also constant in different page.

Variables window is of constant size but can have different containts in different page.

Read only

abdul_hakim
Active Contributor
0 Likes
321

Main Windows::

Windows in which continuous texts will be printed.

Eg:

If you want to print the documents in two / more pages then you have to use Main window..If you use other windows your texts continuations wont be printed in other pages..

Constant Windows:

Windows size will be constant in all the pages ie.U cannot change the window size.

Variable Windows::

Size can be variable in different pages..

Cheers,

Hakim

Mark all useful answers...