This topic is locked

Text area

8/31/2005 5:48:03 AM
ASPRunnerPro General questions
chanis author

Hi!

The microsoft acces only alow max 255 characters and when users enter to many characters in the text area this masage is displayed:
Microsoft Cursor Engine error '80004005'
Data provider or other service returned an E_FAIL status.
/rubrikkannonser1/Rubrikk annonser/Rubrikk/Rubrikk_add.asp, line 937
is ther anything I can do to display an other masage (ex. to many characters inn text area)

Sergey Kornilov admin 9/1/2005

Hi,
set 255 field size in Access. Proceed to the Formattingtab in ASPRunner, click Change... for your field and set MaxLength 255.

It will prevent user from entering more than 255 characters in this field.

chanis author 9/1/2005

Hi,

set 255 field size in Access. Proceed to the Formattingtab in ASPRunner, click Change... for your field and set MaxLength 255.

It will prevent user from entering more than 255 characters in this field.



But the problem is that I can not find any plase to set the MaxLength for the

TEXT AREA field. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=5739&image=1&table=forumreplies' class='bbc_emoticon' alt=':huh:' />

Sergey Kornilov admin 9/2/2005

Hi,
you can set MaxLength for text field.
Well you can use MEMO field type in Access. It allows to enter 65,535 characters.

chanis author 9/7/2005

Hi,

you can set MaxLength for text field.
Well you can use MEMO field type in Access. It allows to enter 65,535 characters.



Tank you Sergey
now it`s perfect <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=5824&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

and thank you for a good suport