The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
27 views

Why PlainDocument() setted in JtextField.setDocument() excludes one character of the text

Someone knows why in a JtextField, when I set the setDocument() property -class PlainDocument- when I execute the program, it shows me the field ok, but only I can enter N-1 characters, when I set the ...
0
votes
2answers
61 views

How to set input field maxlength from label

I'm trying to figure out a way to change the maxlength of ajax called input fields by pulling the value to set out of the field's label and updating the default value. The field labels all follow the ...
0
votes
1answer
48 views

TSQL Find MIN/MAX LEN ColName over many tables

I need to find the MAX LEN for all responses in column across many tables. Some of these column names match across tables, some don't. If they match, I need to use the column name through all the ...
0
votes
1answer
42 views

Datagridview Cell Length

When I populate my Datagridview using the following code: Private Sub FormatGridView() Dim ILNumColumn As New DataGridViewTextBoxColumn Dim ArtNumColumn As New DataGridViewTextBoxColumn ...
0
votes
0answers
90 views

IE10 Validation bug with maxlength and placeholder on textbox

I have a textbox for Age: <input type="text" id="txtAge" name="txtAge" class="text" placeholder="Age (optional)" maxlength="2"> Upon clicking submit, this input is instantly bordered red. ...
0
votes
3answers
48 views

Is it bad to limit length when creating email validation code? [duplicate]

I am learning jQuery and PHP to create my own form validation. I have read several tutorials but I do not see any consideration or notation in regards to capping the maximum length? I did see ...
1
vote
1answer
55 views

maxlength not working on some elements

Okay, so I'm building a custom signup page, and of course there is javascript input validation involved. In that validation I'm using the maxlength property, to validate the length of the input - ...
0
votes
1answer
84 views

Maxlength validation not including line break or list (spaces) pasted from word using Jquery?

I have the following Jquery validation limits text to 400 maxlength. It works great with plain text, but does not seem to work when pasting from word which contains formatting like line breaks, ...
0
votes
1answer
71 views

Text Wrapping in C on Thermo Mini Printer

I would really like some help with one of my projects. I am a graphic design student and have little to no programming experience. I have created a program for a thermo mini printer that identifies ...
1
vote
0answers
45 views

Backspace and arrow keys freeze when hitting MaxLength in textbox

Why do the navigation (arrow) keys and the backspace become frozen when the number of characters entered in the multiline textbox becomes equal to the MaxLength set? What is its solution ?
0
votes
1answer
69 views

Google short url - max url length

I'm playing with Google URL shortner API, i would like to know if is there any maximum length for the URL returned from google. I mean, short URLs are called short url because they are short, so they ...
0
votes
0answers
77 views

“Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.”

Can any body help me? I bind a dataset to combobox. (sitename, siteid) At the run time I got following error. "Failed to enable constraints. One or more rows contain values violating non-null, ...
1
vote
1answer
44 views

Does -1 always mean “max” in SQL Server metadata table?

When running this in SQL Server, I'm seeing -1 defined in the CHARACTER_MAXIMUM_LENGTH column for table fields/columns with a data type of nvarchar(max). If the length is not defined, can I assume ...
0
votes
2answers
103 views

How to jump focus on the second textbox when value of first textbox is maxLenght=3

I have 2 textboxes next to each other for the Telephone number field on an Online Request form. The maxLenght of the first textbox is = 3, so after the user has entered in the value it must focus on ...
0
votes
1answer
119 views

UITextField no white spaces with maximum characters limitation

I have two UITextFields: usernameField & passwordField. For both fields I'm trying to implement the code below to NOT allow the user to type in any white space (use spacebar) and to also limit ...
0
votes
2answers
145 views

Textarea maxlength value not working

I have a textarea and I am setting maxlength from JS using DOJO library.The code is as follows: <textarea id="ct" rows="50" cols="50"></textarea> In JS the max length is setting up as ...
0
votes
2answers
389 views

JavaFX 2.2 TextField maxlength

