cancel
Showing results for 
Search instead for 
Did you mean: 

Specific frontpage

Koja78
Participant
0 Kudos

Dears,

I have an existing form with a first and last page (where generaly on the first page the header contains more information than on the latter ones)

Now... there is a scenario when in a specific case, an extra front page has to be printed in front of the normal printout.

How would I implement this?

Best regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Koja78
Participant
0 Kudos

So what I currently have:

- one main page (as first) with a big header and content

- one main page (rest of pages) with a smaller header and content

What should be added

- one main page .. as a front page which is only printed when a specific condition is met.  Then normal sequence must continue.

0 Kudos

Hi,

As per my understanding you have 2 pages

  • Page1 - as Header page
  • Page2 - as small header & other content

Now based on some condition you want to hide Page1.

To achieve this first create 2 Master page (mPage1 & mPage2)

  • In Pagination tab assign Page1 to mPage1 & Page2 to mPage2.
  • Where ever you doing calculation (to hide Page1) add code
  • yourObjectName.presence = 'hidden';

I hope this may solve you issue.

Regards,

Jyoti