Increasing the size of the box does not necessarily mean you can actually have a longer edit message, since that will also depend on the data type for the message in your database. For example you changing the length of the edit box to 500 but the size of the reason field in the database, for vb 4.2.2pl4, is 200 characters, so any message with over 200 characters will either cause the edit to fail or truncate the message to the first 200 characters.
|