![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi helpful FileMaker experts: I have two related questions: How do I search for carriage returns in a field? How do I prevent my staff from entering a carriage return in a field? My problem stems from the fact that if a carriage return is added to a name field it messes up later uses of that data (such as an address, etc.). Please cc answers to my main email: harvey.kliman (AT) yale (DOT) edu Thanks as always for your help. Harvey Kliman Yale University School of Medicine |
#3
| |||
| |||
|
|
Hi helpful FileMaker experts: I have two related questions: How do I search for carriage returns in a field? How do I prevent my staff from entering a carriage return in a field? My problem stems from the fact that if a carriage return is added to a name field it messes up later uses of that data (such as an address, etc.). Please cc answers to my main email: harvey.kliman (AT) yale (DOT) edu Thanks as always for your help. Harvey Kliman Yale University School of Medicine |
#4
| |||
| |||
|
|
Hi helpful FileMaker experts: I have two related questions: How do I search for carriage returns in a field? How do I prevent my staff from entering a carriage return in a field? My problem stems from the fact that if a carriage return is added to a name field it messes up later uses of that data (such as an address, etc.). Please cc answers to my main email: harvey.kliman (AT) yale (DOT) edu Thanks as always for your help. Harvey Kliman Yale University School of Medicine Hi, |
#5
| |||
| |||
|
|
I would answer two ways : 1) to search for any 'odd' characters you may have it copied from Word into a global or better into a common field in a one record file. 2) when using user entered data you may delete any miss used characters before using it. Ie : UserFieldBis = Substitute(Substitute(Substitute(UserField, "¶", ""); " ", " "); " ", " ") Or else, have a message transparent on the top of the field : Message = Case((PatternCount(UserField ; "¶" ) > 0; "Please withdraw any 'odd' character from this entry", ""). Remi-Noel "Harvey Kliman" <harveykliman (AT) mac (DOT) com> a écrit dans le message de news: 4273B1B9.8070106 (AT) mac (DOT) com... Hi helpful FileMaker experts: I have two related questions: How do I search for carriage returns in a field? How do I prevent my staff from entering a carriage return in a field? My problem stems from the fact that if a carriage return is added to a name field it messes up later uses of that data (such as an address, etc.). Please cc answers to my main email: harvey.kliman (AT) yale (DOT) edu Thanks as always for your help. Harvey Kliman Yale University School of Medicine |
![]() |
| Thread Tools | |
| Display Modes | |
| |