bl Posted July 1, 2009 Posted July 1, 2009 Hello, I would like to create a "widget" in my layout which is an Edit box with vertical scroll bar, however, I want the text to be view-only. And if the user clicks in the text area, I want to have a button that takes them to a checkbox set which presents the choices they can choose for that field. I have created the textbox, but in order to get the scroll bar to activate, it appears that it must allow Edit in Browse mode. So, I tried making a transparent button the size of the textarea and placing it on top of the Edit box, but once the user clicks on the scroll bar, it appears to bring the textarea forward, allowing the user to edit the text. If the user clicks in the textarea without activating the scroll bar, the button action does work. Is there a way to create such a "widget" as this? Thank You! Barbara
Fitch Posted July 1, 2009 Posted July 1, 2009 The old school way to handle it is to make a calculation field that equals the original field. Another way is to use a web viewer and set it to: "data:text/html," & YourField
Recommended Posts
This topic is 5615 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