Changing maximum number of occurences

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
Don
Posts: 55
Joined: February 15th, 2013, 1:28 pm
Location: Barbados

Changing maximum number of occurences

Post by Don »

I would like to increase the number of max occurrences of a record in my data dictionary from 10 to 40. However, after deploying to android, I am only able to enter a maximum of 10 records. I can enter 40 records on windows but the change isn't being picked up on android. Is there any way to accomplish this on android without losing any existing data?
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: Changing maximum number of occurences

Post by aaronw »

I wasn't able to reproduce your issue when deploying to Android. Make sure you rebuilt the PEN when deploying. As a general rule you can safely increase the number of records, but it is not safe to decrease them after collecting data.
Don
Posts: 55
Joined: February 15th, 2013, 1:28 pm
Location: Barbados

Re: Changing maximum number of occurences

Post by Don »

After paying closer attention to the error message, I realize that an ID number that I used to keep track of the number of records was still limited to 10. Once I increased that to 40 it worked fine.
Post Reply