Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Server/workstation problem.
Message
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00734442
Message ID:
00735112
Views:
16
Wayne, thanks for the help. I followed your suggestion but still not able to open forms from the main menu. I then changed the properties of the Desktop Shortcut to launch the program from the server instead of the workstation. Everything then worked fine. I still don't understand why the program couldn't find the data on the server when run locally.
Thanks again for the help.
Ken

>>I'm a newbie and have been struggling with a problem for several weeks. I'm trying to set up a multiuser app with the data files on a server and the app on workstations. In the config.fpw I Set Path to \\server\c\foxdata. When the app is run on a workstation, it can't find the data. It runs fine on the server.
>>Can someone tell me exactly what I need to do or things I need to check. This seems like a rediculously simple problem but I've been unable to solve.
>>Thanks in advance.
>
>There isn't really a need to set a path to the directory.
>
>The beginning of your application can simply
>OPEN DATABASE (lcYourServerPath + "yourdatabase")
>and your application can USE whatever is needed.
>
>We actually have a free table in the directory of one of our applications that stores the path to several databases - when the application launches, it checks there to see what databases are available, and prompts the user to choose which one to run (Development, Production, Testing, etc). If there is only one record in the table, that one is opened.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform