473,394 Members | 2,071 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

forms

hi - I have a form with 6 multiline text boxes each accepting data to be
stored in a memo field.

the form accept as much date as can be typed, but refuses to send data after
a certain limit (havent actually counted the # characters)

Is there a limit to the number of characters a form can send, or is it some
other design problem

Thanks Hugh
Oct 28 '05 #1
4 1459
What does "refuses to send" mean? Do you get an error? Are you only seeing
some of your data in a database? If so, what kind of database? What's the
data type of the column? What version of IIS? What does your code look
like?

Ray at home
"Hugh Welford" <hu**********@btinternet.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
hi - I have a form with 6 multiline text boxes each accepting data to be
stored in a memo field.

the form accept as much date as can be typed, but refuses to send data
after a certain limit (havent actually counted the # characters)

Is there a limit to the number of characters a form can send, or is it
some other design problem

Thanks Hugh

Oct 29 '05 #2
Hi Ray

"refuses to send" means that the submit button ceases to function after a
certain amount of data has been typed into one or any of the text boxes -
delete one character and the form becomes active andsends.

No error - just an inactive submit button - nothing at all happens

No data gets to the data base (ACCESS) - destined for a memo field.

IIS 6

Since you are asking these questions, you have answered my original question
in the negative i.e. there is no limit, so it must be another design fault.
The code is horrendous - I will try to reconstruct the form and see how I
get on

Thanks for your time

Hugh
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:%2****************@tk2msftngp13.phx.gbl...
What does "refuses to send" mean? Do you get an error? Are you only
seeing some of your data in a database? If so, what kind of database?
What's the data type of the column? What version of IIS? What does your
code look like?

Ray at home
"Hugh Welford" <hu**********@btinternet.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
hi - I have a form with 6 multiline text boxes each accepting data to be
stored in a memo field.

the form accept as much date as can be typed, but refuses to send data
after a certain limit (havent actually counted the # characters)

Is there a limit to the number of characters a form can send, or is it
some other design problem

Thanks Hugh


Oct 29 '05 #3
That sounds like a bizarre browser issue then. Either that, or someone put
in some client-side code to disable the submit button when a field reaches a
certain length. If you think about what aSp is, you'll see that it can't be
an ASP issue if a submit button in a browser goes from enabled to disabled
while filling out a form. If you didn't write page, look for javascript
functions that are checking the lengths of the values in your textareas and
disabling the submit button.

BTW, there is a limit on posted data:
http://www.aspfaq.com/show.asp?id=2223

Ray at home

"Hugh Welford" <hu**********@btinternet.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi Ray

"refuses to send" means that the submit button ceases to function after a
certain amount of data has been typed into one or any of the text boxes -
delete one character and the form becomes active andsends.

No error - just an inactive submit button - nothing at all happens

No data gets to the data base (ACCESS) - destined for a memo field.

IIS 6

Since you are asking these questions, you have answered my original
question in the negative i.e. there is no limit, so it must be another
design fault. The code is horrendous - I will try to reconstruct the form
and see how I get on

Thanks for your time

Hugh
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:%2****************@tk2msftngp13.phx.gbl...
What does "refuses to send" mean? Do you get an error? Are you only
seeing some of your data in a database? If so, what kind of database?
What's the data type of the column? What version of IIS? What does your
code look like?

Ray at home
"Hugh Welford" <hu**********@btinternet.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
hi - I have a form with 6 multiline text boxes each accepting data to be
stored in a memo field.

the form accept as much date as can be typed, but refuses to send data
after a certain limit (havent actually counted the # characters)

Is there a limit to the number of characters a form can send, or is it
some other design problem

Thanks Hugh



Oct 29 '05 #4
Thanks Ray - great help

Posted it in asp in habit cos you guys are great and know all the answers!!!

Hugh
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:Oh**************@tk2msftngp13.phx.gbl...
That sounds like a bizarre browser issue then. Either that, or someone put
in some client-side code to disable the submit button when a field reaches
a certain length. If you think about what aSp is, you'll see that it
can't be an ASP issue if a submit button in a browser goes from enabled to
disabled while filling out a form. If you didn't write page, look for
javascript functions that are checking the lengths of the values in your
textareas and disabling the submit button.

BTW, there is a limit on posted data:
http://www.aspfaq.com/show.asp?id=2223

Ray at home

"Hugh Welford" <hu**********@btinternet.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi Ray

"refuses to send" means that the submit button ceases to function after a
certain amount of data has been typed into one or any of the text
boxes - delete one character and the form becomes active andsends.

No error - just an inactive submit button - nothing at all happens

No data gets to the data base (ACCESS) - destined for a memo field.

IIS 6

Since you are asking these questions, you have answered my original
question in the negative i.e. there is no limit, so it must be another
design fault. The code is horrendous - I will try to reconstruct the form
and see how I get on

Thanks for your time

Hugh
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:%2****************@tk2msftngp13.phx.gbl...
What does "refuses to send" mean? Do you get an error? Are you only
seeing some of your data in a database? If so, what kind of database?
What's the data type of the column? What version of IIS? What does
your code look like?

Ray at home
"Hugh Welford" <hu**********@btinternet.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
hi - I have a form with 6 multiline text boxes each accepting data to
be stored in a memo field.

the form accept as much date as can be typed, but refuses to send data
after a certain limit (havent actually counted the # characters)

Is there a limit to the number of characters a form can send, or is it
some other design problem

Thanks Hugh



Oct 29 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
3
by: Joshua Russell | last post by:
Hi, Both the methods below open up a windows form called MasterForm. However, one works better than the other. Method 1 opens the form correctly but I don't have any reference to the instance of...
7
by: Mike Bulava | last post by:
I have created a base form that I plan to use throughout my application let call the form form1. I have Built the project then add another form that inherits from form1, I add a few panel controls...
13
by: MD | last post by:
I have been converting a program from VB6 to VB.Net and enhancing it as well. All has been progressing OK although its been hard work. Now, all of a sudden, when I try to execute a ShowDialog()...
15
by: Joshua Kendall | last post by:
I have a script in which it keeps opening the same form instead of only one instance. I also need help with a form that has a password. Where do I put the actual password? can I use a database for...
3
by: Lloyd Sheen | last post by:
I have the following situation: Need a user resizable user control. After much trying with user control I came across the idea of hosting the controls in a form marked as not TopLevel = false. ...
8
by: Stephen Rice | last post by:
Hi, I have a periodic problem which I am having a real time trying to sort. Background: An MDI VB app with a DB on SQL 2000. I have wrapped all the DB access into an object which spawns a...
3
by: Geraldine Hobley | last post by:
Hello, In my project I am inheriting several forms. However when I inherit from a form and add additional subroutines and methods to my inherited form I get all sorts of problems. e.g. I sometimes...
6
by: dbuchanan | last post by:
I have a Windows Forms application that accesses SQL Server 2k from a small local network. The application has been used for weeks on other systmes but a new install on a new machine retruns...
21
by: Dan Tallent | last post by:
In my application I have a form (Customer) that I want to be able to open multiple copies at once. Within this form I have other forms that can be opened. Example: ZipCode. When the user enters...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.