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 6856 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

How do I change or edit the view index items from preemptive typing. I have done a search but was unable to find the exact answer. I have tried a few search suggestions but not what i'm looking for.

Posted

View Index? I'm not sure if this is what you mean but double click the field, and choose auto complete using previously entered values, or if you want the values to be coming from a value list, choose drop-down list, choose your value list, and choose auto complete using values from value list.

~Genx

  • Newbies
Posted (edited)

If you go to (insert/from index) the drop down box displays a list of previously used text, this is what I wish to edit I have previously used upper case and would like to change some of the text to lower case. It's just a pain having to re-type everything in lower case especially in long sentences.

Thank you for your reply but not the right answer is was looking for. :D

Edited by Guest
Posted

Index depends on the field's contents, so you will need to change the contents before you will see a change in index.

You can script a replace of the field's contents, using the Lower() or Proper() functions. Make sure you have a backup before you try this, since there's no undo.

Another option is to define a calculation field (result is text) =

Lower ( yourfield )

If you are happy with the result, change the calculation field into a text field, then delete the original field.

This topic is 6856 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.