I am working with a JavaFX 2.2 project and i have a problem using the TextField control. I want to limit the characters that users will enter to each TextField but i can't find a property or something ...
0
votes
0answers
35 views

how to Increase Joomla/k2 article/item character maxlength [closed]

Im building a Joomla site with K2 as article manager, and i have very long articles, when Im adding this articles and save them, i get no error, but when i'm going to the site i see only a part of the ...
1
vote
1answer
159 views

How to set max byte length of datagridview when paste

I have a datagridview where DataNames can be entered in a textbox column.I restrict the input length of this column to 6 characters by using the MaxInputLength property of the ...
0
votes
1answer
22 views

MySQL slim down field's length

Always wondered if is there any essential difference in terms of speed in queries, when using VARCHAR 255 or VARCHAR 55 fields (for example). What i mean is, if i slim down a VARCHAR 255 field to a ...
-1
votes
3answers
125 views

Perl regular expression regarding max length of characters

I am trying to create a perl validation expression for the maximum length allowed for a given string (in a specific interface) I tried /.{0,5}/ or /^.{0,5}&/ that i noticed used in many similar ...
0
votes
1answer
44 views

How to verify Facebook signedrequest - valid characters and length

I want to be able to verify via RegEx that a SignedRequest which was supposedly returned by Facebook is the right length (under n max characters) and has only valid characters. Is there a length ...
1
vote
5answers
165 views

StringBuilder number of characters written per line

Hello I've created some C# code that is writing to a .txt file using a StringBuilder object, everything seems OK, but the problem is that I need exactly 200 characters for each line. For example, ...
2
votes
1answer
132 views

how many digits in FLOAT?

I've looked all over and can't find this answer. How many actual digits are there for a MySQL FLOAT? I know (think?) that it truncates what's in excess of the FLOAT's 4 byte limit, but what exactly ...
0
votes
1answer
30 views

rename file with add length (in bytes) power shell

