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  <file:///\\backcomputer\abc>
\\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 <mailto:[EMAIL PROTECTED]>  

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

 

Reply via email to