Ask a Question related to FileMaker, Design and Development.
-
Tomislav Gorsic #1
Printing and Imposition question
Hi,
I have several problem with FM Pro 6.
1. how many record I can print in one file (I have document with 137501
record and I can't print more then 32767 record-pages)
2. Imposition records on page. I know how can I position record from
left to right, or first up, second bellow first, third bellow second
(this is standard in layout setup).
I would like print 6 records on page but not in standard position, I
would like to print in this order:
1. step: first record is up, second is behind the first record, third
record is behind the second... 1000 record is last,
2.step: record 1001st is bellow the first (on same, first, page), then
1002nd record is behind 1001st... till 2000 record is last
3. step: now we have record number 2001 who is bellow 1001st record etc.
etc.
Now I have 1000 pages with 6 records on each page and this is 6000
records.
This order, is important for me, because when I cut records on knife, I
get 6 parts of record who is sorted in order: from 1,2,3....1000, then
from 1001,1002,1003...2000, then 2001,2002,2003...3000, then
3001,3002,3003...4000, then 4001,4002,4003...5000, and from 5001...6000.
My question is can I made all in FileMaker or I must combined FM with
other programs (for imposition example)?
If somebody know what I write pleas sent to me email.
Thank You.
P.S.
Sorry on my bad English.
--
Tomek
mailto:tomislav@digitalnitisak.hr
Tomislav Gorsic Guest
-
Booklet imposition software options
The topic arises again! I'm looking for Macintosh imposition software that will operate directly on InDesign documents, Pages documents, or PDFs.... -
Imposition
I just wanted to ask if anyone knows what options we have for Imposition within InDesign. I am operating CS2, and of course InBooklet is there, and... -
Imposition Software?
Looking for imposition software, that will handle mostly N-up stuff, stacking business cards 24 up, or 2 up 8.5x11's, don't do too many book... -
Printing 2 pages in 1 with imposition
Hi to everyone! Please, let me know following question. Is it possible to print 2 pages in 1 page with imposition. I need it to see a... -
Imposition Software for InDesign
I'm wondering what people are using for imposition software. I looked at Imposer Pro on the Adobe studio exchange, and it does exactly what I need,... -
Glenn Schwandt #2
Re: Printing and Imposition question
"Tomislav Gorsic" <tomislav@digitalnitisak.hr> wrote in message
news:1fy3pdl.1jnxwuz1w24k3qN%tomislav@digitalnitis ak.hr...No idea. That's a lot of pages...> Hi,
> I have several problem with FM Pro 6.
> 1. how many record I can print in one file (I have document with 137501
> record and I can't print more then 32767 record-pages)
Add a number field called SortBy. Find and sort the records in the order> 2. Imposition records on page. I know how can I position record from
> left to right, or first up, second bellow first, third bellow second
> (this is standard in layout setup).
> I would like print 6 records on page but not in standard position, I
> would like to print in this order:
> 1. step: first record is up, second is behind the first record, third
> record is behind the second... 1000 record is last,
> 2.step: record 1001st is bellow the first (on same, first, page), then
> 1002nd record is behind 1001st... till 2000 record is last
> 3. step: now we have record number 2001 who is bellow 1001st record etc.
> etc.
> Now I have 1000 pages with 6 records on each page and this is 6000
> records.
> This order, is important for me, because when I cut records on knife, I
> get 6 parts of record who is sorted in order: from 1,2,3....1000, then
> from 1001,1002,1003...2000, then 2001,2002,2003...3000, then
> 3001,3002,3003...4000, then 4001,4002,4003...5000, and from 5001...6000.
you want them (1...6000). Use the Replace command to fill the SortBy field
with the following calculated result:
Mod (Status (CurrentRecordNumber) - 1, 1000)
Now add SortBy to the top of your sort order and sort again.
>
> My question is can I made all in FileMaker or I must combined FM with
> other programs (for imposition example)?
>
> If somebody know what I write pleas sent to me email.
> Thank You.
>
> P.S.
> Sorry on my bad English.
>
> --
> Tomek
> mailto:tomislav@digitalnitisak.hr
Glenn Schwandt Guest
-
Tomislav Gorsic #3
Re: Printing and Imposition question
Glenn Schwandt <schwandtgat@aoldot.com> wrote:
Thank You Glenn, but I have some errors (or problems) when I tray make> Add a number field called SortBy. Find and sort the records in the order
> you want them (1...6000). Use the Replace command to fill the SortBy field
> with the following calculated result:
>
> Mod (Status (CurrentRecordNumber) - 1, 1000)
>
> Now add SortBy to the top of your sort order and sort again.
>
something with this command.
Pleas, write to me by email, I would like sent to you some schreenshoots
with this.
--
Tomek
mailto:tomislav@digitalnitisak.hr
Tomislav Gorsic Guest
-
Glenn Schwandt #4
Re: Printing and Imposition question
"Tomislav Gorsic" <tomislav@digitalnitisak.hr> wrote in message
news:1fy4ve3.s78551meawxsN%tomislav@digitalnitisak .hr...order> Glenn Schwandt <schwandtgat@aoldot.com> wrote:
>> > Add a number field called SortBy. Find and sort the records in thefield> > you want them (1...6000). Use the Replace command to fill the SortByI would prefer to keep it in the group, if possible. That way there are> Thank You Glenn, but I have some errors (or problems) when I tray make> > with the following calculated result:
> >
> > Mod (Status (CurrentRecordNumber) - 1, 1000)
> >
> > Now add SortBy to the top of your sort order and sort again.
> >
> something with this command.
> Pleas, write to me by email, I would like sent to you some schreenshoots
> with this.
>
> --
> Tomek
> mailto:tomislav@digitalnitisak.hr
many following along who can help you if I can't.
Try to describe the problems you are having. I'm sure we can get through
them and get your report working as needed. If that fails, you can email me
at [email]schwandtg@aol.com[/email], but keep in mind that it may be some time before I see
it.
Glenn Schwandt Guest



Reply With Quote

