Databound textboxes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kitemad69@gmail.com

    Databound textboxes

    If i insert more than 9 digits into my databound textbox. I am unable
    to tab to the next textbox the column that the textboxe is linked to
    is a INT32. Please any suggestions. The maxlength in the column in the
    dataset cannot be set because it is an int32 column.
  • thomasnguyencom

    #2
    Re: Databound textboxes

    On Nov 12, 7:44 am, kitema...@gmail .com wrote:
    If i insert more than 9 digits into my databound textbox. I am unable
    to tab to the next textbox the column that the textboxe is linked to
    is a INT32. Please any suggestions. The maxlength in the column in the
    dataset cannot be set because it is an int32 column.
    What's your 10th value?

    The max value an Int32 has is 2,147,483,647. If it's greater, then
    that might be your problem.
    Represents the largest possible value of an Int32. This field is constant.


    Thanks,
    -tom

    Comment

    Working...