Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I'm stuck again

I am trying to get Filemaker to correct a couple of fields once information has been entered in them

for example, I use a barcode reader to scan in serial numbers and telephone numbers of mobile phones. The manufacturers print the telephone number barcodes without a "-" between the code and the rest of the number . I want Filemaker to correct it to look like this 07973-123123 .

I also need it to add "-" sybols after every 3 digits of a nine digit number

for example : 123456789 needs to be corrected to 123-456-789

I don't want the corrected result in an other field , I need it to correct the wrong field. (I hope that makes sense)

Thanks in advance

FileMaker Version: 5

Platform: Mac OS 9

Robert,

Here is a sample file for formatting an unformatted field.

The Look-up method is originally from CobaltSky's article on "Automatically indexing non-indexable fields in FileMaker Pro

Phone.zip

  • Author

Thank you very much for this

  • Author

Is there an extra line I can add so that if the telephone number is entered correctly in the first place (ie. 07956-123123) then it will not try to reformat the field , for example add the - symbol or shift the digits along.

thanks

Like this?

if(PatternCount( Text, "-") > 0, Text, <Format Calc>)

  • Author

Thanks , I will try that.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.