Jump to content
Server Maintenance This Week. ×

Show user if there is overflowing text in a text field


kallehval

This topic is 3912 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi

 

I would like to know if there is a way to calculate if there is overflowing text in a textfield? I would like to alert the user that the field has more content than the eye sees by making a color change or inserting an alert image or something else.

 

Is this possible? Does fielmaker have a function to check this by default? The field can be of different sizes.

 

Thanks in advance...

 

Kasper

Link to comment
Share on other sites

Why not use the Scroll Bar on the fields?

 

This question has come of from time to time. A search on Google for site fmforums.com resize field based on number of characters Provided several hits.

 

Basically, you would need the number of characters you want to break at, and then use the Length Function to do this. You might consider this using the Validation option for the field and constrain the length to your number, or you can use Conditional Formatting, and a formula of something like  

 

Length (Self)  ≥ 25   //replace the 25 with your number

 

HTH

 

Lee

Link to comment
Share on other sites

This topic is 3912 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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