i have a problem : in files name i have to write their lengths for example qwerty.tmp → qwerty_12039.tmp ! please help use: get-childitem c:\Folder | rename-item -NewName {$_.name -replace ...
0
votes
1answer
64 views

Setting max_length of a form field using a parameter in Django

I have a parameter that I am passing in to the form. It is a dictionary to configure the form. How can I set the max_length of a field using a value from the dictionary? class ...
5
votes
1answer
110 views

MaxLength restriction for MultiLineText field in SDL Tridion 2011

My schema source looks like follows: <xsd:schema xmlns="uuid:b8fd4596-56ec-4718-ad00-bf2a70a148c2" xmlns:tcmi="http://www.tridion.com/ContentManager/5.0/Instance" ...
0
votes
0answers
120 views

Textbox.maxlength value in winforms from Entity Framework model

In our project we've many TextBox controls bounded to the database (Business Object Data Source). We use Entity Framework Code first with additional attributes in metadata to create database business ...
0
votes
1answer
156 views

MySQL - Change index column VARCHAR length?

I currently have a table with an index column the unique index column "name". Currently the column "name" is a varchar with length 25. I would like to increase this to 50. I'm attempting to use alter ...
0
votes
8answers
113 views

User input maxlength handling

<input type="text" name="user" maxlength="10"> I have some code: $("#user").keyup(function(e){ if($("#user").val().length < 4) {$("#spanUser").html("Too Short !");} //works How ...
2
votes
2answers
54 views

Scheme cons and length

I'm studying scheme and I have just encountered my first problem: (define x (cons (list 1 2) (list 3 4))) (length x) 3 why the output is 3 and not 2? I have displayed x ((1 2) 3 4) why is like ...
3
votes
4answers
281 views

DECIMAL length for microtime(true)?

I want to store PHP's microtime as my timestamp in MySQL. I've been told it's best to store it in DECIMAL, but I can't find an ideal size. Does anyone know what the maximum size microtime(true) ...
1
vote
1answer
97 views

What password length should I use for a Jasypt-hashed password?

I'm using Java 6, Jasypt, and BouncyCastle to generate hashed passwords. I'm storing them in a MySQL 5.5 db with a default UTF-8 character encoding. I'm trying to figure out how long my VARCHAR ...
0
votes
1answer
137 views

android editText limit string length not by characters

I need to make sure the input string can fit the line where I'm going to show it. I already know how to limit the number of characters but that is not very good because 2 strings with the same ...
1
vote
2answers
94 views

Access maxlength of JSF inputfield in java custom validation

I need to access the maxLength of an inputField in custom validation. Although I see maxLength as one of the fields in UIComponent, I don't see a getter for the same. Can anyone tell me how can I ...
2
votes
0answers
82 views

Redactor.js maxlength textarea mode

How can I specify a 'maxlength' for the Redactor area to prevent the user to introduce to many characters?
1
vote
1answer
72 views

Set a Maximum length to a DataGridTextBoxColumn in WPF

Is there a way to set the maximum length in a DataGridTextBoxColumn in WPF ? I can't find this property and the only way I can think is by using a DataGridTemplateColumn. However, when I do, I get ...
0
votes
1answer
34 views

Different MaxLength values [closed]

I have an options panel in my WordPress theme with several text fields. For example: Project title, Project description, Twitter username, etc. case 'text': $val = $value['std']; $std = ...
0
votes
1answer
38 views

How do I do different maxlengths for different text fields?

I have an options panel in my WordPress theme with several text fields e.g. project title, project description, etc. case 'text': $val = $value['std']; $std = ...
0
votes
3answers
119 views

Javascript len funtion

I have a form verification that checks for a minimum length, which works fine. However I also need to check for a max length. I'm using the following code for an textarea field called "msg" to ...
1
vote
0answers
166 views

Doing a slot machine for java [closed]

I am attempting a java assignment that involves creating a slot machine. This involves having a class that uses TripleString with MAX_LEN and multiple methods which are for the bet how much money they ...
1
vote
3answers
183 views

Get value of an Attribute-decorated property

i want to make some validations in a class, so i thought I could use attributes. Like this: public class someClass { [Lenght(200)] public string someStr { get; set; } } ...
1
vote
1answer
75 views

One maxlength for multiple text fields

Hi say I have two text fields. I want to have just one maxlength for both of them. Wherein, for example 300 is the maxlength. And that is for both text fields. Is it possible to have 1 maxlength for ...
3
votes
1answer
140 views

How can I tell if the text was truncated when I copy a text into an input box with a maxlength attribute

HTML input element has a maxlength attribute, which prevents inputting a text longer than the maxlength . Upon pasting a text into the input box, if the text is longer than the maxlength, it will be ...
0
votes
4answers
364 views

Check form input length via PHP with maxlength tag

My question is very simple: if I have some input fields with maxlength tag in a HTML form, I have to check input length via PHP too?
0
votes
3answers
147 views

PHP - File Get Contents - Setting Maximum Length

I am trying to get the contents of a web page up to the 100th character. However, for some reason the code isn't getting the web page at ALL. Here's my code: $link = ...
0
votes
1answer
84 views

MaxLength on WPF app does not work for Korean Language

I'm having trouble trying to get the MaxLength property of a TextBox in WPF to work when I'm using a on screen keyboard with Korean language. It just doesn't limit and also it won't give me any event ...
0
votes
1answer
67 views

How to apply MaxLength to watermarkControl:WatermarkPasswordBox in C#?

So, I could use your help applying MaxLength="10" for this watermarkpasswordbox <watermarkControls:WatermarkPasswordBox x:Name="passwordLoginTextBox" WatermarkText="{Binding ...
0
votes
4answers
83 views

SQL select the longest char

i have the table customer with column Name varchar(20), adresse varchar(50), tel varchar(10), etc. how can i select the longest adresse ? SELECT FROM customer WHERE adresse ?
1
vote
1answer
102 views

ajax call on maxLength - not updating on CTRL V (paste)

//show city/state on input maxlength $("input#billZipCode").live("keyup", function( event ){ if(this.value.length == this.getAttribute('maxlength')) { if(!$(this).data('triggered')) { ...

1 2 3