Jump to content
Server Maintenance This Week. ×

Perform Script on Server


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

Recommended Posts

I have a file that uses an Opening and Closing script. The closing script sets a couple of global fields and the opening script references these fields. The purpose is to find a group of records and then go to a specific record. Old course, when this file is hosted, the globals can be set but revert to the original values once the file closes. Is there a way to set global fields and commit by performing the script on the server? If not I know I can get this done by another method.

Rick.

Link to comment
Share on other sites

You're misunderstanding the purpose of global fields: they are meant for temporary storage during a session, not for persistent storage between sessions.

You have to store the data you want to persist in a real table, in real fields.

Link to comment
Share on other sites

This topic is 3760 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.