Results 1 to 7 of 7

Thread: problem with the " text area " don't able to accept more that " 1900 charcter "" ??

  1. #1

    Thread Starter
    Hyperactive Member xray's Avatar
    Join Date
    Jun 2003
    Location
    EgYpT
    Posts
    312

    problem with the " text area " don't able to accept more that " 1900 charcter "" ??

    peace be with you

    i made a page use in it :

    4 text and 1 text area

    and i want to insert the data taken from text area in to memo in db

    but if the data in the text area more that " 1900 charcter "" it's doesn't responsed

    how to solve this problem to make it accept more that "" 20000 "

    thanks
    In the name of allah , the beneficent , the merciful

    Say (O Muhammad ): We believe in allah and that which is revealed unto us and that which was revealed unto abraham and ishmael and isaac and jacob and the tribes , and that which was vouchsafed unto moses and jesus and the prophets from their lord . we make no distinction between any of them , and unto him we have surrendered


    ---- Great Sites For You -------------------

    If you want to know some small things about islam ?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: problem with the " text area " don't able to accept more that " 1900 charcter "" ??

    Is there a size limit in the database field? What database are you using? Are you using any restrictions (javascript, etc) on the page?

  3. #3

    Thread Starter
    Hyperactive Member xray's Avatar
    Join Date
    Jun 2003
    Location
    EgYpT
    Posts
    312

    Re: problem with the " text area " don't able to accept more that " 1900 charcter "" ??

    peace be with you

    dear : mendhak

    1- the size in field is --- > memo ......
    2- access xp
    3- no restriction
    4- i use the muthod :: get
    5- i test to put in the field by " paste " data in it for amount of " 2000 chracter " and it accept

    *** the chracter mean "" number of chracters write in the text area "" (( abcde .... etc))

    thanks
    In the name of allah , the beneficent , the merciful

    Say (O Muhammad ): We believe in allah and that which is revealed unto us and that which was revealed unto abraham and ishmael and isaac and jacob and the tribes , and that which was vouchsafed unto moses and jesus and the prophets from their lord . we make no distinction between any of them , and unto him we have surrendered


    ---- Great Sites For You -------------------

    If you want to know some small things about islam ?

  4. #4
    Hyperactive Member kayos's Avatar
    Join Date
    Apr 2004
    Location
    Largo, Florida
    Posts
    306

    Re: problem with the " text area " don't able to accept more that " 1900 charcter "" ??

    have you tried using the post method as opposed to the get method?


    If this post helps, please RATE MY POST!

    Using Visual Studio 2005 SE

  5. #5

    Thread Starter
    Hyperactive Member xray's Avatar
    Join Date
    Jun 2003
    Location
    EgYpT
    Posts
    312

    Re: problem with the " text area " don't able to accept more that " 1900 charcter "" ??

    peace be with you

    post is the solve

    thanks
    In the name of allah , the beneficent , the merciful

    Say (O Muhammad ): We believe in allah and that which is revealed unto us and that which was revealed unto abraham and ishmael and isaac and jacob and the tribes , and that which was vouchsafed unto moses and jesus and the prophets from their lord . we make no distinction between any of them , and unto him we have surrendered


    ---- Great Sites For You -------------------

    If you want to know some small things about islam ?

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: problem with the " text area " don't able to accept more that " 1900 charcter ""

    I don't understand what you said, but I'm glad it's resolved.

  7. #7
    Hyperactive Member kayos's Avatar
    Join Date
    Apr 2004
    Location
    Largo, Florida
    Posts
    306

    Re: problem with the " text area " don't able to accept more that " 1900 charcter ""

    Quote Originally Posted by mendhak
    I don't understand what you said, but I'm glad it's resolved.
    i was simplyimplying that instead of using:

    <form name="myform" action="blah.asp" method="get">

    use:

    <form name="myform" action="blah.asp" method="post">

    there are times when the "get" method can not hold all the information you are trying to handle because of a limitation to the query string.


    If this post helps, please RATE MY POST!

    Using Visual Studio 2005 SE

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