Search found 60 matches

by yanina
March 24th, 2017, 12:02 am
Forum: Entry
Topic: Logic to Call other PEN
Replies: 4
Views: 4666

Logic to Call other PEN

Dear Master Need help pls I have 2 application. 1. program1.pen and program2.pen can I set the logic on program1.pen to call program2.pen ? if data entry process finish on program1.pen then data entry will automatically call program2.pen my description as screen attached. thank you very much Yanin
by yanina
March 21st, 2017, 11:39 am
Forum: Entry
Topic: Problem with save partial case
Replies: 9
Views: 7865

Re: Problem with save partial case

Dear Josh Dear All Just to let you and team know: Its worked. No error anymore, savepartial is working like a charm, after I clean install the CSPro Beta version 7. I just not realized that Beta Version 7 that I installed is not set properly on my computer. As previous version 6.3 was still installe...
by yanina
March 14th, 2017, 1:21 pm
Forum: Entry
Topic: Problem with save partial case
Replies: 9
Views: 7865

Re: Problem with save partial case

Dear Josh Thank you. Attached please see MYPROJ.ZIP The error randomly appears in any random variable, especially when data entry inside roster. . Others problem also: during data entry unknown error A 4017" then index not created .. Please see screenshot. - On my application I am using roster ...
by yanina
March 14th, 2017, 4:22 am
Forum: Entry
Topic: Problem with save partial case
Replies: 9
Views: 7865

Re: Problem with save partial case

Dear Josh, Gregory Need your help please . I am using CSPro 6.3.2 During data Entry this message appear : "Data Entry has Stopped working" .. This often appears on every case I entry. Then I have to close the application and continue data entry. in my application, I put logic postproc save...
by yanina
March 10th, 2017, 5:09 am
Forum: Editing
Topic: Batch File to Get Data Entry Result
Replies: 2
Views: 4137

Re: Batch File to Get Data Entry Result

Hi Josh

Yes you right. Much easier with export tools. I did not realize that we can save as the file Dat on Export tools.
Very appreciated.

Yanin
by yanina
March 9th, 2017, 12:16 pm
Forum: Editing
Topic: Batch File to Get Data Entry Result
Replies: 2
Views: 4137

Batch File to Get Data Entry Result

Hi Master Would you please to give me an example of batch logic to get the entry result to one final DAT file? On my Dictionary I have fields each single occurence; Q1, Q2.. till Q10, say it as Group Q R1, R2.. till R10, as Group R S1, S2 .. till S10, as Group S They are on one file entry result: Da...
by yanina
March 1st, 2017, 10:58 pm
Forum: Entry
Topic: Problem with save partial case
Replies: 9
Views: 7865

Re: Problem with save partial case

Sorry Josh

I mean to reply on thread http://www.csprousers.org/forum/viewtop ... avepartial
about Unknown error A 4017

Yanin
by yanina
March 1st, 2017, 8:35 pm
Forum: Entry
Topic: Problem with save partial case
Replies: 9
Views: 7865

Re: Problem with save partial case

Dear Josh This kind of error also happen to my program. Randomly the error appear often in every case during data entry. So, I have to remove the savepartil() logic on my program since the data entry process already in progress. I am using v 6.32 As kamade, I think this is not the storage issue. On ...
by yanina
February 25th, 2017, 9:10 am
Forum: Editing
Topic: Create new binary variable on converting
Replies: 4
Views: 5858

Re: Create new binary variable on converting

Dear Josh I just tried using batch to convert Q1 to binary base on Q1x. What a great application :). Yes, this can help much my time on cleaning the data. My questions: The Logic have to assign on ORD file to each variable that I want to convert, right ? So if I have Q2x, Q3x,Q4x .... Q100x and want...
by yanina
February 22nd, 2017, 11:42 pm
Forum: Entry
Topic: setvalueSet, extracting from multiple choice question
Replies: 39
Views: 28581

Re: setvalueSet, extracting from multiple choice question

Hi Josh On Q1X how to prevent value 14 get together with others value. I have tried this logic but get error on compiling : Huge thanks for your help. Yanin if curocc()>=2 and $ = 14 then errmsg("You can not Enter this value get mixed with others value"); reenter; endif; if pos("01234...