Search found 619 matches
- January 26th, 2018, 5:32 pm
- Forum: Tools
- Topic: DataViewer and decimal point
- Replies: 5
- Views: 6946
DataViewer and decimal point
Hi folks, I´m having a problem with fields having embedded decimals. Attached two files, one is the result of a data entry (csdb), and the other is a conversion to dat. In dataviewer, looking to the csdb file, the fields latitude and longitude appear with the decimal point in the wrong place (see re...
- January 26th, 2018, 10:17 am
- Forum: Entry
- Topic: A menu to choose the household to be interviewed
- Replies: 6
- Views: 8081
Re: A menu to choose the household to be interviewed
I don´t think this will solve my problem. I don´t think I explained it well enough Let´s figure out the following scenario: 1. In order for the thing to work, when starting the menu, it has to clear the setting, when he calls csentry with the menu. 2. The interviewer then chooses to do an interview,...
- January 25th, 2018, 4:48 pm
- Forum: Entry
- Topic: A menu to choose the household to be interviewed
- Replies: 6
- Views: 8081
Re: A menu to choose the household to be interviewed
Now I have two applications working, the menu and the data entry. The menu calls the data entry passing the questionnaire number and other info in the pff file. After finishing entering data, I want to pass back to the menu the result of the interview of that questionnaire, to store it into the data...
- January 24th, 2018, 9:29 am
- Forum: Other
- Topic: GPS in windows
- Replies: 1
- Views: 3547
GPS in windows
Is there a way to call the google maps, in Windows, such as the
execsystem("gps:38.84839,-76.931098");
in mobile?
execsystem("gps:38.84839,-76.931098");
in mobile?
- January 24th, 2018, 9:02 am
- Forum: Synchronization
- Topic: csweb starting from scratch
- Replies: 13
- Views: 35939
Re: csweb starting from scratch
Thanks, Josh,
Everything is working now.
A tiny detail in the Synchronization from Logic example:
The HouseholdQuestionnaire.pff has
ShowInApplicationListing=No
instead of Never or Hidden. (Maybe the default is Always). That might be the reason it always showed up in my phone.
Everything is working now.
A tiny detail in the Synchronization from Logic example:
The HouseholdQuestionnaire.pff has
ShowInApplicationListing=No
instead of Never or Hidden. (Maybe the default is Always). That might be the reason it always showed up in my phone.
- January 24th, 2018, 7:16 am
- Forum: Synchronization
- Topic: csweb starting from scratch
- Replies: 13
- Views: 35939
Re: csweb starting from scratch
Hi Josh, Step by step I´m going there. 1The synchronization worked well. In my browser I looked at the Data and the questionnaires are there. I could also download them directly, using the download button, which generated a pff, that, when executed, it downloaded the questionnaires to my download ar...
- January 23rd, 2018, 8:00 pm
- Forum: Synchronization
- Topic: csweb starting from scratch
- Replies: 13
- Views: 35939
Re: csweb starting from scratch
Hi Josh, Finally a friend of mine helped me with the apache configuration. The problem, just for you to know and probably to help other users, was in the httpd-vhosts.conf installed by the wampserver, where it says Require local (comment this line, 10) and write Require all granted. Now the synchron...
- January 23rd, 2018, 1:09 pm
- Forum: Synchronization
- Topic: Batch synchronization
- Replies: 6
- Views: 6202
Re: Batch synchronization
This will work only using CSWeb, not dropbox, is in´t it?
- January 23rd, 2018, 9:02 am
- Forum: Synchronization
- Topic: Batch synchronization
- Replies: 6
- Views: 6202
Re: Batch synchronization
I´m sorry, I think I posted it wrong. I was thinking about an application that is driven by a menu, which uses a cspro file with a list of possible addresses. After executing the interviews, this cspro file with the list of the addresses is updated with the results of the interviews. In the synchron...
- January 22nd, 2018, 1:29 pm
- Forum: Synchronization
- Topic: Batch synchronization
- Replies: 6
- Views: 6202
Batch synchronization
Hi folks, Is there a way to do a synchronization from the interviewer to the server for all the collected questionnaires at the end of the day? Or do you have to do it in a one-by-one basis? For example, the interviewer does the data collection for several households, and then, at the end of the day...