cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic main window length

Former Member
0 Kudos

Hi All,

I am working on a script in which i need the dynamic main window length.How can i get this????Please help its urgent

Regards

Lalit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I dont know if this is actually possible, but what I do is to overlap two windows. This usually happens when you have a footer and a main window but you just want to print the footer at the last page and the main window should be longer from page 1 until the page before the last page.

Overlap main window and footer window, but calculate the number of line items in the main window by calling a subroutine outside your script. This way, the length output is dynamically determined but the window length is fixed to the maximum length it could get.

Hope this helps.

Tyken