Book a Demo

Author Topic: Line Breaks in RTF Constraints  (Read 3730 times)

DMT

  • EA User
  • **
  • Posts: 93
  • Karma: +0/-0
    • View Profile
Line Breaks in RTF Constraints
« on: August 08, 2003, 07:59:35 am »
I'm writing constraints in my domain model to document requirements on a per-attribute basis.

My problem is that the RTF documentation generator strips out all of the line breaks I'm using to make my text readable!  For example:

The calculation is:

Unit Cost = Total Cost / Quantity

Note: If Quantity is zero, the result will be zero.

Turns into:
The calculation is: Unit Cost = Total Cost / Quantity Note: If Quantity is zero, the result will be zero.

Needless to say, this is a bit more difficult to read.

Any help would be greatly appreciated. One problem is that I cannot find any documentation for using the RTF template feature!  I have no idea what the codes mean, so I don't know if I can just create a custom template for attributes to not strip out the line breaks.

Thanks,
Dave