Search found 55 matches

by Don
August 3rd, 2018, 10:46 am
Forum: Tools
Topic: Error on location mapper plugin
Replies: 4
Views: 4863

Error on location mapper plugin

I'm using CSPro 7.1.2 on Windows 10. I installed the location mapper plugin on the paradata viewer. Whenever I click on a point on the map, I get the following error. I also attached a screenshot. Is there any way around this? See the end of this message for details on invoking just-in-time (JIT) de...
by Don
July 27th, 2018, 3:12 pm
Forum: Android
Topic: Taking photos on the Navbar
Replies: 2
Views: 3051

Taking photos on the Navbar

Hi, I created two navbar buttons that would take a photo and display a photo for the current case. I would like the photo to be named with the ID items. However, when I take the photo, the photo name is blank even if I take it after entering the ID items. My code is below. PROC GLOBAL string photoDi...
by Don
July 24th, 2018, 2:42 pm
Forum: Android
Topic: Entry by Valueset label
Replies: 5
Views: 4524

Entry by Valueset label

Hi is there any way to lookup codes or enter using the valueset label in android? For example, say I have an occupation name and code (accountant, 2041), I would like to type "acc" and have the word "accountant" show up. Upon selecting accountant, the correct code, 2041, is enter...
by Don
June 6th, 2018, 5:18 pm
Forum: Synchronization
Topic: Error syncing from dropbox
Replies: 1
Views: 2638

Error syncing from dropbox

I'm using the following code to sync specific cases from dropbox: function synchroniseDAta() recode ME_ED => ME_PARISH; //sets parish to corresponding Enumeration district 1-181 => 1; 182-295 => 2; 296-335 => 3; 336-397 => 4; 398-418 => 5; 419-479 => 6; 480-508 => 7; 509-521 => 8; 522-532 => 9; 533-...
by Don
June 6th, 2018, 10:08 am
Forum: Entry
Topic: Setting the occurence label of a roster before entering the roster
Replies: 1
Views: 2278

Setting the occurence label of a roster before entering the roster

Hi, I want to display names of persons on the occurrence labels when opening a case that has been previously entered. This way I'll see names instead of population(1), population(2) etc when opening a case in android. I've tried the following: PROC PART_A //This is the level proc onfocus do i = 1 wh...
by Don
September 4th, 2013, 4:43 pm
Forum: Tabulation
Topic: Undefined values in tables
Replies: 1
Views: 4144

Undefined values in tables

Good day, What does it mean to have "undefined" values in a table? How can I manipulate or recode them? I've tried using the following in the tab logic but it doesn't seem to do anything. recode Age => Age; undefined => 999; endrecode; When I wrote similar code to recode "not applicab...
by Don
August 8th, 2013, 11:32 am
Forum: Tabulation
Topic: Table row heights
Replies: 4
Views: 7571

Re: Table row heights

Thanks. The machine where it is working has the same PDF print driver and OS as the others. I'll have to fool around with the print driver settings to see if something is missing. I was hoping that there was another way to change the row heights.
by Don
August 7th, 2013, 3:16 pm
Forum: Tabulation
Topic: Table row heights
Replies: 4
Views: 7571

Re: Table row heights

Hi savy, thanks for the reply. The second screenshot that I attached in the original post is what I see in the print preview. I do get the vertical re-size arrow when I hover over the row stubs. However, since I cannot see any of the text, it is quite impossible to know which row I'm re-sizing and b...
by Don
August 6th, 2013, 2:05 pm
Forum: Tabulation
Topic: Table row heights
Replies: 4
Views: 7571

Table row heights

I'm using CSPro 4.1. When creating tables, I'm able to resize the row heights and column widths, however, when I print to PDF the resulting document doesn't have the same column/row sizes as the source tables. I know that the column widths can be manipulated in the print preview. But it's not as sim...
by Don
June 18th, 2013, 5:54 pm
Forum: Tabulation
Topic: Find households that have no head
Replies: 1
Views: 3997

Find households that have no head

HI, I'm not sure how clearly I can explain. I have a number of households each of which should have only one head as long as it is occupied. I'm trying to figure out if there are any occupied households that don't have a head. However, each occupied household might have a number of persons (spouse, ...