Article Details
Id:14458
Product:finPOWER Connect
Type:NEW
Version:3.00.05
Opened:24/03/2017
Closed:10/04/2017
Released:10/04/2017
Job: J018796

Word Documents; Repeat table header rows not working for nested tables

Summary Tables rendered in Word Documents do not respect the "RepeatHeadingRowOnEachPage" setting when a table is nested in another table.

This is a limitation of Microsoft Word.

The following Documents have been updated:

  • Loan Statement
    • Transactions table

In addition to this, Word Document Table Border functionality has been enhanced for Summary Tables. The renderer options objects ISSummaryTableWordDocumentOptions and ISSummaryTableCellWordDocumentOptions have had the following properties deprecated:

  • ISSummaryTableWordDocumentOptions:
    • BorderColour
    • BorderColourCell
    • BorderWidthCell

NOTE: Although the above are deprecated, they will not show compiler warnings and do not have the <obsolete> attribute applied to them since they are still used internally. They are however hidden from intellisense.

And the following added:

  • Borders (array)
  • BordersEnabled

When BordersEnabled is False, the original, deprecated functionality will be used (although this was never fully implemented for Table borders).