Search found 109 matches

by lls
July 27th, 2012, 10:26 am
Forum: Tools
Topic: Concatenation and sort by case ID
Replies: 6
Views: 13765

Re: Concatenation and sort by case ID

Should anyone be interested, here is an example how to automatically (1) concatenate several .dat files, (2) Create a .sst (sorting) file (3) sort cases ascending, (4) create a html file containing sorted cases for viewing in a web browser. elseif $ = 6 then // create an HTML file with concateneted ...
by lls
July 27th, 2012, 9:27 am
Forum: Tools
Topic: Concatenation and sort by case ID
Replies: 6
Views: 13765

Re: Concatenation and sort by case ID

OK, it seems to be working now with the following code. I don't know if this is the easyest way, please feel free to comment if possible to improve. elseif $ = 3 then // create an HTML file with KEYER_NAME .dat file // First, create .srt file setfile(pffFile,"..\..\GDC_Questionnaire\Batch\SortK...
by lls
July 24th, 2012, 12:58 pm
Forum: Tools
Topic: Concatenation and sort by case ID
Replies: 6
Views: 13765

Re: Concatenation and sort by case ID

I am sorry for the misunderstanding.
Thank you for the tip, I will try as you said.
by lls
July 24th, 2012, 5:37 am
Forum: Tools
Topic: RDBMS data's storage tools
Replies: 7
Views: 14226

Re: RDBMS data's storage tools

Gregory Martin wrote:I hope that a RDBMS interface will come out in the next 6-9 months
May I ask what is the status for a RDBMS support with data entry application?

Thank you
by lls
July 24th, 2012, 4:41 am
Forum: Tools
Topic: Concatenation and sort by case ID
Replies: 6
Views: 13765

Re: Concatenation and sort by case ID

Thank you so much for your help. The output is not exactly what I expected. If I understand correctly your code, it will reorder all .dat files based on their name (dacb --> abcd)? What I was trying to do is the following. For example, I have the following .dat files based on the keyers initials: AD...
by lls
July 22nd, 2012, 7:02 am
Forum: Tools
Topic: Concatenation and sort by case ID
Replies: 6
Views: 13765

Concatenation and sort by case ID

I made a code to automatically concatenate all my .dat files. I would like to have all cases sorted ascending based on case identification. Cases are named by year and N (2011001, 2011002,, 2012001, 2012002, etc.). I know I can do that using the Sort Data tool, but it would be more convenient to hav...
by lls
July 18th, 2012, 5:23 pm
Forum: Tools
Topic: Problem concatenate several files
Replies: 14
Views: 12997

Re: Problem concatenate several files

Could you please share an example of a batch file to concatenate several data files if you have.
I would be very interested.
Thank you
by lls
July 18th, 2012, 8:00 am
Forum: Tabulation
Topic: Do we have manual or how-to on tabulation?
Replies: 2
Views: 5018

Re: Do we have manual or how-to on tabulation?

You should be able to find useful information on the CSPro User guide. It is quite complete (more then 500 pages).
Are you looking for specific information?
by lls
July 8th, 2012, 5:15 pm
Forum: Other
Topic: New Mendeley CSPro group
Replies: 0
Views: 37042

New Mendeley CSPro group

I started a free open group dedicated to CSPro on Mendeley (Mendeley is a reference manager and academic social network). I started to store PDF documents related to CSPro logic coding and how to create data entry applications. Feel free to join the group, add new papers and post comments and news a...
by lls
July 2nd, 2012, 12:40 pm
Forum: Entry
Topic: do varying (help)
Replies: 2
Views: 4174

Re: do varying (help)

Fantastic.

Thank you very much for your help.