Mark L Posted August 31, 2005 Posted August 31, 2005 Real Newbie Developer Question: I’m doing scripted report printing - and need to select data based on the current record that is on the layout – a pretty common occurrence. A very helpful person has suggested I do the following: Enter Find Mode {} Set Field [field1; globalfield1] Set Field [field2; globalfield2] Perform Find [] Were globalfield1 represents a matching global field for field1, etc. Question: This makes the assumption that the global field is set as a Calculated field that always is fieldname – no? Thanks, Mark
Sanjai Posted August 31, 2005 Posted August 31, 2005 No, you have to first copy the value of the field1 and field2 to global fields and then run your script.
Mark L Posted August 31, 2005 Author Posted August 31, 2005 Thanks Sanjai. Both you and the the friend I mentioned offered the same advice - and it makes perfect sense. Thank you, Mark
Recommended Posts
This topic is 7024 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