Aussie John Posted January 25, 2008 Posted January 25, 2008 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.
bonngo Posted January 29, 2008 Posted January 29, 2008 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.
sbg2 Posted January 29, 2008 Posted January 29, 2008 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now