cancel
Showing results for 
Search instead for 
Did you mean: 

SmartForm kindle Page number display.

Former Member
0 Kudos

Hi,

   In the smart form i developed i have displayed a kindle page numbers i,e page x of y, but i need to display this only when it contains 2 or more pages i dont want that to be displayed when it contains only one page, so please suggest me how to solve this.

Regards

  Vigneswaran B.

Accepted Solutions (0)

Answers (5)

Answers (5)

aidan_black
Active Contributor
0 Kudos


Hi,

The condition for SFSY-JOBPAGES may not work as the composer does not know when processing the first pages how many pages there are going to be in total. So you should use the condition and place the text for the page count in a window of type 'Final Window'. This window is processed at the end.

Regards,
Aidan

Former Member
0 Kudos

Kindle page numbers?

Former Member
0 Kudos

Hi

or text field can have the condition "Not on First Page". Overlap "Conditions",

if you want to print the number of pages at least 2, then:

Overlap "Conditions":

SFSY-JOBPAGES > 1


Regards.

Florian
Active Contributor
0 Kudos

Only thing you need is a secondary window.

The Pagenumbers are set in the second run of the smartforms, so a condition on the first page with by the way variable sfsy-pagecount doesn't lead to the result without using a secondary window.

~Florian

krishna_k19
Contributor
0 Kudos

Hi Vignes,

    Put a condition over a condition tab saying that page count > 2 , so automatically system will check the condition 1st then it will print the data.

Regards,

Krishna