Is there a way to avoid users to delete complete or incomplete cases in Android? When entering in CSEntry, it displays a list of in/complete case. When keying down a case, CSEntry suggest if you want to insert or delete the record. How not to allow user to do such?
Thanks
Not allowing case deletion in data entry mode
-
szso
- Posts: 17
- Joined: January 10th, 2015, 5:26 am
-
szso
- Posts: 17
- Joined: January 10th, 2015, 5:26 am
Re: Not allowing case deletion in data entry mode
I think i found the answer of this question 2 years later
We just have to add the Lock option to 'Delete' in the pff file under the [DataEntryInit] line
[DataEntryInit]
Lock=Delete
It was not too late
We just have to add the Lock option to 'Delete' in the pff file under the [DataEntryInit] line
[DataEntryInit]
Lock=Delete
It was not too late
-
Gregory Martin
- Posts: 1946
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Not allowing case deletion in data entry mode
You did indeed find the answer! That's a new feature in CSPro 7.0.