Gambler Posted April 15, 2002 Posted April 15, 2002 Excuse again my dumb FMP newbie question, but I'm still stumbling over FMP terminolgy. For example in my previous life (other rdbms application), I would define a user data entry screen for a user to enter some temporary data (e.g. date ranges). From there, the user would execute the procedure to modify the selected records. The user entered data is only temporarily stored for use with the procedure. How would one do this using a script? Thank you.
Kurt Knippel Posted April 15, 2002 Posted April 15, 2002 Enter the data into GLOBAL fields. These fields are only stored for the current session and are wiped clean at shutdown. Well really there is a way to store them semi-permanantly, but that is another post.
Recommended Posts
This topic is 8262 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