cschmitz Posted April 24, 2008 Share Posted April 24, 2008 Hi. I have a quick question about fonts. This particular problem has to do with filemaker 6 which I am unfamiliar with, but its also a question I have for all versions of filemaker. I have users that has a filemaker 5 database with records already entered into it. The font format of the data in the fields is not always consistent. They have gone through and set the default font type to what they want (CG-gothic), but they want to change the format of all of the existing data to the default font type. How would you go about doing this for all existing data in filemaker 6 (and in any version of filemaker)? Quote Link to comment Share on other sites More sharing options...
AHunter3 Posted April 24, 2008 Share Posted April 24, 2008 For FileMaker 6 there are no text formatting functions per se, but you can try creating a calc field, result type text (assuming the original field is a text field?), formula = Left ("x", 0) & OriginalField then run a looping script like so: Loop Set Field [OriginalField, NewCalcField] Go to Record [Next, Exit After Last] End Loop Quote Link to comment Share on other sites More sharing options...
cschmitz Posted April 24, 2008 Author Share Posted April 24, 2008 Cool, I'll talk to the users and give it a try. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.