FM - Hard Return in Field not Showing in Some Lines in Email
In the past, I've found that returns in an SMTP script show up inconsistantly, so my workaround has been to put them in a field and then pull the field into the email script. This has worked 100% of the time so far, but just noticed that 2 of the 14 did not put a return before "Last Note" and thus last note continued on the previous line. Any thoughts?
The List function works in putting hard returns between lins of data. Thanks, Will.
Will Loving
By the way, there is a nice Custom Function called "date.format" http://www.briandunning.com/cf/893 which I use and which will simplify the creation of dates. Instead of using:
Month ( LEASETRACK::depositDate ) &"/" & Day ( LEASETRACK::depositDate ) & "/" & Right ( LEASETRACK::depositDate ; 2 )