Jump to content

hoover

Registered Users - Approved
  • Posts

    33
  • Joined

Posts posted by hoover

  1. Hi Sschardan,

     

    Thanks for the info. We have an fp 9.1 version on one of our mac's, so wa can compose the job. I'll get in touch with support to know the release date on the new version.

     

    Regards,

    Hoover

  2. Hi,

     

    FP 9.3.6 has problems creating a datamatrix code.

    This is the error I get:

    "Problemwithspawnedhelperapp"/Library/ApplicationSupport/PTI/FusionPro/Java/FPIDAutomation2DHelper"(systemreturned65024):***Javaerror:FusionProJavaUtilsclassnotfound

    "

    Any toughts?

     

    Thanks,

    hoover

  3. If I'm correct the first part of the BCR should be treated as a 128B end the last uneven number as a 128C.

    But I'm not sure. Its the same code as the 128 auto from the IDAutomation site.

    And there's no code in FP thats exact the same.

     

    Regards,

    Hoover

  4. I'm trying to create 3 different files. Done in one run. But for each file the database has to be read each time. Its a very complex job.

    I have one column with a value from 1 to 20.

    I also have 3 pre-printen papers. if the value is 1 - 4 - 7 - 10 - 13 - 16 - 19

    page 1 should be processed.

    If the value is 2 - 5 - 8 - 11 - 14 - 17 - 20

    page 2 should be processed.

    If the value is 3- 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 -16 -17 -18 - 19 -

    20

     

    The pre-printen pages have the number

    1 (for page1)

    2 (for page2)

    3 (for page2)

     

    So if the value in the database is

    7 i need the get 1x page 1 - and 2x page3

    11 i need the get 1x page 2- and 3x page3

    15 i need the get 5x page3

     

    At this point the job is done by composing the FP doc 3 times and changing a global variable.

    I want to save some working time for the operators so I would like to accomplish it in 1 run. Without any manual manipulation. Since FP 8 you can chunk the pdf output but I haven't figured a way to accomplish it in one run so far.

     

    Any help is appreciated.

    By the way FP is awesome. One of our best software investments over the past years.

     

    Thnks Hoover

  5. Can you rerun a database 3 times in ONE composition?

    So

    -first: record 1 until 200 (end record) 1 pdf is created.

    -second: record 1 until 200 (end record) an other pdf is created.

    -third: record 1 until 200 (end record) an other pdf is created.

     

    thnks,

    Hoover

  6. Hi,

     

    I want to make multiple pdf files based on a database field. But the hard part is that I need to rerun the datafile 3x. Let me explain.

    We have 3 types of preprinted headers on paper. We need 3 different pdf's but I want FP to do this in 1 run. The value for the pdf files isn't sorted and can't be. Ex:

    record1 value=1

    record2 value=1

    record3 value=2

    record4 value=2

    record5 value=3

    record6 value=2

    record7 value=1

    record8 value=3

     

    So, all the 1's must be in the same pdf. The 2's in an other and also the 3's.

    1.pdf---

    record1 value=1

    record2 value=1

    record7 value=1

    2.pdf---

    record3 value=2

    record4 value=2

    record6 value=2

    3.pdf---

    record5 value=3

    record8 value=3

     

    Thanks for any help,

    Hoover

×
×
  • Create New...