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

Is there a way to write a script to limit the amount of text that can be entered into a text field. Right now it will allow you to type beyond the area alotted for the entry (keeps adding lines) but will not print this info> shocked.gif" border="0

  • Author

Thank you, I will do some reading in that area, since I am just learning.

Instead of a script, you can setup a calculated validation for the text field (Field Definition --->Options ---> Validation Tab) with a calculation:

Length (FieldName) < 10 (or whatever length you wish)

You can also use a custom message when someone trys to enter more than the allowed number of characters. This can also be made a strict validation so the user can't override it.

If you want to use a script, you will need to loop through the records and use a SetField() or use a Replace() with the calculation

Field = Left(Field, 10) (or again whatever length you wish)

-bd

  • Author

I'm still confused, I tried what you suggested but it did not work. I want to be able to limit the text to 92 text characters in a specified box. I still need help!!!!

If you will post an email address to your profile, I'll send you an example file.Other than that, I'm not sure how to help you. The technique does work.

-bd

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.