ChangeAgent Posted January 7, 2007 Posted January 7, 2007 Is it possible to set fields in such a way that if an entry is made the first word (name) automatically is written with an upper case letter? I am on FMP 6
Raybaudi Posted January 7, 2007 Posted January 7, 2007 On FMP 6 you can have a calculated [color:red]opaque not accessible field: Upper(LeftWords( yourField ; 1 )) & " " & RightWords( yourField ; WordCount( yourField ) - 1 ) placed [color:red]over your real accessible field ( yourField )
ChangeAgent Posted January 20, 2007 Author Posted January 20, 2007 Thanks for your reply and sorry for the delay.
Recommended Posts
This topic is 6578 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