Search found 2399 matches

by josh
April 12th, 2017, 11:25 pm
Forum: Synchronization
Topic: CSPro7 Failed to connect
Replies: 6
Views: 6627

Re: CSPro7 Failed to connect

There are no special requirements to connect to the server. It is the same as connecting to a website using a browser. Show the tech support team that you can't connect using a browser.
by josh
April 12th, 2017, 10:42 am
Forum: Editing
Topic: Batch to catch spesific Case ID
Replies: 10
Views: 12229

Re: Batch to catch spesific Case ID

Remove the "not"
by josh
April 11th, 2017, 2:01 pm
Forum: Editing
Topic: Batch to catch spesific Case ID
Replies: 10
Views: 12229

Re: Batch to catch spesific Case ID

You can use the skip case command to skip the cases that you don't want:

Code: Select all

if not case_id in 1, 3, 10, 50, 97 then
   skip case;
endif;
by josh
April 11th, 2017, 10:48 am
Forum: Editing
Topic: Batch to catch spesific Case ID
Replies: 10
Views: 12229

Re: Batch to catch spesific Case ID

What do you mean by "catch"? Do you want to print out those cases? save them to the output file?
by josh
April 9th, 2017, 2:17 am
Forum: Entry
Topic: New cspro 7 startup error in android
Replies: 7
Views: 6656

Re: New cspro 7 startup error in android

That is strange. That error comes when the file is read only or another program has the file open. I'm assuming that the file is in the csentry directory so it should be writeable and the only program using should be CSEntry. Maybe after a crash the file is still open. Try rebooting the tablet to se...
by josh
April 9th, 2017, 2:06 am
Forum: Entry
Topic: Dictionary Changes during Data Entry Process
Replies: 2
Views: 3403

Re: Dictionary Changes during Data Entry Process

When you change the length of dictionary variable or add a new dictionary variable in the middle of a record after starting data entry this changes the start positions of the variables that follow causing your data to no longer match your dictionary. You will need to reformat the data BEFORE you con...
by josh
April 7th, 2017, 10:32 am
Forum: Entry
Topic: New cspro 7 startup error in android
Replies: 7
Views: 6656

Re: New cspro 7 startup error in android

The menu program you posted launches fine on my phone. Try deleting the data file (HealthExtention.csdb) from your tablet/phone and try launching it again.
by josh
April 6th, 2017, 3:00 am
Forum: Tabulation
Topic: Automatic concatenate file
Replies: 1
Views: 4483

Re: Automatic concatenate file

You can automate the concatenate data tool by writing a pff file. See "Run production concatenation" the help for the concatenate tool. If you put all your data files in the same directory then you can use wildcards in your pff file. For example if your data files are the directory DataFil...
by josh
April 5th, 2017, 5:34 pm
Forum: Entry
Topic: New cspro 7 startup error in android
Replies: 7
Views: 6656

Re: New cspro 7 startup error in android

Can you post the app?
by josh
April 4th, 2017, 10:18 pm
Forum: News
Topic: PNC file based Dropbox will stop working in June 2017
Replies: 0
Views: 39124

PNC file based Dropbox will stop working in June 2017

The Dropbox data synchronization in versions 6.0-6.3 of CSPro uses an application programming interface that Dropbox is no longer supporting. Dropbox will be shutting down this service in June 2017 which means that you will be no longer able to use Dropbox synchronization starting in June. https://b...