Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Development on a special drive letter
Message
From
24/01/1999 09:31:38
 
 
To
20/01/1999 17:56:05
Martin Joncas
Foxprostudio.Com
Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00178297
Message ID:
00179556
Views:
23
I haven't read all the responses so maybe you already have an answer. I'll tell you what I do though, when I'm modifying/developing a network application on my lap top that only has a c drive.

Say that the program files reside on the c drive in a directory named mbc and a particular customers data files reside on a server drive that is mapped as the n drive with a directory named mbcdata.

In order to simulate the network environment while you are developing and testing your application, create a new directory on your c drive and name it nsim (for this example). Open the new nsim folder and create another directory called mbcdata. Copy all data files into this directory.

Now, go into foxpro (or VFP) and in the command window type: set volume n: to c:\nsim. From this point forward, all references to n:\mbcdata will find the data files in c:\nsim\mbcdata.

It works for me, maybe it will help you.

Dale


>Hi,
>
>I have a application in 2.6 on a drive (n:)... when i make a .EXE file and i distribute this file.... some customer have a strange error "I/O Operation Failure" (or something like that)... I absolutly need to Re-Build the project on my drive C:
>
>Anybody can help me? or have suggestion?
>
>tkx
>Martin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform