DJH Posted August 27, 2007 Posted August 27, 2007 I would like to dynamically change a portion of a layout/report title based on user input. I have created a script to produce a report and would like the user to be able to indicate the scope of the data in the report; for instance, "First Qtr 2007", or "May 2007", or "Last Half 2006". The only thing I can find that comes close is the script command Show Custom Dialog. However, this command places the user input into a field in a table. This data is not related to a specific record in a table, but to the report itself - hence, the inclusion in the title. So, is there a way to have the user dynamically enter a portion of the title of a report? Thanks.
Vaughan Posted August 27, 2007 Posted August 27, 2007 Use a global field. This displays its value for all records in the table.
DJH Posted August 27, 2007 Author Posted August 27, 2007 (edited) Thanks Vaughan. That's exactly what I wanted to do! Edited August 27, 2007 by Guest
Recommended Posts
This topic is 6298 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