Search found 1794 matches

by Gregory Martin
March 27th, 2018, 10:40 am
Forum: Other
Topic: Changing to CSPro v7
Replies: 22
Views: 17849

Re: Changing to CSPro v7

The name of your data file is stored in the .pff file that you copy to the Android tablet (along with the .pen file). When you create that file on Windows and select a CSPro DB file, then that same kind of file will be created on the tablet.
by Gregory Martin
March 27th, 2018, 10:33 am
Forum: Tools
Topic: Exporting from Data Viewer
Replies: 1
Views: 3072

Re: Exporting from Data Viewer

I think you've run into a limitation with the Export Data tool. Not too many people use it to export to CSPro format, so the people who designed this tool probably didn't consider your scenario. If you look at the batch code that is generated to run the export, you'll see this: EXPORT TO cspro_expor...
by Gregory Martin
March 27th, 2018, 6:58 am
Forum: Other
Topic: Notification when a post is answered
Replies: 4
Views: 5440

Re: Notification when a post is answered

We had to rework some of the email settings a couple weeks ago to address an issue with bounceback spam. It's possible that emails aren't going out to anyone now. We'll take a look at it. My approach is to visit the forum, select "Quick links," and then select "New posts." That'l...
by Gregory Martin
March 26th, 2018, 10:43 am
Forum: Other
Topic: Hash value for a file or folder
Replies: 2
Views: 8063

Re: Hash value for a file or folder

You can generate a MD5 hash for a file using the diagnostics function. See more here:

http://www.csprousers.org/help/CSPro/di ... ction.html
by Gregory Martin
March 26th, 2018, 10:39 am
Forum: Android
Topic: setocclabel with two variables...
Replies: 6
Views: 5463

Re: setocclabel with two variables...

You need to reverse the order of NET/strip. It can be helpful to debug problems when you write your code more explicity. For example:
string occ_label = strip(S2Q1(i)) + " " + strip(NET(i));
setocclabel(SECTION2000(i), occ_label);
by Gregory Martin
March 23rd, 2018, 2:41 pm
Forum: Other
Topic: Multiple message files
Replies: 1
Views: 2685

Re: Multiple message files

It is documented in the second paragraph here:

http://www.csprousers.org/help/CSPro/me ... e_mgf.html

You will have to edit your other message files outside of the CSPro designer.
by Gregory Martin
March 23rd, 2018, 2:29 pm
Forum: Other
Topic: Using Different Languages
Replies: 1
Views: 2538

Re: Using Different Languages

The language name can be anything that you want. If you want the language to automatically be set by CSPro when you run your application, then you need to label it according to the two-letter ISO code. Suppose I have a tablet that is in French mode. If I have any languages defined as FR and there is...
by Gregory Martin
March 20th, 2018, 9:12 am
Forum: Entry
Topic: Different behaviors using Windows and Android
Replies: 4
Views: 4147

Re: Different behaviors using Windows and Android

When we built the Android version, we decided to ignore the AutoAdd feature, which on the desktop means that cases will be added continuously. If time is really a concern, you could restructure your application so that you use an external form to collect data. You could launch that from the menu app...
by Gregory Martin
March 20th, 2018, 9:07 am
Forum: Synchronization
Topic: CONVERTING .dat FILE INTO EXCEL
Replies: 1
Views: 2972

Re: CONVERTING .dat FILE INTO EXCEL

You can use the Export Data tool to export your data to "Comma delimited (.csv)" format. You can then open that exported data directly in Excel.
by Gregory Martin
March 20th, 2018, 9:00 am
Forum: Synchronization
Topic: Error Uploading Dictionary
Replies: 4
Views: 4246

Re: Error Uploading Dictionary

Try zipping the dictionary and attaching it. The .dcf file extension may not be allowed as an upload.