IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Page 1 of 2 1 2 >
Topic Options
#56058 - 06/20/18 11:57 AM Numerazione doppia
andreacardamone Offline
OL Newbie

Registered: 06/20/18
Posts: 5
Hi I need help with the following numbering:
I should print 31500 blocks composed of 70 sheets, they have a double numbering, that is:
1st block: from n. 1 to n. 70 (1st numbering) and for all 70 pages repeat the numbering of block 1
2nd block: from n. 1 to n. 70 (1st numbering) and for all 70 pages repeat the numbering of block 2
and so on.
Give me a hand
Thanks so much


Edited by andreacardamone (06/21/18 03:13 AM)

Top
#56059 - 06/20/18 12:13 PM Re: Numerazione doppia [Re: andreacardamone]
Jean-Cédric Offline
OL Expert

Registered: 10/03/16
Posts: 681
Loc: Québec, Canada
Please post your question in English so it can be viewed and shared with all the community.
_________________________
♪♫♪♫
99 frigging bugs in my code
99 frigging bugs
Take one down
Code around
127 frigging bugs in my code
♪♫♪♫

Top
#56063 - 06/21/18 03:13 AM Re: Numerazione doppia [Re: andreacardamone]
andreacardamone Offline
OL Newbie

Registered: 06/20/18
Posts: 5
Hi I need help with the following numbering:
I should print 31500 blocks composed of 70 sheets, they have a double numbering, that is:
1st block: from n. 1 to n. 70 (1st numbering) and for all 70 pages repeat the numbering of block 1
2nd block: from n. 1 to n. 70 (1st numbering) and for all 70 pages repeat the numbering of block 2
and so on.
Give me a hand
Thanks so much

Top
#56064 - 06/21/18 12:20 PM Re: Numerazione doppia [Re: andreacardamone]
Jean-Cédric Offline
OL Expert

Registered: 10/03/16
Posts: 681
Loc: Québec, Canada
So if I understand, you are doing 2up?
_________________________
♪♫♪♫
99 frigging bugs in my code
99 frigging bugs
Take one down
Code around
127 frigging bugs in my code
♪♫♪♫

Top
#56065 - 06/22/18 01:42 AM Re: Numerazione doppia [Re: andreacardamone]
andreacardamone Offline
OL Newbie

Registered: 06/20/18
Posts: 5
yes

Top
#56080 - 06/25/18 11:37 AM Re: Numerazione doppia [Re: andreacardamone]
Jean-Cédric Offline
OL Expert

Registered: 10/03/16
Posts: 681
Loc: Québec, Canada
If I understood correctly, you are trying to print 2up and the numbering that shows on each block (1 and 2) must be the same...right? Or will block 1 and 2 have their own numbering (different) and you want each block to increase its own numbering?



Edited by Jean-Cédric (06/25/18 11:37 AM)
_________________________
♪♫♪♫
99 frigging bugs in my code
99 frigging bugs
Take one down
Code around
127 frigging bugs in my code
♪♫♪♫

Top
#56083 - 06/26/18 05:24 AM Re: Numerazione doppia [Re: andreacardamone]
andreacardamone Offline
OL Newbie

Registered: 06/20/18
Posts: 5
yes, the numbering of each block (1 -2) is the same, in practice it must skip the block number every 70 pages for 31500 blocks

Top
#56084 - 06/26/18 01:16 PM Re: Numerazione doppia [Re: andreacardamone]
Jean-Cédric Offline
OL Expert

Registered: 10/03/16
Posts: 681
Loc: Québec, Canada
Here is what I did in a simple form to do what you want:

  • Create a integer global variable named incNumber
  • On the PressTalk Before of the N-up object, add the following line of code: &incNumber := &incNumber+1
  • On your Virtual form page that will be called by the N-up object, show the global variable into a custom data selection as this: =inttostr(&incNumber)

Then you simply need to add the code that will reset your global variable &incNumber to 1 when you reach 70 pages.

Hope that help and it is clear enough.
_________________________
♪♫♪♫
99 frigging bugs in my code
99 frigging bugs
Take one down
Code around
127 frigging bugs in my code
♪♫♪♫

Top
#56094 - 07/02/18 01:13 AM Re: Numerazione doppia [Re: andreacardamone]
andreacardamone Offline
OL Newbie

Registered: 06/20/18
Posts: 5
Hi, you could give me an example with the numbering because in the program I do not find the indicated functions. My version of Printshop Mail is 7.2

Top
#56097 - 07/02/18 03:00 PM Re: Numerazione doppia [Re: andreacardamone]
Jean-Cédric Offline
OL Expert

Registered: 10/03/16
Posts: 681
Loc: Québec, Canada
My bad...I gave you a solution for PlanetPress Suite. Let me get back to you for PrintShop Mail.
_________________________
♪♫♪♫
99 frigging bugs in my code
99 frigging bugs
Take one down
Code around
127 frigging bugs in my code
♪♫♪♫

Top
Page 1 of 2 1 2 >