Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6934 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Posted

Note that in FileMaker 8 there is a new function, textFormatRemove, that does exactly what you're looking for.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.