All Questions

1
answer

Help Json Objects browse and display DOM JavaScript

I need help, I do not know how to get this out  If you click on a region you should appear next to the capital in red and below in different sub-lines all the populations ordered alphabetically (which you will ALWAYS get from the JSON) • Coma...
asked on 03.03.2018 / 15:04
1
answer

Display data in ListView in reverse

I have a ArrayList of type ArrayList v_DtCajasTarimasLista and every time I enter new data they are added correctly and they are shown in the ListView, but what happens is that the last record entered appears to the bottom of the ListView an...
asked on 05.03.2018 / 20:23
2
answers

How to update several fields of a table based on a subquery in MySQL?

What I basically want to do is, update precio_preparación of my table platillo , based on the total thrown by my subquery, which is stored in a temporary table. Practically what my temporary table shows is the following:...
asked on 05.03.2018 / 23:37
1
answer

Problem redirecting the / slash at the end (/) .htaccess

The url of the product categories end in / But the products themselves do not, so when adding this rule: # si no existe un archivo que coincida con la solicitud... RewriteCond %{REQUEST_FILENAME} !-f # y si no termina con una barra, re...
asked on 02.03.2018 / 15:39
1
answer

mkdirs () do not create folders on my sd card

Good morning programmers ("the magicians"). I'm going to the following: I need to create files on the SD card, whenever I try to create it ends up creating it in the memory of the phone and not in the external SD. My code is as follows: String...
asked on 09.03.2018 / 12:06
2
answers

How can I change the format of a date in SQL Language?

I am working with the HR SQL database (ORACLE), and I would like to know how to change the date format Current format 06/17/03 Future or expected format June 17, 2003
asked on 08.03.2018 / 13:46
1
answer

Configure .htacces to access a file?

I have a symfony project in my root directory, and I have the following lines in my .htaccess <IfModule mod_rewrite.c> RewriteCond %{HTTP_HOST} ^mipagina.mx$ [OR] RewriteCond %{HTTP_HOST} ^www.mipagina.mx$ RewriteRule ^(.*)$...
asked on 26.02.2018 / 18:27
2
answers

WordPress child theme is not shown as the parent theme

I have made a child theme, creating the stlye.css and functions.php files. My theme has multiple * .css and * .php files. The issue is that I can not get the web to show up as the parent theme. Missing elements (mainly in the Homepage). I would...
asked on 08.03.2018 / 00:12
2
answers

Why can not I see set property 'innerHTML' of undefined?

Good I've been looking for the reason why I get this error. I have read that it is because of the location of the script and that it is recommended to put it at the end of the whole since the JS reading is from top to bottom, but even so the sam...
asked on 16.11.2017 / 00:25
2
answers

Crystal Reports Throw "E_NOINTERFACE" when you report.SetDataSource (ds);

Throw the Exception when creating a Report and pass it a Dataset : DataSet ds = new DataSet(); ds.Tables.Add(tabla); tabla.TableName = "tablename"; Rpt.MyRpt reporte = new Rpt.MyRpt(); reporte.SetDataSource(ds); The exception happe...
asked on 16.11.2017 / 19:28