This is the sort of thing I'm doing, within a loop:
Code: Select all
set the htmlText of line LineToAdd of field "HoldContents" of card 1 of stack "PrintStack" to revDatabaseColumnNamed(curID, "EX_Description")
put LineToAdd + 1 into LineToAdd
Any ideas ? Thanks.
(PS: I've checked that there really are no CRs by doing a "replace cr with LF in field ..." - no little boxes showed up, which is what LFs look like on Windows. I also checked that there really are CRs in the database, using a hex editor.)