Search found 1794 matches

by Gregory Martin
March 15th, 2014, 8:47 pm
Forum: Entry
Topic: Gps function and Windows Sensor and Location
Replies: 4
Views: 4615

Re: Gps function and Windows Sensor and Location

Have you tried something like this? http://gis.stackexchange.com/questions/78857/how-to-make-work-tablet-integrated-gnss-gps-on-windows-8-with-qgis The problem, for now, is that we can't update CSEntry to work with these new APIs as it will then having a problem running on older versions of Windows....
by Gregory Martin
March 10th, 2014, 5:16 pm
Forum: Entry
Topic: System Controlled vs Operator Controlled "Entry Path"
Replies: 1
Views: 2718

Re: System Controlled vs Operator Controlled "Entry Path"

No, it is not possible. The whole purpose of system controlled mode is to have the path. What features of Operator Controlled mode do you want while maintaining a path? You may be able to get them in System Controlled mode with some programming.
by Gregory Martin
March 4th, 2014, 10:17 pm
Forum: Entry
Topic: Error: A 2020 probably from find() function!
Replies: 4
Views: 3958

Re: Error: A 2020 probably from find() function!

Pierre,

I can't immediately see anything wrong in your code, though that doesn't mean that there isn't a problem. Can you send me your application (csprousers@gmail.com)? ALT_DICT, I assume, is an external dictionary?
by Gregory Martin
March 4th, 2014, 8:01 am
Forum: Entry
Topic: problem with "other" field at the end of a questionnaire
Replies: 5
Views: 5197

Re: problem with "other" field at the end of a questionnaire

This is a bug with the multiline (or the remove-tickmarks) text box. If you disable that option, you'll see that CSPro doesn't crash.

We'll fix this for our next beta. Thanks for pointing it out.
by Gregory Martin
March 4th, 2014, 7:49 am
Forum: Entry
Topic: concatenation of two PRN files
Replies: 2
Views: 3515

Re: concatenation of two PRN files

What you did is not what I was thinking about. If you PRN file is too long, you can split half the columns into one file: Val1,Val2,Val3 And the other columns in another file: Val4,Val5,Val6 You can just read in the files as text files (using the fileread command, not loadcase), and manipulate them ...
by Gregory Martin
March 1st, 2014, 11:32 am
Forum: Entry
Topic: Add, Modify Mode
Replies: 8
Views: 7641

Re: Add, Modify Mode

You're right that demode returns 2 but it says ADD in the status bar. I'll take a look at this when I return to the U.S. next week. I'm guessing that it's a bug. When resuming from a partial save, demode should return 2 up until the point that you hit the field that you stopped at, at which point it...
by Gregory Martin
March 1st, 2014, 9:57 am
Forum: Entry
Topic: Width of PRN file
Replies: 1
Views: 2857

Re: Width of PRN file

This is a limit with Excel. It maxes out at 240 characters: http://support.microsoft.com/kb/249885 Can you reduce the width of some of your columns? Or, you could: 1) Save out half the columns to one file. 2) Save out the other half to another file. 3) Write a CSPro batch application that would read...
by Gregory Martin
February 25th, 2014, 7:37 am
Forum: Entry
Topic: Add, Modify Mode
Replies: 8
Views: 7641

Re: Add, Modify Mode

Hey Arshad,

I'm just now getting around to reviewing some old posts. Are you still having a problem with this?
by Gregory Martin
February 25th, 2014, 7:35 am
Forum: Entry
Topic: export data problem
Replies: 7
Views: 9938

Re: export data problem

Akimy, Another person working with Chinese data has informed me about the problems that he had reading Chinese data in SAS. I worked on making the Export Data tool Unicode compliant, but I don't have a version of SAS that reads Chinese characters properly, so it is hard for me to know how to fix the...
by Gregory Martin
February 25th, 2014, 7:20 am
Forum: Entry
Topic: Copy Questionnaire ID from PFF file
Replies: 6
Views: 7653

Re: Copy Questionnaire ID from PFF file

What exactly are you trying to do with MySQL?