Application Development 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: 

issue in script

Former Member
0 Kudos

hi friends,

i have one issue in script.

I have to print a text always at the footer of the main window.

for this, i'm using bottom-endbottom - but it's causing the footer to stick to the lower border of the main window. My main window size parameters are in 'cm'.

I have tried by adjusting the height and upper margin of main window but couldn't get succeeded.

Please suggest some solution.

Thanks

Praveen

3 REPLIES 3

Former Member
0 Kudos

Hi praveen,

1. One way is to create a new window.

2. Position that window on the footer of the page (using left and right margin values).

3. In that create a text element,

and write your text there.

4. Then u can always call that element.

regards,

amit m.

Clemenss
Active Contributor
0 Kudos

Hi praveen reddy,

most standard applications allow customizing for i.e. header, greeting and bottom texts.

If you do not use the standard, then define a window in bottom area without text element an just put in what you want to get printed.

Regards,

Clemens

Former Member
0 Kudos

hi friends,

jsut asking - is it possible to have a blank line after the footer text in main window so that it won't stick any more to the bottom end of main window.........

Thanks

Praveen