All Questions

1
answer

Show hidden items in HTML With js

Cordial Greeting. What I want to do is the following: I have the following form: <div class="field"> <label for="name">Codigo Coordinador<span class="required">*</span></label> <div class="input...
asked on 01.10.2018 / 16:26
1
answer

jquery wizard form step

hello community I have a small problem I'm trying to make a step form without any library and for that I'm using animate and some effects ... in the html I have these 3 fieldeset with some inputs to fill and inside they have a button ne...
asked on 28.09.2018 / 19:06
3
answers

How can I connect to a web database from my PC?

Well this case had not been presented to me until now, it turns out that I have an acquaintance who bought a domain (from him) and separated me a space (so to speak) on his server. I have my web hosted, I'm just going to start developing what's...
asked on 22.09.2016 / 15:28
1
answer

How to send more than one query in a reportDataSource.Value for reportviewer?

I have the following code as an example: ReportDataSource reportDataSource = new ReportDataSource(); reportDataSource.Value = query; I currently send a query to .rdlc in a table, but I would like to know how to send more than one query or a...
asked on 26.09.2016 / 01:42
1
answer

No values specified for some parameters (EXCEL / VB.NET / OLEDB)

Very good community! The following problem I had experienced before when I made modifications (UPDATES) to the excel sheet, but I always found some solution ... but ... not now ... and the funniest thing that I am following to the letter The ste...
asked on 18.09.2016 / 17:59
1
answer

Upload images in PHP

I am working on a database to show images. I am preliminarily occupying XAMPP. I took a code from the web but I can not make it work. I think I know where the problem is but I can not solve it. The code throws an error:    Fatal error: Cal...
asked on 26.09.2016 / 23:06
2
answers

Color a Google Calendar event

I am creating events in the Google calendar and I want to assign a specific color to the event, but I do not get it, I get the color of the calendar. The code I use is the following, which creates the event perfectly. public static long ad...
asked on 19.09.2016 / 14:36
1
answer

Refresh $ scope of angular in a jQuery function

I have an angular controller and I need a jQuery function inside this one that is responsible for knowing if the user was inactive for x seconds. Here I show you the code that I have: var modulo = angular.module('appModule',[]) .controlle...
asked on 27.09.2016 / 23:56
1
answer

Why do I create the properties in the wrong scope between parent and child controllers?

Good morning. The case is this, I have this html view: <!-- VISTA HOME/INDEX --> <div ng-controller="generalView" class="index"> <!-- as vm --> <div class="container-fluid mainContainer"> <div clas...
asked on 29.09.2016 / 14:11
2
answers

Show results of a RealmResults in a Recyclerview (Android)

I'm trying to create an adapter to display data in a RecyclerView , but that your data provider is using the database system realm.io , that is, populate the RecyclerView from the result RealmResults of a query, list of...
asked on 27.09.2016 / 20:57