Results 1 to 3 of 3

Thread: Setting character limit of textbox (RESOLVED)

Hybrid View

  1. #1

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Setting character limit of textbox (RESOLVED)

    Hello everybody

    I have an unbound text box on my form. The data in the form is transfered to a database record field (I use an SQL INSERT statement). The field can contain up to 30 characters. Unfortunately the text box lets me enter far less. How can I tell the text box to accept more than 15 charaters e.t.c.

    thx, in advance

    George Papadopoulos
    Last edited by divined; Nov 8th, 2004 at 02:12 AM.
    SteadFast!

  2. #2
    Member scruffybear's Avatar
    Join Date
    Oct 2004
    Location
    Cornwall
    Posts
    39
    Hi,
    this normally only happens if the textbox maxlength property is set, it should have a 0(zero) for unlimited or in your case 30 to limit the input.
    Regards

    Terry

    Mini Soccer sets the standards
    www.cbyfc.co.uk/hawks.html

  3. #3

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447
    ok. thx! that was rather easy!
    SteadFast!

Posting Permissions

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



Click Here to Expand Forum to Full Width