mleiser Posted March 30, 2009 Posted March 30, 2009 I want a script that will allow a parameter to be passed to it. Suppose the parameter passed will determine the heading on the reoport (as well as other things, like perhaps the sort). In the script I can do a getparameter and then put "heading name 1" into a heading field to be printed out on the report. The question I have is, what if two or three users are at one time creating the same report, each with a different heading. How will we get three different headings if the heading name goes into a the same field?
mleiser Posted March 30, 2009 Author Posted March 30, 2009 Doesn't the global field change as each user uses it? Let's say the name of the global field is heading. I go into the script and pass a parameter "John's Report" which goes into the global field heading. At the same time another user uses the same script and gets "Mike's Report" into the globalk field heading. What happens? Or maybe I'm missing something.
comment Posted March 30, 2009 Posted March 30, 2009 Global fields hold user-specific (more precisely, session-specific) values.
mleiser Posted March 30, 2009 Author Posted March 30, 2009 Not trying to harp on this, but if two users are printing the same report as described above, each will get their own heading?
Recommended Posts
This topic is 5718 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