EllenG Posted April 6, 2004 Posted April 6, 2004 My runtime program has a setup screen for the user to enter their logo, name and address, etc. These fields are then used as the header in all the reports. The users would like to be able to change the font in the setup and then use that font in the report headers. Is there a way that the reporyt headers can automatically use the same font that the user entered in the setup? This is a runtime appl in FMP6. The user cannot change the report layouts. Also, there are many report formats, so creating duplicate formats with different font choices is not an option. Thanks. FileMaker Version: Dev 6 Platform: Windows XP
cjaeger Posted April 6, 2004 Posted April 6, 2004 Just make a global the user can change which is to be placed on the report header. Then have a script do a select all, inserting your report header text, and voila, it is in the user defined font
EllenG Posted April 6, 2004 Author Posted April 6, 2004 Yes, I just figured out that it works fine if the user changes fonts. However, not all fields were using the font... Just realized that the fields not using the font are calc fileds... ie. Name (calc of first + last anme) and csz (calc of city & state & zip fields...) DUH!! FileMaker Version: Dev 6 Platform: Windows XP
Recommended Posts
This topic is 7905 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