cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ADOBE FORMS Printing of REMIT TO only on Page 1

Former Member
0 Kudos

Hi All,

I am Printing a Detail Line Item Table which could expand to many Pages . This part is working fine. However, I need to Print REMIT TO address only on Page 1 .

So the sequence will be

1) Fill up Line Item details as much as possible on Page 1 ( not writing anything on REMIT TO SubForm )

2) Print Remit TO address at bottom of Page 1

3) Continue Printing Line Item Details Table on the Next Pages

I would appreciate if you can tell me how to do this - Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello,
You could also use as below

Language: Form calc

Layout: Ready

var curp = $layout.page ( ref ( $ ) ) if ( curp ne 1 ) then $.presence = "hidden" endif