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

Scripts

Former Member
0 Likes
769

What is the purpose of Constant Window in a Script.

Regards,

Govindu

7 REPLIES 7
Read only

Former Member
0 Likes
745

Check out the below related threads

Read only

naveen_inuganti2
Active Contributor
0 Likes
745

Hi...

To get constant information...

like...

If you are generating 25 pages script.. there in one window yo just want same datails like address or any thing...

There we hav to go for this constant window.

Thanks,

Naveen.I

Read only

GauthamV
Active Contributor
0 Likes
745

hi,

Constant windows are the same size and have the same contents on all form pages in which they appear. They therefore only need to be edited once when output. The text editing process is quicker if a window is defined as constant.

Read only

Former Member
0 Likes
745

Constant Windows are used to display, standard things of the Layout.

Eg: Address, Logo, Site Address, Terms & Conditions.

Regards

Vinayak

Read only

Former Member
0 Likes
745

When defining a layout set window, you must select a window type for the window. You can choose between three types:

u2022 Constant windows (CONST)

u2022 Variable windows (VAR)

u2022 Main windows (MAIN)

CONSTANT WINDOW

A window of type CONST has the same contents and size on all layout set pages, on which a corresponding page window is defined. This allows the processing of the window contents to be optimized internally.

Page windows whose allocated window is of type CONST must have the same size throughout the layout set. If a window of type CONST is full, all remaining text the application program wants to output in this window, is lost. Constant windows do not trigger a page break. In other words: all text exceeding the window size is simply truncated.

Read only

Former Member
0 Likes
745

Hi,

CONSTANT WINDOW allows the processing of the window contents to be optimized internally.

Page windows whose allocated window is of type CONST must have the same size throughout the layout set. If a window of type CONST is full, all remaining text the application program wants to output in this window, is lost. Constant windows do not trigger a page break. In other words: all text exceeding the window size is simply truncated.

Regards,

rama.

Read only

Former Member
0 Likes
745

Hi RamaGovinda.

In a layout set we can have any number of constant windows.

A constant window can be used once per page as compared to variable window which can flow over pages.

Reward points if usefull.

Regards

Harsh