Hi Bruce,
I discovered an interesting phenomena,
Having a text field on a NWF, normally takes into account the CR (line feeds) at the end of each text line.
Thus printing a report, displays every new line correctly.
Changing the NWF to Popup however, breaks the CR. Thus shows all text lines continuously.
For example:
- line 1
- line 2
- line 3
Will produce, "- line 1 - line 2 - line 3" when the form is to set "popup" mode.
Is this expected?