Scroll bars in text box

Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Scroll bars in text box

    I want to add a vertical scroll bar to some text boxes on
    a form. Setting the scroll bars property in the text box
    property list to 'vertical' does not work. I have other
    forms in the same database which have text boxes with
    vertical scroll bars working just fine, but there is no
    difference that I can see in the whole set of properties
    for either the text box controls or the forms. The irony
    is that I discovered a few months ago how to fix the
    problem, but have now forgotten.
    David Worledge Guest

  2. Similar Questions and Discussions

    1. Scroll Bars in IFrames
      1. ok,im using an IFrame, it works good, but there is always a bottom scroll bar on the frame! it wont go away, even if the frame is 500px wide and...
    2. DataGrid Can have Scroll Bars ???
      Hello. What DataGrid in asp.net can have its scroll bars..if yes then how? Kindly can any one can guide me in this regard. thanks. ...
    3. Scroll Bars Just Stop....
      And I'm confused by it. I have a multiple scene application. It preloads right, the scroll bars work, but there seems to be this weird problem...
    4. custom scroll bars - text does not line up properly
      Hi everyone, with the help of another tutorial, I am using custom scroll bars to scroll a text field up and down. It works great, except the text...
    5. can you hide scroll bars on a scrolling text field?
      thanks! I love simple solutions like that. Ned wrote:
  3. #2

    Default Re: Scroll bars in text box

    maybe the data behind those textboxes is a memo field ?
    that way you get a scrollbar automatically when inserting the field in your
    forms

    grtz
    "David Worledge" <dworledge@comcast.net> wrote in message
    news:02a301c34bd2$1a5e5130$a401280a@phx.gbl...
    > I want to add a vertical scroll bar to some text boxes on
    > a form. Setting the scroll bars property in the text box
    > property list to 'vertical' does not work. I have other
    > forms in the same database which have text boxes with
    > vertical scroll bars working just fine, but there is no
    > difference that I can see in the whole set of properties
    > for either the text box controls or the forms. The irony
    > is that I discovered a few months ago how to fix the
    > problem, but have now forgotten.

    chriske911 Guest

  4. #3

    Default Re: Scroll bars in text box

    No, it is enabled and not locked. I can scroll through
    the items (which are in a list which is longer than the
    text box height) by holding down the left mouse button and
    placing the cursor near the bottom of the box. That works
    but it's hokey. I know there is a simple switch somewhere
    to fix it because I had the problem on another form about
    a year ago and eventually solved it.
    >-----Original Message-----
    >Is the control locked or disabled?
    >
    >--
    > Ken Snell
    ><MS ACCESS MVP>
    >
    >"David Worledge" <dworledge@comcast.net> wrote in message
    >news:02a301c34bd2$1a5e5130$a401280a@phx.gbl...
    >> I want to add a vertical scroll bar to some text boxes
    on
    >> a form. Setting the scroll bars property in the text
    box
    >> property list to 'vertical' does not work. I have other
    >> forms in the same database which have text boxes with
    >> vertical scroll bars working just fine, but there is no
    >> difference that I can see in the whole set of properties
    >> for either the text box controls or the forms. The
    irony
    >> is that I discovered a few months ago how to fix the
    >> problem, but have now forgotten.
    >
    >
    >.
    >
    David Worledge Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139