Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Bugs fixes

  • the database is searched in PATH now
  • problem with rectangle formatting in CNT output was fixed
  • problem with MHT pictures location was fixed
  • problem with rounded rectangles not working with certain regional settings was fixed
  • header and summary bands now follow the "New page" checkbox
  • problem with incorrect multiline textbox output in Word documents was fixed

New features

 

Word document splitting

 When the generated documents are very long, Word application has problem with the conversion - it takes very long to convert it. To avoid this problem, XFRX now can split the generated document into more smaller documents. To set this up, call SplitDocument() method before calling ProcessReport():
loSession.SplitDocument(tnPages)
tnPagesp is the number of pages each of the resulting documents would have.

...