RichTextItem , backend and DXL Exporter

The global task is to create report then export it into DXL file. 1. Report template is a document has RT with table

  1. The report document generated at the backend. I make a copy of the RTI from the template to the report and fill it by NotesRTNavigator.

  2. When I try to export this document by the DXL Exporter it returns log “DXL exporter operation failed”

If I open and save the report with RT at UI export works fine.

I believe there is problem with CD structure… Any Ideas? ;(

Subject: oops…

Dim rtnav As NotesRichTextNavigator

Dim rtitem As notesrichtextitem

Dim rtt As NotesRichTextTable

Set rtitem = doc.getfirstitem(ITEM_TABLE_BILL)

Set rtnav = rtitem.CreateNavigator

rtnav.FindFirstElement(RTELEM_TYPE_TABLE)

Set rtt = rtnav.GetElement

'rtt.AddRow Ubound(items),rtt.RowCount-1 <-this line is cause of a trouble.

Subject: RE: oops…

I am a bit confused by what you describe as happening, but it seems likely that the problem is possibly caused by the rich text in the template being inside a table, thus creating a table inside a table. While this is supported in Notes, the Notes rich text classes do not support nested tables, so the rtt.RowCount will be invalid. If you now save the rich text from the UI with a form where the rich text is NOT inside another table, the table is changed to a regular, not nested, table, and then the rtt.RowCount will work.

Subject: Looking for a workaround

I am a bit confused by what you describe as happening, but it seems likely that the problem is possibly caused by the

rich text in the template being inside a table, thus creating a table inside a table.

I already have experience with this issue. There is not nested table. In the template document RTF lays not in table, and only table stored in this one. Then the template.NotesItem copied to report, its a NotesDocument object. After that I make modifications of the table, save the back-end document and reload UI. The form of the UI document has no a field contains the table.

While this is supported in Notes, the Notes rich text classes do not support nested tables, so the rtt.RowCount will be

invalid. If you now save the rich text from the UI with a form where the rich text is NOT inside another table, the table is

changed to a regular, not nested, table, and then the rtt.RowCount will work.

This is dump from NotesPeek. It is note after generation of the table (RTF named TABLE_BILL is container of the table). This night I’ll try to find a workaround. I could append rows by DXL stream parsing and modification hopefully.

(item “TABLE_BILL”

(name "TABLE_BILL")

(type Composite)

(class NoCompute)

(flags Sign Seal)

(length 3310)

(cd-record 

    (record-type PabDefinition)    ; record #0, offset 0x2

    (length 90)

    (pab-id 1)

    (justify-mode Left)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 1440)    ; twips (1.0000 inches)

    (right-margin 0)    ; twips (0.0000 inches)

    (first-line-left-margin 1440)    ; twips (1.0000 inches)

    (flags HideUnlink)

    (flags2 LmOffset FllmOffset RmPercent LmDefault FllmDefault RmDefault 0x8000)

    

    (remaining-data 

        00 00 00 00 00 00 00 00.00 00 00 00 01 00 00 00     ; 000 ................

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #1, offset 0x5c

    (length 4)

    (pab-id 1))

(cd-record 

    (record-type Text)    ; record #2, offset 0x60

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type Paragraph)    ; record #3, offset 0x68

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #4, offset 0x6a

    (length 90)

    (pab-id 2)

    (justify-mode Left)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 1440)    ; twips (1.0000 inches)

    (right-margin 0)    ; twips (0.0000 inches)

    (first-line-left-margin 1440)    ; twips (1.0000 inches)

    (flags HideUnlink)

    (flags2 LmOffset FllmOffset RmDefault 0x8000)

    

    (remaining-data 

        A0 05 00 00 A0 05 00 00.00 00 64 00 01 00 00 00     ; 000 ..........d.....

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #5, offset 0xc4

    (length 4)

    (pab-id 2))

(cd-record 

    (record-type Begin)    ; record #6, offset 0xc8

    (length 6)

    (version 1)

    (signature PreTableBegin))

(cd-record 

    (record-type 65372)    ; record #7, offset 0xce

    (length 62)

    

    (remaining-data 

        00 00 00 00 00 00 00 00.00 00 00 00 00 00 00 00     ; 000 ................

        00 00 00 00 00 00 00 00.00 00 00 00 00 00 00 00     ; 001 ................

        00 00 00 00 0E 00 00 00.00 00 00 00 01 00 00 0A     ; 002 ................

        00 00 00 00 01 00 00 00.00 00                       ; 003 ..........      

        ))

(cd-record 

    (record-type PreTableBegin)    ; record #8, offset 0x10c

    (length 44)

    (flags 0)

    (rows 3)

    (columns 10)

    (column-sizing-bits-1 0x00000000)

    (column-sizing-bits-2 0x00000000)

    (viewer-type 0)

    (min-row-height 0)    ; twips (0.0000 inches)

    (style-color-1 0x00000000)

    (style-color-2 0x00000000)

    (inner-border-color 

        (flags IsRgb)

        (component1 0)    ; red

        (component2 0)    ; green

        (component3 0)    ; blue

        (component4 0))    ; unused

    (name "")

    (image-packet "")

    (row-label-data ""))

(cd-record 

    (record-type End)    ; record #9, offset 0x138

    (length 6)

    (version 1)

    (signature PreTableBegin))

(cd-record 

    (record-type TableBegin)    ; record #10, offset 0x13e

    (length 14)

    (left-margin 1440)    ; twips (1.0000 inches)

    (horiz-inter-cell-space 40)    ; twips (0.0278 inches)

    (vert-inter-cell-space 60)    ; twips (0.0417 inches)

    (v4-horiz-inter-cell-space 20)    ; twips (0.0139 inches)

    (v4-vert-inter-cell-space 20)    ; twips (0.0139 inches)

    (flags V4Borders))

(cd-record 

    (record-type TableCell)    ; record #11, offset 0x14c

    (length 18)

    (row 0)

    (column 0)

    (left-margin 1460)    ; twips (1.0139 inches)

    (right-margin 2047)    ; twips (1.4215 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #12, offset 0x15e

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #13, offset 0x160

    (length 90)

    (pab-id 3)

    (justify-mode Center)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 1475)    ; twips (1.0243 inches)

    (right-margin 2027)    ; twips (1.4076 inches)

    (first-line-left-margin 1475)    ; twips (1.0243 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.37 02 00 00 01 00 00 00     ; 000 ........7.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #14, offset 0x1ba

    (length 4)

    (pab-id 3))

(cd-record 

    (record-type Text)    ; record #15, offset 0x1be

    (length 10)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xb9"))

(cd-record 

    (record-type TableCell)    ; record #16, offset 0x1c8

    (length 18)

    (row 0)

    (column 1)

    (left-margin 2087)    ; twips (1.4493 inches)

    (right-margin 5509)    ; twips (3.8257 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #17, offset 0x1da

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #18, offset 0x1dc

    (length 90)

    (pab-id 4)

    (justify-mode Center)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 2102)    ; twips (1.4597 inches)

    (right-margin 5489)    ; twips (3.8118 inches)

    (first-line-left-margin 2102)    ; twips (1.4597 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.4A 0D 00 00 01 00 00 00     ; 000 ........J.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #19, offset 0x236

    (length 4)

    (pab-id 4))

(cd-record 

    (record-type Text)    ; record #20, offset 0x23a

    (length 45)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xcd\x05\xe0\x05\xe8\x05\xec\x05\xe5\x05\xed\x05\xee\x05\xe2\x05\xe0\x05\xed\x05"

        "\xe8\x05\xe5 \x05\xf2\x05\xee\x05\xe2\x05\xe0\x05\xf0\x05\xe0"))

(cd-record 

    (record-type TableCell)    ; record #21, offset 0x268

    (length 18)

    (row 0)

    (column 2)

    (left-margin 5549)    ; twips (3.8535 inches)

    (right-margin 6703)    ; twips (4.6549 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #22, offset 0x27a

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #23, offset 0x27c

    (length 90)

    (pab-id 5)

    (justify-mode Center)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 5564)    ; twips (3.8639 inches)

    (right-margin 6683)    ; twips (4.6410 inches)

    (first-line-left-margin 5564)    ; twips (3.8639 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.6E 04 00 00 01 00 00 00     ; 000 ........n.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #24, offset 0x2d6

    (length 4)

    (pab-id 5))

(cd-record 

    (record-type Text)    ; record #25, offset 0x2da

    (length 41)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xc5\x05\xe4\x05\xe8\x05\xed\x05\xe8\x05\xf6\x05\xe0 \x05\xe8\x05\xe7\x05\xec"

        "\x05\xe5\x05\xf0\x05\xe5\x05\xed\x05\xe8\x05\xff"))

(cd-record 

    (record-type TableCell)    ; record #26, offset 0x304

    (length 18)

    (row 0)

    (column 3)

    (left-margin 6743)    ; twips (4.6826 inches)

    (right-margin 7897)    ; twips (5.4840 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #27, offset 0x316

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #28, offset 0x318

    (length 90)

    (pab-id 6)

    (justify-mode Center)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 6758)    ; twips (4.6931 inches)

    (right-margin 7877)    ; twips (5.4701 inches)

    (first-line-left-margin 6758)    ; twips (4.6931 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.6E 04 00 00 01 00 00 00     ; 000 ........n.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #29, offset 0x372

    (length 4)

    (pab-id 6))

(cd-record 

    (record-type Text)    ; record #30, offset 0x376

    (length 28)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xca\x05\xee\x05\xeb\x05\xe8\x05\xf7\x05\xe5\x05\xf1\x05\xf2\x05\xe2\x05\xee"))

(cd-record 

    (record-type TableCell)    ; record #31, offset 0x392

    (length 18)

    (row 0)

    (column 4)

    (left-margin 7937)    ; twips (5.5118 inches)

    (right-margin 9091)    ; twips (6.3132 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #32, offset 0x3a4

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #33, offset 0x3a6

    (length 90)

    (pab-id 7)

    (justify-mode Center)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 7952)    ; twips (5.5222 inches)

    (right-margin 9071)    ; twips (6.2993 inches)

    (first-line-left-margin 7952)    ; twips (5.5222 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.6E 04 00 00 01 00 00 00     ; 000 ........n.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #34, offset 0x400

    (length 4)

    (pab-id 7))

(cd-record 

    (record-type Text)    ; record #35, offset 0x404

    (length 17)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xd6\x05\xe5\x05\xed\x05\xe0,"))

(cd-record 

    (record-type Paragraph)    ; record #36, offset 0x416

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #37, offset 0x418

    (length 4)

    (pab-id 7))

(cd-record 

    (record-type Text)    ; record #38, offset 0x41c

    (length 23)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xf0\x05\xf3\x05\xe1. \x05\xea\x05\xee\x05\xef."))

(cd-record 

    (record-type TableCell)    ; record #39, offset 0x434

    (length 18)

    (row 0)

    (column 5)

    (left-margin 9131)    ; twips (6.3410 inches)

    (right-margin 10285)    ; twips (7.1424 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #40, offset 0x446

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #41, offset 0x448

    (length 90)

    (pab-id 8)

    (justify-mode Center)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 9146)    ; twips (6.3514 inches)

    (right-margin 10265)    ; twips (7.1285 inches)

    (first-line-left-margin 9146)    ; twips (6.3514 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.6E 04 00 00 01 00 00 00     ; 000 ........n.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #42, offset 0x4a2

    (length 4)

    (pab-id 8))

(cd-record 

    (record-type Text)    ; record #43, offset 0x4a6

    (length 33)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xd1\x05\xf3\x05\xec\x05\xec\x05\xe0 \x05\xe1\x05\xe5\x05\xe7 \x05\xcd\x05\xc4"

        "\x05\xd1,"))

(cd-record 

    (record-type Paragraph)    ; record #44, offset 0x4c8

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #45, offset 0x4ca

    (length 4)

    (pab-id 8))

(cd-record 

    (record-type Text)    ; record #46, offset 0x4ce

    (length 23)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xf0\x05\xf3\x05\xe1. \x05\xea\x05\xee\x05\xef."))

(cd-record 

    (record-type TableCell)    ; record #47, offset 0x4e6

    (length 18)

    (row 0)

    (column 6)

    (left-margin 10325)    ; twips (7.1701 inches)

    (right-margin 11479)    ; twips (7.9715 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #48, offset 0x4f8

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #49, offset 0x4fa

    (length 90)

    (pab-id 9)

    (justify-mode Center)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 10340)    ; twips (7.1806 inches)

    (right-margin 11459)    ; twips (7.9576 inches)

    (first-line-left-margin 10340)    ; twips (7.1806 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.6E 04 00 00 01 00 00 00     ; 000 ........n.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #50, offset 0x554

    (length 4)

    (pab-id 9))

(cd-record 

    (record-type Text)    ; record #51, offset 0x558

    (length 28)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xd1\x05\xf2\x05\xe0\x05\xe2\x05\xea\x05\xe0 \x05\xcd\x05\xc4\x05\xd1,"))

(cd-record 

    (record-type Paragraph)    ; record #52, offset 0x574

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #53, offset 0x576

    (length 4)

    (pab-id 9))

(cd-record 

    (record-type Text)    ; record #54, offset 0x57a

    (length 9)

    (font-id Swiss 8 pt Normal Black)

    (text "%"))

(cd-record 

    (record-type TableCell)    ; record #55, offset 0x584

    (length 18)

    (row 0)

    (column 7)

    (left-margin 11519)    ; twips (7.9993 inches)

    (right-margin 12673)    ; twips (8.8007 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #56, offset 0x596

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #57, offset 0x598

    (length 90)

    (pab-id 10)

    (justify-mode Center)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 11534)    ; twips (8.0097 inches)

    (right-margin 12653)    ; twips (8.7868 inches)

    (first-line-left-margin 11534)    ; twips (8.0097 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.6E 04 00 00 01 00 00 00     ; 000 ........n.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #58, offset 0x5f2

    (length 4)

    (pab-id 10))

(cd-record 

    (record-type Text)    ; record #59, offset 0x5f6

    (length 41)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xd1\x05\xf3\x05\xec\x05\xec\x05\xe0 \x05\xcd\x05\xc4\x05\xd1,\x05\xf0\x05\xf3"

        "\x05\xe1. \x05\xea\x05\xee\x05\xef."))

(cd-record 

    (record-type TableCell)    ; record #60, offset 0x620

    (length 18)

    (row 0)

    (column 8)

    (left-margin 12713)    ; twips (8.8285 inches)

    (right-margin 14151)    ; twips (9.8271 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #61, offset 0x632

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #62, offset 0x634

    (length 90)

    (pab-id 11)

    (justify-mode Center)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 12728)    ; twips (8.8389 inches)

    (right-margin 14131)    ; twips (9.8132 inches)

    (first-line-left-margin 12728)    ; twips (8.8389 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.8A 05 00 00 01 00 00 00     ; 000 ................

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #63, offset 0x68e

    (length 4)

    (pab-id 11))

(cd-record 

    (record-type Text)    ; record #64, offset 0x692

    (length 27)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xd6\x05\xe5\x05\xed\x05\xe0 \x05\xf1 \x05\xcd\x05\xc4\x05\xd1,"))

(cd-record 

    (record-type Paragraph)    ; record #65, offset 0x6ae

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #66, offset 0x6b0

    (length 4)

    (pab-id 11))

(cd-record 

    (record-type Text)    ; record #67, offset 0x6b4

    (length 23)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xf0\x05\xf3\x05\xe1. \x05\xea\x05\xee\x05\xef."))

(cd-record 

    (record-type TableCell)    ; record #68, offset 0x6cc

    (length 18)

    (row 0)

    (column 9)

    (left-margin 14191)    ; twips (9.8549 inches)

    (right-margin 15629)    ; twips (10.8535 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #69, offset 0x6de

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #70, offset 0x6e0

    (length 90)

    (pab-id 12)

    (justify-mode Center)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 14206)    ; twips (9.8653 inches)

    (right-margin 15609)    ; twips (10.8396 inches)

    (first-line-left-margin 14206)    ; twips (9.8653 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.8A 05 00 00 01 00 00 00     ; 000 ................

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #71, offset 0x73a

    (length 4)

    (pab-id 12))

(cd-record 

    (record-type Text)    ; record #72, offset 0x73e

    (length 29)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xc2\x05\xf1\x05\xe5\x05\xe3\x05\xee \x05\xf1 \x05\xcd\x05\xc4\x05\xd1,"))

(cd-record 

    (record-type Paragraph)    ; record #73, offset 0x75c

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #74, offset 0x75e

    (length 4)

    (pab-id 12))

(cd-record 

    (record-type Text)    ; record #75, offset 0x762

    (length 23)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xf0\x05\xf3\x05\xe1. \x05\xea\x05\xee\x05\xef."))

(cd-record 

    (record-type TableCell)    ; record #76, offset 0x77a

    (length 18)

    (row 1)

    (column 0)

    (left-margin 1460)    ; twips (1.0139 inches)

    (right-margin 2047)    ; twips (1.4215 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #77, offset 0x78c

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #78, offset 0x78e

    (length 4)

    (pab-id 3))

(cd-record 

    (record-type Text)    ; record #79, offset 0x792

    (length 9)

    (font-id Swiss 8 pt Normal Black)

    (text "1"))

(cd-record 

    (record-type Text)    ; record #80, offset 0x79c

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #81, offset 0x7a4

    (length 18)

    (row 1)

    (column 1)

    (left-margin 2087)    ; twips (1.4493 inches)

    (right-margin 5509)    ; twips (3.8257 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #82, offset 0x7b6

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #83, offset 0x7b8

    (length 90)

    (pab-id 13)

    (justify-mode Left)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 2102)    ; twips (1.4597 inches)

    (right-margin 5489)    ; twips (3.8118 inches)

    (first-line-left-margin 2102)    ; twips (1.4597 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.4A 0D 00 00 01 00 00 00     ; 000 ........J.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #84, offset 0x812

    (length 4)

    (pab-id 13))

(cd-record 

    (record-type Text)    ; record #85, offset 0x816

    (length 30)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xcf\x05\xee\x05\xe4\x05\xe4\x05\xee\x05\xed 100\x05\xf51500"))

(cd-record 

    (record-type Text)    ; record #86, offset 0x834

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #87, offset 0x83c

    (length 18)

    (row 1)

    (column 2)

    (left-margin 5549)    ; twips (3.8535 inches)

    (right-margin 6703)    ; twips (4.6549 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #88, offset 0x84e

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #89, offset 0x850

    (length 4)

    (pab-id 5))

(cd-record 

    (record-type Text)    ; record #90, offset 0x854

    (length 13)

    (font-id Swiss 8 pt Normal Black)

    (text "\x05\xf8\x05\xf2."))

(cd-record 

    (record-type Text)    ; record #91, offset 0x862

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #92, offset 0x86a

    (length 18)

    (row 1)

    (column 3)

    (left-margin 6743)    ; twips (4.6826 inches)

    (right-margin 7897)    ; twips (5.4840 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #93, offset 0x87c

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #94, offset 0x87e

    (length 4)

    (pab-id 6))

(cd-record 

    (record-type Text)    ; record #95, offset 0x882

    (length 10)

    (font-id Swiss 8 pt Normal Black)

    (text "20"))

(cd-record 

    (record-type Text)    ; record #96, offset 0x88c

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #97, offset 0x894

    (length 18)

    (row 1)

    (column 4)

    (left-margin 7937)    ; twips (5.5118 inches)

    (right-margin 9091)    ; twips (6.3132 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #98, offset 0x8a6

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #99, offset 0x8a8

    (length 90)

    (pab-id 14)

    (justify-mode Right)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 7952)    ; twips (5.5222 inches)

    (right-margin 9071)    ; twips (6.2993 inches)

    (first-line-left-margin 7952)    ; twips (5.5222 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.6E 04 00 00 01 00 00 00     ; 000 ........n.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #100, offset 0x902

    (length 4)

    (pab-id 14))

(cd-record 

    (record-type Text)    ; record #101, offset 0x906

    (length 13)

    (font-id Swiss 8 pt Normal Black)

    (text "21,19"))

(cd-record 

    (record-type Text)    ; record #102, offset 0x914

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #103, offset 0x91c

    (length 18)

    (row 1)

    (column 5)

    (left-margin 9131)    ; twips (6.3410 inches)

    (right-margin 10285)    ; twips (7.1424 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #104, offset 0x92e

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #105, offset 0x930

    (length 90)

    (pab-id 15)

    (justify-mode Right)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 9146)    ; twips (6.3514 inches)

    (right-margin 10265)    ; twips (7.1285 inches)

    (first-line-left-margin 9146)    ; twips (6.3514 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.6E 04 00 00 01 00 00 00     ; 000 ........n.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #106, offset 0x98a

    (length 4)

    (pab-id 15))

(cd-record 

    (record-type Text)    ; record #107, offset 0x98e

    (length 14)

    (font-id Swiss 8 pt Normal Black)

    (text "423,80"))

(cd-record 

    (record-type Text)    ; record #108, offset 0x99c

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #109, offset 0x9a4

    (length 18)

    (row 1)

    (column 6)

    (left-margin 10325)    ; twips (7.1701 inches)

    (right-margin 11479)    ; twips (7.9715 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #110, offset 0x9b6

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #111, offset 0x9b8

    (length 4)

    (pab-id 9))

(cd-record 

    (record-type Text)    ; record #112, offset 0x9bc

    (length 10)

    (font-id Swiss 8 pt Normal Black)

    (text "18"))

(cd-record 

    (record-type Text)    ; record #113, offset 0x9c6

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #114, offset 0x9ce

    (length 18)

    (row 1)

    (column 7)

    (left-margin 11519)    ; twips (7.9993 inches)

    (right-margin 12673)    ; twips (8.8007 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #115, offset 0x9e0

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #116, offset 0x9e2

    (length 90)

    (pab-id 16)

    (justify-mode Right)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 11534)    ; twips (8.0097 inches)

    (right-margin 12653)    ; twips (8.7868 inches)

    (first-line-left-margin 11534)    ; twips (8.0097 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.6E 04 00 00 01 00 00 00     ; 000 ........n.......

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #117, offset 0xa3c

    (length 4)

    (pab-id 16))

(cd-record 

    (record-type Text)    ; record #118, offset 0xa40

    (length 13)

    (font-id Swiss 8 pt Normal Black)

    (text "76,20"))

(cd-record 

    (record-type Text)    ; record #119, offset 0xa4e

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #120, offset 0xa56

    (length 18)

    (row 1)

    (column 8)

    (left-margin 12713)    ; twips (8.8285 inches)

    (right-margin 14151)    ; twips (9.8271 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #121, offset 0xa68

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #122, offset 0xa6a

    (length 90)

    (pab-id 17)

    (justify-mode Right)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 12728)    ; twips (8.8389 inches)

    (right-margin 14131)    ; twips (9.8132 inches)

    (first-line-left-margin 12728)    ; twips (8.8389 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.8A 05 00 00 01 00 00 00     ; 000 ................

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #123, offset 0xac4

    (length 4)

    (pab-id 17))

(cd-record 

    (record-type Text)    ; record #124, offset 0xac8

    (length 13)

    (font-id Swiss 8 pt Normal Black)

    (text "25,00"))

(cd-record 

    (record-type Text)    ; record #125, offset 0xad6

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #126, offset 0xade

    (length 18)

    (row 1)

    (column 9)

    (left-margin 14191)    ; twips (9.8549 inches)

    (right-margin 15629)    ; twips (10.8535 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #127, offset 0xaf0

    (length 2))

(cd-record 

    (record-type PabDefinition)    ; record #128, offset 0xaf2

    (length 90)

    (pab-id 18)

    (justify-mode Right)

    (line-spacing 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-before 0)    ; half-lines (1.0 lines)

    (paragraph-spacing-after 0)    ; half-lines (1.0 lines)

    (left-margin 14206)    ; twips (9.8653 inches)

    (right-margin 15609)    ; twips (10.8396 inches)

    (first-line-left-margin 14206)    ; twips (9.8653 inches)

    (flags KeepWithNext KeepTogether DisplayRM HideUnlink)

    (flags2 LmOffset FllmOffset RmOffset 0x8000)

    

    (remaining-data 

        0F 00 00 00 0F 00 00 00.8A 05 00 00 01 00 00 00     ; 000 ................

        04 00 00 00                                         ; 001 ....            

        ))

(cd-record 

    (record-type PabReference)    ; record #129, offset 0xb4c

    (length 4)

    (pab-id 18))

(cd-record 

    (record-type Text)    ; record #130, offset 0xb50

    (length 14)

    (font-id Swiss 8 pt Normal Black)

    (text "500,00"))

(cd-record 

    (record-type Text)    ; record #131, offset 0xb5e

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #132, offset 0xb66

    (length 18)

    (row 2)

    (column 0)

    (left-margin 1460)    ; twips (1.0139 inches)

    (right-margin 2047)    ; twips (1.4215 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #133, offset 0xb78

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #134, offset 0xb7a

    (length 4)

    (pab-id 3))

(cd-record 

    (record-type Text)    ; record #135, offset 0xb7e

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #136, offset 0xb86

    (length 18)

    (row 2)

    (column 1)

    (left-margin 2087)    ; twips (1.4493 inches)

    (right-margin 5509)    ; twips (3.8257 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #137, offset 0xb98

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #138, offset 0xb9a

    (length 4)

    (pab-id 4))

(cd-record 

    (record-type Text)    ; record #139, offset 0xb9e

    (length 19)

    (font-id Swiss 10 pt Normal Black)

    (text "\x05\xc8\x05\xf2\x05\xee\x05\xe3\x05\xee:"))

(cd-record 

    (record-type TableCell)    ; record #140, offset 0xbb2

    (length 18)

    (row 2)

    (column 2)

    (left-margin 5549)    ; twips (3.8535 inches)

    (right-margin 6703)    ; twips (4.6549 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #141, offset 0xbc4

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #142, offset 0xbc6

    (length 4)

    (pab-id 5))

(cd-record 

    (record-type Text)    ; record #143, offset 0xbca

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #144, offset 0xbd2

    (length 18)

    (row 2)

    (column 3)

    (left-margin 6743)    ; twips (4.6826 inches)

    (right-margin 7897)    ; twips (5.4840 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #145, offset 0xbe4

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #146, offset 0xbe6

    (length 4)

    (pab-id 6))

(cd-record 

    (record-type Text)    ; record #147, offset 0xbea

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #148, offset 0xbf2

    (length 18)

    (row 2)

    (column 4)

    (left-margin 7937)    ; twips (5.5118 inches)

    (right-margin 9091)    ; twips (6.3132 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #149, offset 0xc04

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #150, offset 0xc06

    (length 4)

    (pab-id 14))

(cd-record 

    (record-type Text)    ; record #151, offset 0xc0a

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #152, offset 0xc12

    (length 18)

    (row 2)

    (column 5)

    (left-margin 9131)    ; twips (6.3410 inches)

    (right-margin 10285)    ; twips (7.1424 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #153, offset 0xc24

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #154, offset 0xc26

    (length 4)

    (pab-id 15))

(cd-record 

    (record-type Text)    ; record #155, offset 0xc2a

    (length 14)

    (font-id Swiss 8 pt Normal Black)

    (text "423,80"))

(cd-record 

    (record-type Text)    ; record #156, offset 0xc38

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #157, offset 0xc40

    (length 18)

    (row 2)

    (column 6)

    (left-margin 10325)    ; twips (7.1701 inches)

    (right-margin 11479)    ; twips (7.9715 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #158, offset 0xc52

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #159, offset 0xc54

    (length 4)

    (pab-id 9))

(cd-record 

    (record-type Text)    ; record #160, offset 0xc58

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #161, offset 0xc60

    (length 18)

    (row 2)

    (column 7)

    (left-margin 11519)    ; twips (7.9993 inches)

    (right-margin 12673)    ; twips (8.8007 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #162, offset 0xc72

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #163, offset 0xc74

    (length 4)

    (pab-id 16))

(cd-record 

    (record-type Text)    ; record #164, offset 0xc78

    (length 13)

    (font-id Swiss 8 pt Normal Black)

    (text "76,20"))

(cd-record 

    (record-type Text)    ; record #165, offset 0xc86

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #166, offset 0xc8e

    (length 18)

    (row 2)

    (column 8)

    (left-margin 12713)    ; twips (8.8285 inches)

    (right-margin 14151)    ; twips (9.8271 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #167, offset 0xca0

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #168, offset 0xca2

    (length 4)

    (pab-id 17))

(cd-record 

    (record-type Text)    ; record #169, offset 0xca6

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableCell)    ; record #170, offset 0xcae

    (length 18)

    (row 2)

    (column 9)

    (left-margin 14191)    ; twips (9.8549 inches)

    (right-margin 15629)    ; twips (10.8535 inches)

    (fractional-width 0)    ; fraction of 20 inches (0.0000%)

    (border LeftSingle RightSingle TopSingle BottomSingle)

    (flags UseV42Borders)

    (v42-border 1 1 1 1)    ; Left Right Top Bottom

    (row-span 1)

    (column-span 1)

    (background-color Black))

(cd-record 

    (record-type Paragraph)    ; record #171, offset 0xcc0

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #172, offset 0xcc2

    (length 4)

    (pab-id 18))

(cd-record 

    (record-type Text)    ; record #173, offset 0xcc6

    (length 14)

    (font-id Swiss 8 pt Normal Black)

    (text "500,00"))

(cd-record 

    (record-type Text)    ; record #174, offset 0xcd4

    (length 8)

    (font-id Swiss 10 pt Normal Black)

    (text ""))

(cd-record 

    (record-type TableEnd)    ; record #175, offset 0xcdc

    (length 6))

(cd-record 

    (record-type Paragraph)    ; record #176, offset 0xce2

    (length 2))

(cd-record 

    (record-type PabReference)    ; record #177, offset 0xce4

    (length 4)

    (pab-id 2))

(cd-record 

    (record-type Text)    ; record #178, offset 0xce8

    (length 8)

    (font-id Swiss 8 pt Normal Black)

    (text "")))

Subject: RE: oops…

you mean this sounds like DXL exporter bug – something untested about understanding of how Note backend classes and DXL imp/exp interpret RT?

Workaround would probably be to create your additional RT somewhere else, export both items using DXL, then merge them as strings (or maybe better manipulate the DOM tree). Not a very nice workaround, but should work…

Subject: Yes, LS Class RichTextTable or DXLExporter has a bug

I’ve just done with workaround for my trouble. I’d like to say THANKS a lot for Haydn Parker for this example .It’s a late night right now and I have to go sleep soon. I’ll post code example in few days, hope it will useful for colleagues.

Subject: There is a difference in NotesPeek…(+)

I’ve made a two dumps. The note structure after it was genegated at backend and the same note after UI save.There is 10 lines were added, 75 removed, 89 changed.