Basic user to Filemaker - Help appreciated
How do I automate the following:-
peter smith
So when I enter this text it automatically inserts the text as Peter Smith . the "p" and the "S" being shown as uppercase.
Thanks
Martin
text formatting
8 posts
• Page 1 of 1
Posts: 15
Joined: Tue Jun 29, 2004 2:24 pm |
|
Posts: 46
Joined: Thu Aug 19, 2004 6:33 pm Location: Minneapolis, MN |
There's an Upper() function that can do this. However, it has limitations. It doesn't handle odd names very well. VanDenBerg would incorrectly be changed to Vandenberg, and McKnight would incorrectly be changed to Mcknight.
I've seen various solutions that attempt to parse the names for the special cases, with differing degrees of success. A recent custom function from Codemaster's Workshop looks pretty good, if you have access to FM7 Developer or FM8 Advanced: http://www.codemastersworkshop.com/downloads.html See the "Universal Capitalizer" demo. |
Posts: 15
Joined: Tue Jun 29, 2004 2:24 pm |
Hi Ender
Thanks for the reply. I have filemaker 8. I have loaded the programme and can see it works fine. How do I integrate this into my own database as I cannot see the capitalizer in my file. I have gone into "Auto enter" and can see it but will not work when I put into my own database. New to filamker so further help would be appreciated. Thanks martin |
Posts: 46
Joined: Thu Aug 19, 2004 6:33 pm Location: Minneapolis, MN |
As I said, you would need FM7 Developer or FM8 Advanced to install the custom functions. Thought perhaps you had one of them, since you posted to the "Custom Function" forum previously.
|
Posts: 15
Joined: Tue Jun 29, 2004 2:24 pm |
No, just have Filemaker 8. How would I do this with the upper function?
Thanks Martin |
Posts: 2764
Joined: Thu Nov 20, 2003 11:01 am |
When you define your auto enter calc (something like Upper (LastNameField) ) make sure you uncheck the "Do not replace existing value of field (if any)" checkbox right below the "Calculated Value" checkbox. This is all done on the Auto Enter tab of the field's Options window. Hope that helps. John Sindelar
SeedCode |
Posts: 15
Joined: Tue Jun 29, 2004 2:24 pm |
Excellent got that and it works fine.
Thanks M |
Posts: 46
Joined: Thu Aug 19, 2004 6:33 pm Location: Minneapolis, MN |
My above reference to the "Upper()" function should be to the "Proper()" function. Sorry for the confusion.
|
8 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests