|
-
Nov 5th, 2004, 04:44 AM
#1
Thread Starter
Hyperactive Member
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!
-
Nov 5th, 2004, 05:43 AM
#2
Member
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.
-
Nov 8th, 2004, 02:10 AM
#3
Thread Starter
Hyperactive Member
ok. thx! that was rather easy!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|