Posts by Jramón Esthavhus • 66 points
7 posts
-
0
votes1
answer143
viewsA: can’t assign to Property "Validator" on "selectAnimal": not an Object"
Formgroup and Formcontrol are classes used to manage a group of inputs or an input, respectively. Are implementations of Reactive Forms that is a way to work with forms without 'filling' the…
-
0
votes1
answer159
viewsA: Wrong icon on angular Stepper mat
It may not be the most intuitive, but... when Material Step is editable (Editable), which is the default, after completing the step and triggering the next step, the previous one gets the "Edit)…
-
1
votes1
answer158
viewsA: Error generating production report - Reportviewer Version 11
Some DLL’s are required on the server for the operation of Report Viewer, when deploying in addition to the DLL’s you have already included try adding the following:…
-
0
votes1
answer1028
viewsA: Popular Canvas Chart with Database List
Mounting a Dashboard chart from the database will need integration and data transformations across your system layers. Starting from your example and considering that you are using Asp.net mvc by…
-
1
votes1
answer1094
viewsA: javascript error Cannot read Property 'value' of null
You need to continue using Clientid within If. There’s a difference between document.getElementById("txtDistribuir") document.getElementById("<%= txtDistribuir.ClientID %>" The first searches…
javascriptanswered Jramón Esthavhus 66 -
0
votes2
answers278
viewsA: Javascript.push() inserts variable instead of variable value
Interpreting the code: 1 - The details array is receiving an Object every iteration 2 - The Object is being built with a property named 'mes' with a value 'number' I found this practical output but…
javascriptanswered Jramón Esthavhus 66 -
0
votes1
answer140
viewsA: Html2canvas ASP.NET Core
Whereas you are only using NPM, there are some possibilities to use the downloaded Packages. Note that downloading Packages is just one of the tasks that NPM offers to optimize repetitive tasks when…