GO Tar Heels Sorry I guess you were talking about that computer stuff. I think that is the problem, my paths were not consistent. I will give that a try.
Thanks Marc ----- Original Message ----- From: Emmitt Dove To: RBASE-L Mailing List Sent: Thursday, June 12, 2008 10:03 AM Subject: [RBASE-L] - Re: Saving Scanned Docs You must be consistent. That's where using UNC works best - it doesn't depend on mapped drives. Emmitt Dove Manager, DairyPak Business Systems Evergreen Packaging, Inc. [EMAIL PROTECTED] [EMAIL PROTECTED] (203) 643-8022 From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Sent: Thursday, June 12, 2008 10:45 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Saving Scanned Docs Emmitt You are correct, the code works from the workstation and can create the folder across the network but it fails on the local computer. So, it seems maybe I need to map the same drive letter to the scanned folder on the local computer as the workstation. I know I may not be explaining this correctly and correct me if I am wrong but is the workstation calls the ScannedFolder Z then I need to map the ScannedFolder to Z on the local computer too so the path will be correct? If that is possible, I have very little network knowledge if you couldn't tell. Thanks Marc ----- Original Message ----- From: Emmitt Dove To: RBASE-L Mailing List Sent: Thursday, June 12, 2008 9:30 AM Subject: [RBASE-L] - Re: Saving Scanned Docs Marc, MD definitely works on a network using either a drive/path or unc name. Emmitt Dove Manager, DairyPak Business Systems Evergreen Packaging, Inc. [EMAIL PROTECTED] [EMAIL PROTECTED] (203) 643-8022 From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Sent: Thursday, June 12, 2008 10:09 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Saving Scanned Docs Hi I hit a snag on my Scanned docs code, I can get it to work great on 1 computer but not a network. I let the user set a default folder for the scanned files and store it in a table Then I build a path and filename something like C:\Scanned Files\JohnSmith123\ then I SET VAR vChkFile = (CHKFILE(.vScanpath)) IF vChkFile <> 1 THEN MD pathfilename ENDIF The problem is on a network they have to have the default folder something like Z:\ or \\backcomputer\abc using either of these I can't do the MD command. So it seems I can't create a folder across a network or I am missing something. Any suggestions? Thanks Marc ----- Original Message ----- From: Marc To: [email protected] Sent: Monday, June 09, 2008 8:06 AM Subject: Saving Scanned Docs HI I need to save about 4-6 scanned documents for about 5,000 customers Would it be better to create a folder for each customer such as c:\Scanned Files\Cust 123\ c:\Scanned Files\Cust 124\ c:\Scanned Files\Cust 125\ or Have all the scanned files in one folder ? Any suggestions on how to orginize 30,000 scanned files? I remember years ago there were limits to the number of files per folder but I have not heard anything about that the last few years Thanks Marc

