Search found 26 matches

by rcovane
March 3rd, 2016, 3:57 am
Forum: Entry
Topic: Help!!! CHECKBOX
Replies: 3
Views: 3770

Help!!! CHECKBOX

I'm trying to make a checkbox option to admite three answers. The problem is I have a set of answers and the clerk is supposed not to read them but let the interviewee say it and the clerk regist the answers. The solution I found is to make checkboxes so the clerk don't have the problem of moving fo...
by rcovane
February 23rd, 2016, 2:40 am
Forum: Entry
Topic: locking GPS coordinates
Replies: 12
Views: 9621

Re: locking GPS coordinates

That code is not working for me, what am I doing wrong? It shows this error " ERROR: Invalid character expression near line 17 in COORDENADAS procedure ". if visualvalue(LATITUDE) = notappl and COORDENADAS=1 then if gps(open) and gps(read, 60) then LATITUDE=gps(latitude); LONGITUDE=gps(lon...
by rcovane
September 21st, 2015, 6:04 am
Forum: Entry
Topic: Check box, how to determine selections
Replies: 11
Views: 14446

Re: Check box, how to determine selections

Dear Josh, I'm trying to implement check-boxes in my forms. I used some of the code you posted here and it worked. The problem is when I try to assign the result to other variables, it only assign when "other" is selected. Here is the simple application I'm testing in Multiple choice quest...
by rcovane
September 14th, 2015, 4:39 am
Forum: Entry
Topic: Dynamic change of data file name (Fileexist/Filerename)
Replies: 21
Views: 17980

Re: Dynamic change of data file name (Fileexist/Filerename)

Hey guys, I'm stuck with naming data files. What I want is the simplest way to name it. I want to give the data file-name based on the device name (I use Samsung tab - android). Let's say I named 5 devices from Device A to Device D. Could you send an example on how to do so? My mail address is roque...
by rcovane
September 8th, 2015, 10:32 am
Forum: Tools
Topic: How to Connect Two Different CSPRO Applicaiton
Replies: 2
Views: 4605

Re: How to Connect Two Different CSPRO Applicaiton

Wouldn't the case of using two dictionaries instead of applications? Something like using external dictionary and data file? More details on what you are doing would be better...
by rcovane
September 4th, 2015, 1:39 am
Forum: Feature Requests
Topic: Getocclabel feature
Replies: 4
Views: 6268

Re: Getocclabel feature

For key from paper desktop applications there is a good tutorial in the getting started guide in the online help. From CSPro open help, click on the contents tab, open "getting started" and you will see tutorial. If you want to print it out there is a PDF version on our website at http://...
by rcovane
September 3rd, 2015, 6:07 am
Forum: Feature Requests
Topic: Tracking (GPS), report generation
Replies: 15
Views: 19222

Re: Tracking (GPS), report generation

htuser wrote:You write a function do it and you evoke this user defined function inside whatever variable and it summary the whole case. So i write it before.
I already send to you a contact email.
Regards,
I was in a environment without network in the last day. I will send you an e-mail.

Thank you
by rcovane
September 3rd, 2015, 5:52 am
Forum: Feature Requests
Topic: Getocclabel feature
Replies: 4
Views: 6268

Re: Getocclabel feature

Export does not have an option to include the occurrence labels. You have a few options. 1) Write code in SPSS to add them based on the occurrence number. You can copy paste the occurrence labels from the CSPro designer to SPSS and then join the labels to the data cases. 2) Add an alpha variable to...
by rcovane
September 3rd, 2015, 5:35 am
Forum: Entry
Topic: How to capture Photograph in cspro
Replies: 20
Views: 34029

Re: How to capture Photograph in cspro

Did you use the code Josh gave? It works, I used the same one this weekend on some tests and I'm very happy with the results. It saves the photos in a folder I named "Pictures" and sets a specific name for each photo. Don't make many changes, the only change I recommend would be the variab...
by rcovane
September 3rd, 2015, 5:32 am
Forum: Entry
Topic: How to capture Photograph in cspro
Replies: 20
Views: 34029

Re: How to capture Photograph in cspro

Please, would you mind telling me how I can set these values? I really appreciate any explanation and it would be better if you copy a print of the setvalue page with these informations. Thank you. You add them the same way you would any value set to the dictionary. Click on the variable named &quo...