Jump to content

kgrumbacher

Registered Users - Approved
  • Posts

    8
  • Joined

Posts posted by kgrumbacher

  1. I have a rule that grabs data to show a list of commodities and the dollar figure of sales

     

    return Field("Export1") + "<t>" + Export1MB + "<p>" +

    Field("Export2") + "<t>" + Export2MB + "<p>" +

    Field("Export3") + "<t>" + Export3MB + "<p>" +

    Field("Export4") + "<t>" + Export4MB + "<p>" +

    Field("Export5") + "<t>" + Export5MB + "<p>" +

    Field("Export6") + "<t>" + Export6MB + "<p>" +

    Field("Export7") + "<t>" + Export7MB + "<p>" +

    Field("Export8") + "<t>" + Export8MB + "<p>" +

    Field("Export9") + "<t>" + Export9MB + "<p>" +

    Field("Export10") + "<t>" + Export10MB + "<p>" +

    Field("Export11") + "<t>" + Export11MB + "<p>" +

    Field("Export12") + "<t>" + Export12MB + "<p>" +

    Field("Export13") + "<t>" + Export13MB;

     

    and I have a tab style for the tab to right align with a dot leader.

     

    When the text is displayed, the right alignment is all over the place. I haven't had this problem before. What's happening?

    alignment.png.d59c21d96e15c967427a7367d2336bff.png

  2. I have two FusionPRo files, where everything is identical except for the document size and background image. The main text flows over two boxes and is adjusted to fit. But the text breaks differently in the two documents, even though the layout is identical.

     

    I used FusionPro --> Advanced --> Import to duplicate the styles, layout and colors from the first file to the second. There should be no reason for the text to break inconsistently from one file to the other.

     

    What am I doing wrong?

×
×
  • Create New...