Frank E Posted October 21, 2005 Posted October 21, 2005 The text formatting in a field needs to be made consistent. For example, I have a field which is formatted in layout mode as Helvetica 10, but entries in this field can be formatted differently in different records, especially if the data is pasted into the field. In FM 5.5 I was able to make the formatting consistent by using Replace (using a calculated result where the calculation is the name of the field itself) This is from Article 103775 in the Filemaker Knowledge Base. But this doesn’t seem to work in FM 7. Any suggestions? I need a simple way to make the formatting consistent. Thanks in advance.
CyborgSam Posted October 22, 2005 Posted October 22, 2005 Frank-> FileMaker 7 includes text formatting functions in the calculations, they can be used in the Replace script step. You could also use the standard trick of overlaying the field with a calculated field that formats the field.
Ender Posted October 22, 2005 Posted October 22, 2005 Users can omit the formatting when pasting by holding down the option key. If you want the formatting to always be removed, you can add this auto-enter calc to the field definition (uncheck the 'do not replace existing value' option) Evaluate(Quote(Field)) To fix existing data in those fields, use that calc in a Replace.
Frank E Posted October 25, 2005 Author Posted October 25, 2005 Thank you. I’m going to try using the Evaluate function.
Recommended Posts
This topic is 7260 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