Cursor Position

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Beany
    New Member
    • Nov 2006
    • 173

    Cursor Position

    Hi

    ive got a form that has several textboxes. The cursor in all textboxes appears on the left hand side (which is good), but one field shows the cursor on the right side??!!! how do i change this, i want the cursor to be on the left hand side like the rest?

    cheers
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Originally posted by Beany
    Hi

    ive got a form that has several textboxes. The cursor in all textboxes appears on the left hand side (which is good), but one field shows the cursor on the right side??!!! how do i change this, i want the cursor to be on the left hand side like the rest?

    cheers
    This will be because of the format and/or mask in the textbox.

    Most likely the textbox is a number type which defaults to Right Align.

    To change the alignment, open the textbox properties and near the end of the list under the format tab you should see a property called Text Align. It is probably set to General, just change it to Left.

    Comment

    • Tanis
      New Member
      • Mar 2006
      • 143

      #3
      How is it formatted and what is the data type?

      Comment

      • Beany
        New Member
        • Nov 2006
        • 173

        #4
        its worked thanx

        Comment

        Working...