cancel
Showing results for 
Search instead for 
Did you mean: 

Script to make footer at last page only

Former Member
0 Kudos

Hi Experts,

I have to put the bank details at the end of the form which may have first page or four five pages, i only want the bank detail at the bottom of last page.

Can anyone give me the script to make footer or a subform visible if it is the last page and hide for all other pages.

I have no idea about scripting.

Regards,

Nik

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI Nikhil,

Use the control break statement in the print program and display.

At Last

Call function write_form...

call the text element of that particular window.

Regards,

Sravanthi

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Hi Nikhil,

It would be nice if you marke this thread as answered. In my opinion, you have got more than enough good answers.

Blacky.

Former Member
0 Kudos

No dear i am still strugling to fix it as i am not getting the page number field binding value in adobe to write the script.

Can u help me for the same.

Regards,

Manish

Former Member
0 Kudos

Hi all,

I am using this script:-

if ($layout.pageCount() ne $layout.page(ref($))) then

$.presence = "hidden"

endif

inAdobe forms's Form calc:- layout ready

but it is not hiding the subform. is there any other way to fix it or something wrong in the script

Regards,

Nik

Former Member
0 Kudos

Problem Solved.

Former Member
0 Kudos

hi nikhil if ur problem is solved coan u please close the thread,

also in the same forum similar question has been asked by jaya sri

if possible u cud help her out.

кu03B1ятu03B9к

Former Member
0 Kudos

check this thread

use this

/: IF &NEXTPAGE& EQ 0

<<print logic>>

/: ENDIF

Edited by: kartik tarla on Feb 20, 2009 3:18 AM

Former Member
0 Kudos

I want it in Adobe forms not in smart forms or SAPscripts.

PLease let me knoe if u have any idea

Regards,

Nik