Search found 68 matches

by Enkhbayar
January 4th, 2017, 2:24 am
Forum: Entry
Topic: junk data in skipped vars
Replies: 5
Views: 3820

Re: junk data in skipped vars

I've found the reason that skip in a roster couldn't clean grey part.
by Enkhbayar
January 3rd, 2017, 9:36 am
Forum: Entry
Topic: junk data in skipped vars
Replies: 5
Views: 3820

Re: junk data in skipped vars

thanks a lot, Khurshid. It seems I need to find out where those strange data came from. hehe
by Enkhbayar
January 3rd, 2017, 7:51 am
Forum: Entry
Topic: junk data in skipped vars
Replies: 5
Views: 3820

Re: junk data in skipped vars

the application is system controlled. the issue raised when enumerator goes back without deleting entered data. example logic: if Q1 =1 then skip to Q3; endif; and assume that enumerator entered Q1=2 and Q2=999 then he/she has returned back and changed Q1 value to 1 which is skips Q2. in this case, ...
by Enkhbayar
January 3rd, 2017, 6:34 am
Forum: Entry
Topic: junk data in skipped vars
Replies: 5
Views: 3820

junk data in skipped vars

Hi, Is there any special function to clean junks from the skipped variables? :) I mean, sometimes enumerators made a mistake such as when they entered data but realised that it was wrong then go back and entered correct data then skip some variables, but data in the skipped variables still remains. ...
by Enkhbayar
December 19th, 2016, 3:59 am
Forum: Entry
Topic: CSPro 6.3 entry form freeze
Replies: 2
Views: 3359

Re: CSPro 6.3 entry form freeze

dawitgbr wrote:I'm working on CSPro 6.3 while entering data CSPro freezes with out partial save in windows 7 OS, so I've to close the application by task manager and re-enter the data again.
check the loops, maybe one of them works as forever loop.
by Enkhbayar
December 9th, 2016, 12:51 am
Forum: Entry
Topic: advance and accept functions
Replies: 2
Views: 3059

Re: advance and accept functions

Thanks Josh,

I've managed it using global variable, skip and advance, but the solutions you're mentioned are better than my option.
by Enkhbayar
December 8th, 2016, 6:51 am
Forum: Entry
Topic: advance and accept functions
Replies: 2
Views: 3059

advance and accept functions

Hi,

How to avoid "accept" function when I call "advance"? When I reenter to the cases and call "advance", accept function runs in every variable it used and requires action from enumerators. How can go to last position without this problem?

Thanks,
Enkhbayar
by Enkhbayar
December 1st, 2016, 2:35 am
Forum: Entry
Topic: Skip without a skip command
Replies: 2
Views: 3146

Re: Skip without a skip command

The problem was too many variables have been placed in same form.