Newbies bjh Posted February 11, 2005 Newbies Posted February 11, 2005 I'm relatively new to FM so this may be easy or it might not be possible. I have a script that finds and then sorts data for a report. What I want to know is there any way to use a script to change header text? Ideally this would be for a label only, I don't have any fields in the header.
stanley Posted February 11, 2005 Posted February 11, 2005 BJH: Welcome to the Forums. The simplest way would be to put a field where your header text is, which you can then modify via a script, using SetField[]. You can then also modify it manually, if you wish. -Stanley
God Bless You Posted February 18, 2005 Posted February 18, 2005 Hi, I'm begginer too and I going through same problem. If you can explain this with example and little bit more detail I really appreciate. Thanks Rog
-Queue- Posted February 18, 2005 Posted February 18, 2005 Put a global text field in the header to hold the title. You can set it in a script using Set Field [globaltextfield; "desired title"] or allow users to specify their own title by putting the field on a separate layout, going to that layout and pausing, then continuing to the report layout, where the user-entered title will then appear in the header. It is probably easiest to make it a merge field with its dimensions formatted as large as possible for a single page, then centered.
Recommended Posts
This topic is 7221 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