Jump to content

rjhansen

Registered Users - Approved
  • Posts

    19
  • Joined

Posts posted by rjhansen

  1. Step,

     

    Thanks, that does exactly what I want it to do. I will have to look at the rule you made when I get a chance to see what the problem with mine was. And thanks for the info on the copy fitting. I played with that a little bit when my rule wasn't working but was having trouble getting it to do what I wanted. Your explanation should help me figure out how that works.

     

    I really appreciate your time and help with this.

  2. Thanks for all the input! Definitely very helpful, but I'm still having issues getting this to work. Straight off, using FreightTrain's code didn't change the point size. I suspected I needed the StringToNumber function, but I was calling it wrong. Step's suggestion showed the correct usage, but my rule still didn't work correctly.

     

    Then I tried recreating tobarstep's Drag And Drop rule. This didn't change my point size either. Then I converted that to JavaScript and made a couple of changes and now I've got something that changes the point size on 1-9 (as expected) but it also prints the same digit at the original point size right beside the larger number. Here's the rule:

     

    if (StringToNumber(Field("TableNo")) < StringToNumber("10"))

    {

    return "<span pointSize=230>" + TaggedDataField("TableNo") + "</span>";

    }

     

    return "";

     

    And a screenshot of the first record as it previews with this rule inserted:

     

    http://forums.pti.com/picture.php?albumid=20&pictureid=34

  3. I'm new to FusionPro. I'm trying to create a simple rule using Drag and Drop. I have a series of numbers (1-100) printing on cards. I want the single digit numbers to be a larger font size than the double digit numbers. My data file only has one field, "TableNo".

     

    I have the following:

     

    If "Numeric value of" "TableNo" (my field) is less than "10"

    Then Return "FusionProRuleWizard.Action.Change Point Size"

     

    I'm specifying 250 pts for the point size change. When I try to insert the rule, the rule itself is printing on the page with the data and is not changing the font size as expected.

     

    I've looked at at the documentation and searched the forums but haven't been able to figure out what I'm doing wrong.

  4. I have a four page letter that needs to be imposed like a four page booklet, ie. page 1 should run on one side of the sheet with page 4 and pages 2 and 3 should run on the flip side of the sheet. This is a pretty simple imposition, but I cannot figure out how to do that in FPImposer. Is it possible?

     

    The letter is letter sized and the imposition will be running on a 12x18 sheet.

×
×
  • Create New...