Search found 17 matches

by szso
June 6th, 2017, 1:11 pm
Forum: Entry
Topic: onoccchange does not work backward
Replies: 3
Views: 3257

Re: onoccchange does not work backward

I always use the system control mode as it is more powerful.
by szso
June 5th, 2017, 7:33 am
Forum: Entry
Topic: onoccchange does not work backward
Replies: 3
Views: 3257

onoccchange does not work backward

Hi, I have a roster and I put the following code in the group section of that roster to let me know once I go from one occurence to another occurence onoccchange errmsg("current occurence is : %d", curocc()); The message apprears when I go from occurence 1 to occurence 2 and so on. But whe...
by szso
June 20th, 2015, 7:33 am
Forum: Entry
Topic: Automatic fill of time field
Replies: 3
Views: 3390

Re: Automatic fill of time field

Using the "edit" function will convert the output to an alpha variable so you have to convert your time field to alpha
Look at this post
http://www.csprousers.org/forum/viewtopic.php?f=7&t=484
by szso
June 19th, 2015, 10:59 am
Forum: Entry
Topic: Automatic fill of time field
Replies: 3
Views: 3390

Re: Automatic fill of time field

You make the field protected and put the following code in the postproc of the previous field
timefield=systime("HHMMSS");

or put that code in the preproc of the time field
by szso
January 29th, 2015, 9:17 am
Forum: Entry
Topic: Using SQL query
Replies: 2
Views: 3275

Re: Using SQL query

What I really mean is that if we have 2 variables as primary key <letter, number>. <A,1> is the value from the first case. If you add a case with A as letter, the number 1 will automatically increase to 2. If you change the letter in primary key into B, the number will start with 1 again (<B,1>) and...
by szso
January 29th, 2015, 8:47 am
Forum: Entry
Topic: Using SQL query
Replies: 2
Views: 3275

Using SQL query

Is it possible to use SQL query in CSPro? for e.g. in auto increment ID field: look for the max number in ID field and automatically add 1 for each new case.
by szso
January 10th, 2015, 5:34 am
Forum: Feature Requests
Topic: Not allowing case deletion in data entry mode
Replies: 2
Views: 5350

Not allowing case deletion in data entry mode

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