Karen

   Instead of creating text files I would create a Temporary Table IDcolumn and 
either NoteColumn or VarCharColumn. Depending on size of body data.

   Insert info into Temp table

   Then when you select the body for your email you will select 
NoteColumn/VarCharColumn as your body base on a where clause if necessary. This 
way you shouldn’t have to change the length and when inserted into email it 
should wrap naturally. 

 

   It has been a while since I did this so make sure to test.

 

Buddy

 

 

From: 'Karen Tellef' via RBASE-L <[email protected]> 
Sent: Monday, December 16, 2019 12:28 PM
To: [email protected]
Subject: [RBASE-L] - Long embedded files in RMail

 

We create text files with select statements in them which will be used as the 
body

of an RMail email.  Before doing the select we set the width to 200 and the 
resulting

text file looks perfect.  However, when embedding it as the body (see command 
below)

it wraps at 79 characters.  I added a "set width 200" command right before all 
the

rmail code but that doesn't make a difference.

 

     
V1|LOAD_MESSAGE_BODY_FROM_FILE DashBoardRefresh.txt

 

 

Is there a way I can do this?  Thanks!

  

 

Karen

 

 

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected] 
<mailto:[email protected]> .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/1793718183.9281758.1576517295143%40mail.yahoo.com
 
<https://groups.google.com/d/msgid/rbase-l/1793718183.9281758.1576517295143%40mail.yahoo.com?utm_medium=email&utm_source=footer>
 .

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/002b01d5b444%241ebdf900%245c39eb00%24%40comcast.net.

Reply via email to