February 12, 200916 yr I can't figure out why this is happening but I seem to have a bit of an anomaly here. I have an address field set up to display in a Brush Script font yet one field refuses to show up in that font. All the other fields display properly but not the address field. I have tried a number of things: - re-typed the values in the field - duplicated another field and then renamed it to the address field so as to copy it's attributes - re-formatted all the fields as Brush Script. - etc. etc. Any ideas anyone?
February 12, 200916 yr Retyping should have worked - if you had cleared the field first. Try copying whatever is in the field, pasting it into a plain-text editor, then pasting it back (after clearing the field). Or use a script step to set the field to: SerialIncrement ( YourField ; "" )
February 12, 200916 yr Author I've tried your first suggestion to no avail. And the funny thing is this is only happening with one record, the other records are displaying in the correct font. As for your second suggestion maybe you could elaborate as I do not understand. Thank you
February 12, 200916 yr I am not sure what is there to elaborate: just create a script (or a button) that does: Set Field [ YourField ; SerialIncrement ( YourField ; "" ) ] Go to the problematic record and run the script.
Create an account or sign in to comment