Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
JustinDallas
Specialist III
Specialist III

NPrinting Nov 2017 - HTML is weirdly formatted

Hello Folks,

I'm using the HTML output function in NPrinting.  For whatever reason, for certain tables, NPrinting will print rows ABOVE the header row of the table, and then commence printing the rest of the rows.  Below is an example that I'm Boss Battling right now.

NPrinting Template:

<h3>Snacks - Late Delivery</h3>

     <table id="snacksLateDelivTable" style="width:100.0%;border-collapse:collapse;mso-yfti-tbllook:1184;text-align:start">

     <tr>

        <th style="%%frTableGreenHeaderCSS%%">

            Order Origin Point Id

        </th>

        <th style="%%frTableGreenHeaderCSS%%">

            Origin Header Number

        </th>

        <th style="%%frTableGreenHeaderCSS%%">

            Stop City/State

        </th>

        <th style="%%frTableGreenHeaderCSS%%">

            Stop Arrival Time

        </th>       

        <th style="%%frTableGreenHeaderCSS%%">

            Minutes Late Arrival

        </th>

        <th style="%%frTableGreenHeaderCSS%%">

            Delay Reason

        </th>

        <th style="%%frTableGreenHeaderCSS%%">

            Stop Type

        </th>               

      </tr>

     

      <tr>

        <td style="%%frTableWhiteRowCSS%%">

           %%Order Origin Point Id_2%%

        </td>                           

      </tr>                                     

     </table>

    <h3>Snacks - Late Departure</h3>

Output:

PepperidgeMisPrintPNG.PNG

It does this no matter what I try.  I've seen it happen before, especially when running the Preview, but that's about it.  Now, it' spitting it out into the emailed report.

Any help is greatly appreciated.

0 Replies