Error: The field is too small....

A

Ashish Kanoongo

In my data bound form, I have navigation button with new/edit and delete button. I am getting following error whenever I try to add new/edit records.

Error

"The field is too small to accept the of data you attempted to add. Try inserting or pasrting of less data"

I deleted all the records and try to add new record it is still giving me same error.

Let me know whats wrong I am doing?
 
A

Ashish Kanoongo

I found the origin of the error. Actuall I have default value as "combo1.itemdate(0)" instead of "combo1.itemdata(0)". Once I correct it, its working fine.

In my data bound form, I have navigation button with new/edit and delete button. I am getting following error whenever I try to add new/edit records.

Error

"The field is too small to accept the of data you attempted to add. Try inserting or pasrting of less data"

I deleted all the records and try to add new record it is still giving me same error.

Let me know whats wrong I am doing?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top