dharkin Posted January 31, 2006 Posted January 31, 2006 Hello, In my database there is a field for notes. How can I keep the field fonts from being altered in size by the user. When a report is generated the font size is altering the size of the field.
sbg2 Posted January 31, 2006 Posted January 31, 2006 Create a new calculation field(Text, Unstored), name it something like calc_Notes. calc_Notes = TextSize(Notes;#) replace the # symbol with whatever size you want the text for your printout to be. Use the calc field on your report rather than the actual Notes field.
Ender Posted January 31, 2006 Posted January 31, 2006 Hi dharkin, You might try giving your Notes field an auto-entered calc like this: Evaluate ( Quote ( Notes ) ) Then uncheck the auto-enter option to "Do not replace existing value of field (if any)". This will remove the formatting, and allow the text to use the default font of whatever layout the field appears in.
bruceR Posted February 1, 2006 Posted February 1, 2006 Note that in FileMaker 8 there is a new function, textFormatRemove, that does exactly what you're looking for.
Recommended Posts
This topic is 6934 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