Page 1 of 1

Too long Record length can cause error in CAPI android

Posted: July 22nd, 2015, 7:09 am
by naylinnsoe
I would like to share my experience.

One of my staff create CAPI entry program that has Three records ,Fisrt record =12000 length ,Second record =8000 length and Thrid one=6000 length.

Testing on computer and on Tablet is OK.

But after asking three or more respondents the index error occurred .
Sometime Duplicate cased error occurred.

I check the program and I can't find any weak point.

I found that only the length of record is too long.

I decided to reduce the recode length.

I separate First record into Five records.
The record length of each less than 2000.

The error is solved.

I don't found that type of index error.


Just SHARING my experience.