I am programming for a company with a peer to peer network connection. I set one of the pc as a "server" and map this pc as drive "f" in other workstation with "set defa to f:\data" in my main program. With this setup, I need to clarify on these issues:
1) The "server" mentioned above would have to access "c:\data" as this is its resident drive instead of "f:\data". To do so, I have to set the statement in the main program from "set defa to f:\data" to "set defa to c:\data" .
Question: How do I set the program in such a way that if "f:\data" is not found(), go to "c:\data" instead and vice versa?
2) What files do I have to include in the "workstation" besides the esl and exe file? I found that there are some "strange" errors which only happens with some "workstations" such as before the execution of a custom msgbox function, a "file not found" error pops up and when the ignore button is clicked, the message box appeared perfectly without problems. The custom message box function calls its bitmaps from a table which is already included in the .vue file for the respective screens. For the "workstation" where the exe is compiled and naturally the one containing the fpw26 directory , this error does not occur as well as the "server" having its tables read from its native c: drive.
Any ideas? Thanks in advance for suggestions or similar experiences encountered as this is my first attempt in a multiuser environment .
1) The "server" mentioned above would have to access "c:\data" as this is its resident drive instead of "f:\data". To do so, I have to set the statement in the main program from "set defa to f:\data" to "set defa to c:\data" .
Question: How do I set the program in such a way that if "f:\data" is not found(), go to "c:\data" instead and vice versa?
2) What files do I have to include in the "workstation" besides the esl and exe file? I found that there are some "strange" errors which only happens with some "workstations" such as before the execution of a custom msgbox function, a "file not found" error pops up and when the ignore button is clicked, the message box appeared perfectly without problems. The custom message box function calls its bitmaps from a table which is already included in the .vue file for the respective screens. For the "workstation" where the exe is compiled and naturally the one containing the fpw26 directory , this error does not occur as well as the "server" having its tables read from its native c: drive.
Any ideas? Thanks in advance for suggestions or similar experiences encountered as this is my first attempt in a multiuser environment .