Search found 46 matches

by leulae
February 1st, 2018, 9:32 am
Forum: Editing
Topic: loop though
Replies: 6
Views: 6724

Re: loop though

Thank you Josh,

Need to process all items (variables) from one place beginning to end, any hint?

Leulae
josh wrote:No. That is not possible in CSPro.
by leulae
February 1st, 2018, 9:05 am
Forum: Editing
Topic: loop though
Replies: 6
Views: 6724

Re: loop though

Thanks Josh for your reply, This is not kind of Roster or array processing (Looping with same variable eg. age(i) ) If we have Data file with variable name age, sex, maritalstatus,…..,nationality as near columns, in SPSS we can loop from age to nationality, I am seeking same in Cspro Thanks Leulae I...
by leulae
February 1st, 2018, 1:48 am
Forum: Editing
Topic: loop though
Replies: 6
Views: 6724

loop though

Dear All,

It would be grateful, if anyone suggests me a method to loop though variables as we did in SPSS

Sample Code:(SPSS)
DO REPEAT V= V1 TO V4 / W = W1 TO W4 / X = X1 TO X4 / Y = Y1 TO Y4.
COMPUTE X = V + W.
COMPUTE Y = V - W.
END REPEAT.
Leulae
by leulae
January 24th, 2018, 11:52 pm
Forum: Synchronization
Topic: FTP - SYNCDATA or SYNCFILE
Replies: 5
Views: 4827

Re: FTP - SYNCDATA or SYNCFILE

Thank you very much josh Personally I think it would be better if there is a method to change the uploading path considering the security. Could you please add it to future release? Leulae The upload path is fixed and cannot be changed from CSPro. You can change the messages by editing the default m...
by leulae
January 23rd, 2018, 10:35 pm
Forum: Synchronization
Topic: FTP - SYNCDATA or SYNCFILE
Replies: 5
Views: 4827

Re: FTP - SYNCDATA or SYNCFILE

Dear Gregory Martin Thank you very much for your attention on this regard. I observed the files, uploads to the folder /CSPro/DataSync/ --DICTNAME-- _DICT/data Need to ask more with thanks, Is there any possibility to to change the uploading path as well to customize the synchronization messages (Re...
by leulae
January 23rd, 2018, 2:39 am
Forum: Synchronization
Topic: FTP - SYNCDATA or SYNCFILE
Replies: 5
Views: 4827

FTP - SYNCDATA or SYNCFILE

Dear all, Does “ syncdata ” work with FTP server? It does not give any error. But database is empty (CSPro DB format). I am going to sync an external dictionary. syncdata(GET,XXXXX_DICT); What I did was; I put the data file on FTP server with two records When program runs, I wrote syncdata function ...
by leulae
January 22nd, 2018, 11:16 am
Forum: Entry
Topic: CSPro DB - notes
Replies: 2
Views: 3247

CSPro DB - notes

Dear all,

While notes for CSPro DB files are stored within the file itself, how do I make one text file with all notes.

Thank you all

Leulae
by leulae
January 21st, 2018, 1:57 am
Forum: Android
Topic: Seeking command like save()
Replies: 3
Views: 4033

Re: Seeking command like save()

Found the solution, thank you all

Link to solution

http://www.csprousers.org/forum/viewtop ... evel#p6688
by leulae
January 20th, 2018, 11:55 am
Forum: Android
Topic: Seeking command like save()
Replies: 3
Views: 4033

Re: Seeking command like save()

Dear Gregory Martin, Thank you very much your response. In my case I have one field to control save operation beginning of the case tree. ( Say Control field ) Below the control field there are number of records and fields (items) I placed “endlevel;” in control field, It asks “Accept case” dialogue...
by leulae
January 20th, 2018, 3:59 am
Forum: Android
Topic: Seeking command like save()
Replies: 3
Views: 4033

Seeking command like save()

Dear All Is there any method to save the current data(case) by clicking on userbar button or any other method in android application ( userbar does not work in android, I guess I should go to menu like below) menu 1 Save and Exit 2 Exit with out save 3 …. I know savepartial() but seeking command lik...