Search found 104 matches

by Anne
March 12th, 2018, 2:25 pm
Forum: Synchronization
Topic: Sync problems: Can't log in from tablet..
Replies: 7
Views: 6301

Re: Sync problems: Can't log in from tablet..

Thanks for looking into my problems yet another time.. Of course I left the tablet at work, but I remember some of the error messages (They did vary a little).. Last one, I believe was actually "404 File not found error" (The whole html file was written in the log), but earlier I think it ...
by Anne
March 12th, 2018, 11:10 am
Forum: Synchronization
Topic: Sync problems: Can't log in from tablet..
Replies: 7
Views: 6301

Sync problems: Can't log in from tablet..

Dear all, We've been trying all day to get our application to work on Csweb, and right now, I have a feeling we're doing some very stupid error - like putting the files the wrong place.. So maybe somebody here can help? So, here's what I've done so far (After getting CSweb to work and trying multipl...
by Anne
February 11th, 2018, 2:08 am
Forum: Entry
Topic: Setting field programatically
Replies: 1
Views: 2504

Setting field programatically

This is so weird: It's something that I've done tons of times and never had problems with before.. And now I don see why it does not work: I use a external dictionary to read data that I want to fill into my application, then I want to put this data into some of my fields, say like this: LF_NORTH = ...
by Anne
February 6th, 2018, 5:30 am
Forum: Android
Topic: Census, listing and use of maps
Replies: 2
Views: 3460

Re: Census, listing and use of maps

I think I found the clever idea myself: 1) Create a flat file from the maps/register database containing gps coordinates, ID of building, owner, address etc.. 2) Use CSPro to capture GSP coordinate and look up (in a fuzzy way) the building in the flat file 3) Prefill the questionnaire with info from...
by Anne
February 6th, 2018, 3:44 am
Forum: Android
Topic: Census, listing and use of maps
Replies: 2
Views: 3460

Census, listing and use of maps

Hi, As we all know, a new round of census is coming up, and in my project, we're considering using tablets, cspro and maps to do the preliminary listing, and then use this again to create EAs. As we can't afford tablets for all enumerators, we will print maps and have questionnaires on paper for the...
by Anne
November 1st, 2017, 7:15 am
Forum: Entry
Topic: Reading data from previous month?
Replies: 1
Views: 2532

Reading data from previous month?

Today's callenge: I already have an application for collecting prices weekly, and to ensure good quality data, I want to check whether prices are in the range +- x% compared to last week. To do this, I made a copy of the dictionary and a startup-application. In the startup-appication I just copied t...
by Anne
October 30th, 2017, 10:13 am
Forum: Entry
Topic: Arabic in data files?
Replies: 1
Views: 2419

Arabic in data files?

Hi, I need help with my data files: Most of the data are of course "normal" latin numbers, but I have one field in a roster that is arabic text - which is of course from right to left, and it looks ok in the application, but the funny thing is that in the data files, the field before the t...
by Anne
November 9th, 2016, 12:07 pm
Forum: Editing
Topic: Delete occurence from roster
Replies: 1
Views: 3409

Delete occurence from roster

I'm trying to figure out how to delete a row in a roster in my batch edits. Anyone knows how?

(I know it's the last one I want to delete, so I tried to decrease maxocc, but as expected: this didn't work ;) )

Anne
by Anne
March 8th, 2016, 6:46 am
Forum: Entry
Topic: programmatically set whether a record is required?
Replies: 5
Views: 5028

Re: programmatically set whether a record is required?

I just discovered a big problem with Greg's approach at least on my android device: When setting a record to be not required, all the "yes"/"no" questions get an option added - it becomes "yes"/"no"/"not applicable" - and this is really not cool! (Th...
by Anne
March 8th, 2016, 3:58 am
Forum: Entry
Topic: programmatically set whether a record is required?
Replies: 5
Views: 5028

Re: programmatically set whether a record is required?

Yeah, I was planning to do it like that I just thought it would be more elegant if I could do it programmatically.. :) (and if I hadn't searched the manuals for it so that I was pretty sure the feature didn't exist, I would have expected it: There is already so much you can do programmatically, so w...