Karen,
I have a couple of questions. 1) Is this an "Arbitrary" problem with spaces? The reason I ask is all the file folders that contain the PDF files I want to be able to send have spaces. I have not had this problem with those other file folders. Another strange (at least to me) thing is the pdf file prints to screen prior to asking if they want to email. In the case of this problem folder, the files do print to screen so the computer is "seeing" the file ok. It is only when I want to send those files in that folder that I receive this error. 2) Is there a way to prevent RBASE from locking up in the mail program so I can trace the problem or at least be able to close it down properly? Jim ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Monday, May 17, 2010 10:37 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: attachment length Usually in these cases, the "space" that's in the directory name is what is causing the problems -- " tables (in house) ". You should try embedding that directory (or the entire directory string) in single quotes. Karen Is there a length limit on Attachments in the mapmail program associated with RBASE? The variables used are: SET VAR vTotpath = 'S:\Adobe PDF Files\Specifications\SpecJPB\Tables (In House)\8cjgw' SET VAR vattachments = ('Attachments:'+(.vTotpath)) I get an ERROR 11 "Attachments not found" and then RBASE locks up. When using this code on other files, it works fine. It seems to have a problem with this particular file folder "Table (In House)" Other folders with pdf files have worked thus far. Jim

