twmissmt Posted February 12, 2009 Posted February 12, 2009 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?
comment Posted February 12, 2009 Posted February 12, 2009 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 ; "" )
twmissmt Posted February 12, 2009 Author Posted February 12, 2009 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
comment Posted February 12, 2009 Posted February 12, 2009 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.
Recommended Posts
This topic is 5763 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