Re: [Dhis2-users] Populating data from Excel to DHIS2 Data Entry Web Form with Internet Explorer

2017-10-26 Thread Damasceno Lopes
Thanks Morten, After hit the change event on the fields the data values are now saved/persisted. *Damasceno Lopes, MSc* *Health Information System Officer* Friends in Global Health, Mozambique *+258844626770 <+258%2084%20462%206770>* | *+258829502145 * [image:

Re: [Dhis2-users] [Dhis2-devs] Populating data from Excel to DHIS2 Data Entry Web Form with Internet Explorer

2017-10-26 Thread Knut Staring
Given the widespread knowledge of VBA coupled with the huge trove of legacy data in Excel and the continued use of Excel for offline data collection, it could be nice to add an appendix to the documentation with code snippets to import data directly from Excel to the API, in addition to the R

Re: [Dhis2-users] [Dhis2-devs] Populating data from Excel to DHIS2 Data Entry Web Form with Internet Explorer

2017-10-26 Thread Jason Pickering
You may also want to consider just making the HTTP request, instead of working with the form itself https://support.microsoft.com/en-us/help/301102/how-to-make-a-get-request-by-using-visual-basic--net-or-visual-basic-2 The DHIS2 dataValue API is documented in here

Re: [Dhis2-users] Populating data from Excel to DHIS2 Data Entry Web Form with Internet Explorer

2017-10-26 Thread Morten Olav Hansen
Hi there To make sure that the data values are saved, you need to trigger the "change" event on each field. https://github.com/dhis2/dhis2-core/blob/master/dhis-2/ dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web- dataentry/javascript/form.js#L538 -- Morten Olav Hansen Senior Engineer,

[Dhis2-users] Populating data from Excel to DHIS2 Data Entry Web Form with Internet Explorer

2017-10-26 Thread Damasceno Lopes
Hi! I’m trying to populate data from Excel to DHIS2 Data Entry Web Form using VBA code in Excel with Internet Explorer, the data goes to form but not persisted to database. Anyone already try to do that? The VBA code, tested to fill form in the demo instance: 'Before run this Macro make

Re: [Dhis2-users] DHIS2 - Importing GIS Coordinates for Organization unit

2017-10-26 Thread Knut Staring
Omer: Points or polygons? Do you see the coordinates in your organisationunit table? On Thu, Oct 26, 2017 at 9:50 AM, Omer Butt wrote: > Hi, > > I have successfully Completed the process of importing polygon coordinates > for GIS App. > > Steps Done. > > 1. Download

[Dhis2-users] DHIS2 - Importing GIS Coordinates for Organization unit

2017-10-26 Thread Omer Butt
Hi, I have successfully Completed the process of importing polygon coordinates for GIS App. Steps Done. 1. Download Shape file of my country 2. Convert Shape file to GML 3. Import GML to DHIS 2. Below Image is shown. But cannot update coordinates. Also not shown in GIS App. Why lat