|
-
Mar 16th, 2004, 10:04 AM
#1
Thread Starter
Junior Member
Global Variables
Can we possibly declare variables as Global that every page on the project could use? How? thanks
-
Mar 16th, 2004, 11:50 AM
#2
Junior Member
"A child of five could understand this. Fetch me a child of five." Groucho Marx
-
Mar 18th, 2004, 03:15 AM
#3
Thread Starter
Junior Member
thanks,
I guess declaring public doesn't work on our project. I used "session" instead and it works.
-
Mar 18th, 2004, 07:10 AM
#4
PowerPoster
Hi,
I can't imagine any reason why "Public" would not work, provided you make the declaration in the right place, which is in the general section of the form or module.
I hope you are not trying to make a public declaration within a Sub!!!!! (Which is where you could use "Session" but that might give you other problems.)
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|