Wendy T Posted April 7, 2003 Posted April 7, 2003 hi all I have several text fields, some of which are displayed on more than one layout. These fields have different font sizes on the different layouts. No problem so far. A user has changed the font size within the text fields for some records, so now both layouts display those records in that same font size. How do I remove all user-modified font formatting & return each layout to using its own defined font size? Have tried formatting field on the layout, removing & re-adding the field... no joy! Perhaps I have Mondayitis, but I cannot yet see a solution. thanks!
BobWeaver Posted April 7, 2003 Posted April 7, 2003 Use either the Replace Command or a script to loop through all fields and set the field to itself: Set Field [TheTextField, TheTextField] When you run the contents of a field through any formula, any embedded formatting will be stripped out.
Wendy T Posted April 7, 2003 Author Posted April 7, 2003 worked like a charm! thanks bob - earning your 5 stars as usual
Recommended Posts
This topic is 7902 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