Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Contributor
SAGEuser
Posts: 13
Registered: 11-03-2008
0

Export/Email

When emailing a form using the "Export/Email" printer, the form is created with some extra characters - usually an "i".  Printing to the default printer or previewing the form does not have the same problem.  Any suggestions on what could cause this and how to fix it?

 

Thanks!

Sage MAS Partner
givingtr
Posts: 348
Registered: 11-14-2008
0

Re: Export/Email

I've seen this on some exports and had to edit the form. Create a formula that strips out line feeds from that field. Someting like Replace ({whateverfieldhastheissue}, Chr(10), " ").

Mark Kotyla
Giving Tree Consulting, LLC
(860) 313-0720
Contributor
SAGEuser
Posts: 13
Registered: 11-03-2008
0

Re: Export/Email

Thanks - will try