Eva Arriaga Posted March 19, 2014 Posted March 19, 2014 I have a client using FMP13 on a Windows8 computer, who is telling me that in the past she would copy text an email address or text from any program, for example outlook, and paste it in FM and once pasted the text would show as the default of FM Font and size. Now, and I do not know how or why, any copy and paste retains the font and size of the source. Can anyone point to where can I change this back to the original behavior?? Thank you! Eva
Lee Smith Posted March 19, 2014 Posted March 19, 2014 (edited) This need comes up from time to time. To retain the default font, just use the TextFormatRemove ( Self ) function. Go to the Options for the field, select the Calculated value “Specify...” for the calc, use TextFormatRemove (Self ) and then click Okay, and then deselect “Do not replace existing value of field (if any) If you have some values you need to change that are existing in the field now, you will need to make the Field a calculation field, with the TextFormatRemove ( Self ) first. once the changes are made change the field back to text and do the step mention above. Please ask questions if you don’t understand. HTH Lee Edited March 19, 2014 by Lee Smith I corrected the function.
Recommended Posts
This topic is 4251 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