Hey Everyone - happy MLK Day!
Quick question....Can I use tempvars in a multi-user environment wihout really messing things up?
Basically, I have an application that I will split into FE an BE and I want the users to alias the front end so they do not have to redownload anytime I update a form. My users navagate everything with forms an tempvars that catch what they are asking to do. I need to know if, because most of the actions are based on tempvars, multiple users will mess up the way the database pulls and stores data.
For example, if I have a query that pulls their percentage for the month, it does it based on what name is in a certain field (passed to a query via a tempvar). If someone else access it and updates the field after the first user, will the query for both of them be based on the second users name (the latest tempvar value) or does the tempvar store on the individual computer and the queries pull from the individual computers?
Not sure if that makes sense. Thanks for any help!!
Quick question....Can I use tempvars in a multi-user environment wihout really messing things up?
Basically, I have an application that I will split into FE an BE and I want the users to alias the front end so they do not have to redownload anytime I update a form. My users navagate everything with forms an tempvars that catch what they are asking to do. I need to know if, because most of the actions are based on tempvars, multiple users will mess up the way the database pulls and stores data.
For example, if I have a query that pulls their percentage for the month, it does it based on what name is in a certain field (passed to a query via a tempvar). If someone else access it and updates the field after the first user, will the query for both of them be based on the second users name (the latest tempvar value) or does the tempvar store on the individual computer and the queries pull from the individual computers?
Not sure if that makes sense. Thanks for any help!!