Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 4269 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Is there a way to Auto Capitalize and auto Caps all letter in a single field? example if i type canada it should be Canada and if i type ak it should be AK

Posted (edited)

Hi Chad,

 

The suggested approach is to format the display of the field-value instead of changing the actual data.  If you select the field, you can specify in Inspector > Behavior > Text the Styles pop-up Uppercase for state field AK and Title Case for Canada field.

 

However, if you have both within a single field then you will have to use more complex techniques.  You can use PatternCount() to test for specific string (or probably a custom function) but it is suggested that you have a table holding the states and countries (maybe also city and zip).   If you have such a table then it would be easier. 

 

But the data SHOULD be in separate fields.

Edited by LaRetta

This topic is 4269 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.