OK, email can do funny things....

The only thing I can suggest is to strip down the options to include
just the print report portion and the email specifications, not all the
PDF options. (sample from Razzak's FTE article)

PRINT Invoice WHERE TransID = 1031 +
OPTION PDF|FILENAME Invoice_1031.PDF +
|EMAIL ON +
|EMAIL_TO_LIST [EMAIL PROTECTED], [EMAIL PROTECTED] +
|EMAIL_FROM_NAME John D. Johnson +
|EMAIL_FROM_ADDRESS [EMAIL PROTECTED] +
|EMAIL_SUBJECT Imagine The Possibilities! +
|EMAIL_BODY Attach is the invoice sent via R:BASE. Because we Can! +
|EMAIL_ATTACHMENTS C:\Letters\otherstuff.pdf#C:\Letters\morestuff.pdf +
|EMAIL_DELETE_AFTER_SEND ON +
|EMAIL_SHOW_DIALOG OFF +
RETURN

And then add your email host, user id, password.  Test it to see if it
works. If it does, add pdf options in as needed.

Dawn


-----Original Message-----
From: Bernard Lis [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 14, 2005 1:56 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Re: Understanding Built-In Email capabilities

Dawn,
Actually I don't have the + in front of ENABLE I double checked my file
and my email and It's not the way you see it. - But I'm not wearing my
glasses right now because they are downstairs.
----- Original Message -----
From: "Dawn Oakes" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Monday, November 14, 2005 1:44 PM
Subject: [RBG7-L] - Re: Understanding Built-In Email capabilities


Bernie,
You have the '+' on the beginning of the next line instead of at the
end...
>>
|KEYWORDS SubTotals Totals Sales Summary + OPEN ON + ENABLE_PRINTING OFF

|+ ENABLE_COPYING OFF + ENABLE_MODIFYING OFF + PIXELFORMAT 32 +
<<

Should be

|KEYWORDS SubTotals Totals Sales Summary + OPEN ON + ENABLE_PRINTING OFF
+
|ENABLE_COPYING OFF + ENABLE_MODIFYING OFF + PIXELFORMAT 32 +

Dawn

Reply via email to