Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

If you add more text than will fit in a field it is hidden unless you click in that field.

I was wondering if there is anyway to determine if a text field has too much text to be visible. If so I could add a calc field that says "click me to view more" so the field then shows all the text.

I know can put a scroll bar on side.

Posted

First, determine the number of characters that your current field (field1) displays then create a calculation field such as this:

Case( Length (field1) > x (your number); "Read More" ; "")

make sure the field is a text field.

You can then apply a script to the field that opens up that field in a new window (pop-up).

Hope this helps.

Posted

It may not be that simple unless you are using a monospaced font. IMO, I think it would be better to set the height of the field so that part of the next line would show (as seen in the right side of picture)

new-2.jpg

This topic is 6203 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.