Hi, Jim:
Thanks for the suggestion.  I tried the attachment option (code listed below), 
Still - no go.I know this looks easy enough, but it isn't working.   Am i 
missing something ?
SET MESSAGES ONSET ERROR MESSAGES ON
Set var vfilename TEXT = ‘c:\emailtest\&Invoice_1031.PDF’
PRINT validate  +OPTION PDF|FILENAME Invoice_1031.PDF +|EMAIL ON 
+|EMAIL_TO_LIST jim.schm...@yahoo.com +|EMAIL_FROM_NAME John D. Johnson 
+|EMAIL_FROM_ADDRESS jim.schm...@yahoo.com +|EMAIL_SUBJECT Imagine The 
Possibilities! +|EMAIL_BODY Attached is the invoice - sent via R:BASE. Because 
we Can! +|EMAIL_ATTACHMENTS &vfilename +|EMAIL_DELETE_AFTER_SEND ON 
+|EMAIL_SHOW_DIALOG ON
return
 
    On Friday, November 10, 2023 at 06:53:38 PM EST, 'Jim Belisle' via RBASE-L 
<rbase-l@googlegroups.com> wrote:  
 
 
Jim,
 
  
 
Try adding a line for the attachment.
 
You may want to set the attachment as a variable with the complete location.
 
Example:
 
Set var vfilename TEXT = ‘complete location&Invoice_1031.PDF’
 
|EMAIL_ATTACHMENTS &vfilename
 
Try something like this and see what happens.
 
  
 
Jim
 
  
 
  
 
From: 'jim schmitt' via RBASE-L <rbase-l@googlegroups.com>
Sent: Friday, November 10, 2023 4:53 PM
To: rbase group <rbase-l@googlegroups.com>
Subject: [RBASE-L] - email novice problems
 
  
 
|  | 
CAUTION:This is an EXTERNAL EMAIL,STOP! and think before clicking on any links 
or opening attachments. 
  |


Greeting fellow R:base users:
 
  
 
You may be able to offer some blues clues for me.
 
This is my first attempt at trying to send a report via email:
 
Using RB Version X5E  10.5.4 20646
 
  
 
Tried using Razzak's sample in RRBYW20 - code listed below:
 
  
 
PRINT Invoice WHERE TransID = 1031 +
 
OPTION PDF|FILENAME Invoice_1031.PDF +
 
|EMAIL ON +
 
|email_to_listjim.schm...@yahoo.com +
 
|EMAIL_FROM_NAME John D. Johnson +
 
|email_from_addressjim.schm...@yahoo.com +
 
|EMAIL_SUBJECT Imagine The Possibilities! +
 
|EMAIL_BODY Attached is the invoice - sent via R:BASE. Because we Can! +
 
|EMAIL_DELETE_AFTER_SEND ON +
 
|EMAIL_SHOW_DIALOG ON
 
return
 
  
 
If I try it with just the first two lines, it works and creates the PDF file 
which I can see..
 
With the email options, I get nothing ??
 
Just can't see what I am missing.....any help would be appreciated.
 
 
 
The report email settings listed  below:
 
  
 

 
Thanks in advance.
 
Jim
 
-- 
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 
torbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/1074275864.2200889.1699656760734%40mail.yahoo.com.
 

-- 
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 rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/PH7PR02MB994323D03D5F3990B3A1C013A0AEA%40PH7PR02MB9943.namprd02.prod.outlook.com.
  

-- 
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 rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/97081457.2319033.1699709336057%40mail.yahoo.com.

Reply via email to