This topic is locked

List - character limitation, not allowing forms to be submitted

7/12/2006 12:41:28 PM
ASPRunnerPro General questions
E
evileyez3 author

I have a question. I have created a form in Frontpage that once submitted goes into an access database and then the submissions can be viewed using ASPrunner generated code. The problem I'm having is one of the forms is a text area. The information being submitted in this field could be over 50 characters. The list page only shows 50 characters for this field. However if I submit more than 50 characters in this field, the submission says it was successful but it's not. I have changed the edit fields in ASPrunner to text area. Also if I edit them using the asprunner generated code, it only allows me to use 50 characters and cuts the rest off. What do I do to make this accept more than 50 characters and allow them to be submitted from a form? Any help would be much appreciated. Thanks!

J
Jane 7/13/2006

Hi,
you can do the following:

  1. increase Length/Values of this field in the database directly.
  2. set size and Maxlength of this field on the Edit format dialog on the Formatting tab (step 7) in the ASPRunner.
  3. increase number of characters to display on the Miscellaneous tab.