Error for report: [CheckMaxLength]

Stimulsoft Reports.NET discussion
Post Reply
magicang
Posts: 9
Joined: Tue Jun 27, 2006 10:21 pm

Error for report: [CheckMaxLength]

Post by magicang »

Hi thre,

While i try to do a simple that bind to a dataset in my project, i always enounter the following error :
Method: [CheckMaxLength]
Cannot set column 'STATUS'
The value violates the MAxLength Lmit of this column.

My "STATUS" column is varchar(1) type. It just a simple column with length 1.

I also found that i will enounter similiar error on every table that having varchar(1).

Can anyone give me some idea how to fix it? :pffft:

TQ.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Error for report: [CheckMaxLength]

Post by Vital »

magicang wrote:Hi thre,

While i try to do a simple that bind to a dataset in my project, i always enounter the following error :
Method: [CheckMaxLength]
Cannot set column 'STATUS'
The value violates the MAxLength Lmit of this column.

My "STATUS" column is varchar(1) type. It just a simple column with length 1.

I also found that i will enounter similiar error on every table that having varchar(1).

Can anyone give me some idea how to fix it? :pffft:

TQ.
Please, provide your code and full text of error message.

Thanks.
magicang
Posts: 9
Joined: Tue Jun 27, 2006 10:21 pm

Error for report: [CheckMaxLength]

Post by magicang »

Hi there,

i didn't use any coding.

I put a stilreport component on my form, choose it's datasouce to one of my dataset.

Then, i choose design report in context menu. In the designer, i drag those field to the report. And error occur while i try to preview the report.

regards,
Ang Lik Huar
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Error for report: [CheckMaxLength]

Post by Vital »

Please send your Dataset schema to Image for examination.

Thanks.
Post Reply