Error: The field is too small....

  • Thread starter Thread starter Ashish Kanoongo
  • Start date Start date
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?
 
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?
 
Back
Top