April 15, 200223 yr 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.
April 15, 200223 yr 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.
Create an account or sign in to comment