Jump to content

What happens to globals on networked solution?


This topic is 6520 days old. Please don't post here. Open a new topic instead.

Recommended Posts

A lot of the navigation techinques within my first multiuser solution depend upon global fields. A user may go to a layout and work there for awhile before returing to the original layout (or some other layout). Where you came from is stored in a global. That's how the solution knows where to return to when the user hits the "Return" button.

What if someone else uses the same global during a wait period? Or in the middle of running a script that depends on a global. If all users shared the same globals, then this would make my solution behave totally eratically! Have I totally screwed up?

Jason

Link to comment
Share on other sites

  • Newbies

I've similar problem, i've some global number fields and i've a script that I run every day for updating purpose and it stores (Set Field)datas on those global fields for that particular day. but this new data will appear only in my comuter not in others computer, to do this i've to ask all user to close their file then i've to go to define fields once. then only other user can see new data on their file once they open the file again. and another thing after running that script if I close that file I'll also loose those new data. then I'll have to run that script again.

any body have any solution please.

Edited by Guest
Link to comment
Share on other sites

This topic is 6520 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.