April 7, 200322 yr 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!
April 7, 200322 yr 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.
Create an account or sign in to comment