1
Answer

global dataset?

dinger

dinger

17y
2.4k
1
Hello, I am developing an application which has multiple forms in the same namespace. I would like to create a dataset that is accessible to all forms in the namespace. How do I go about creating it so that it can be used anywhere....do I have to put it in a separate class within the namespace? Any help would be great. Thanks.
Answers (1)
0
spgilmore

spgilmore

NA 591 0 21y
I'm not sure I understand you correctly. There's no reason you can't run this batch file whether you have Visual studio or not, unless it doesn't come with Visual Studio. (I have VS, so I don't know if it comes with the SDK or the Studio), but since you know what it does, why can't you write your own or just set the vars in the Windows environment? All I see is a bunch of environment variables being set. You can set any environment variables you want to by writing your own batch file or set then in the windows environment (this sets them automatically for every DOS window every time you boot): 1) right click on MY COMPUTER, select properties. 2) click on the ADVANCED TAB, then ENVIRONMENT VARIABLES 3) Locate the env var in question and modify it. If not found, create a new one. 4) close all DOS windows and open a new one for changes to take effect. Is that what you're asking?