Charlie Kilo Posted October 16, 2006 Posted October 16, 2006 Hello! My colleague cut and pasted some data into my database. This means that I have some data in my default font, and some in a weird font from the internet. Is there a way to unify the font across all the records in my database?
John Mark Osborne Posted October 16, 2006 Posted October 16, 2006 Yes, you can use the following formula in a Set Field on a single record: Set Field [MYTABLE::myfield; TextFormatRemove(MYTABLE::myfield)] If you want to perform the formula on multiple records, use the Replace Field Contents feature. In case you make a mistake, create a backup before you run the Replace Field Contents script step.
Recommended Posts
This topic is 6613 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