Cin Posted July 14, 2004 Posted July 14, 2004 I have a global field in a file on the server. When I enter data into it everything is fine. Another computer system with the same file open has the field blank. Why is the data I enter on my system not in hers? Cin
The Shadow Posted July 14, 2004 Posted July 14, 2004 Globals are local to each session (connection to the host). They are intended to be used as variables, if you want shared data, you need to use real (non-global) fields.
Recommended Posts
This topic is 7506 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now