Thanks guys. Can you also tell me this. This application is installed on a number of machines, all pointing to a common mapped drive for data. Is the global custom class, or for that matter a global variable, affected by other users running the same application installed on their machines but pointing to the common data. Each machine has its own copy of the app.
I know this is basic question but I have never networked an app before, everything I have written has been stand alone.
If you are using the global class, each time the application starts, it will create a new instance of the class, so you shouldn't have any trouble with that. Mike Gagnon
If you want to get the best response to a question, please check out FAQ184-2483 first