Posts by Anderson de Freitas Migloranza • 155 points
9 posts
-
0
votes1
answer279
viewsQ: Search in Fullcalendar.js
How to do that when typing a text in the input Fullcalendar.js it filters the content. I’ve tried the eventRender more not succeeded. document.addEventListener("DOMContentLoaded", function() { var…
fullcalendarasked Anderson de Freitas Migloranza 155 -
-1
votes1
answer74
viewsQ: Pick up Label Div Daughter Value
$(".Linha").on('click', function(){ // Como pegar o Valor da Parcela ao Clicar na Div }); // Como pegar o Valor da Parcela ao Clicar na Div <div class="Linha row align-vertical" style="height:…
-
1
votes0
answers198
viewsQ: How to consume json api with javascript?
[ { "_id": "5c31047849793040d06003f2", "title": "Amanda e Anderson", "slug": "Adicionar", "price": 58 }, { "_id": "5c3104aa49793040d06003f3", "title": "PPP", "slug": "deu certo", "price": 4550 }, {…
-
0
votes0
answers24
viewsQ: Insert as a result of a select, how can I do this on Oracle?
Someone can tell me how to record in the Oracle bank with Loop. When I run below it only saves the first record. INSERT INTO BURD_400 ( NIVEL, GRUPO ... ) SELECT…
oracle12casked Anderson de Freitas Migloranza 155 -
4
votes1
answer236
viewsQ: Difference between select a. or b
What’s the difference of doing the search by select a. or b.? Example: select --a.num_duplicata,a.data_prorrogacao,a.seq_duplicatas, a.cli_dup_cgc_cli9 as cgc9,a.cli_dup_cgc_cli4 as…
-
2
votes1
answer131
viewsQ: Return only part of the SQL field in the query
I wanted to return in the query only the values that are between parentheses in the table field. SELECT F2 FROM [dbo].[Vestcasa_Ranking_Produtos_Custo_] F2 Airtom..(635) paulo victo r.. (234)…
-
2
votes2
answers4251
viewsQ: How to make a percentage calculation on Oracle?
I can’t make a Select that can perform 1 ICI calculation on Oracle. Table VS01 Campos: PD = 001 TP = 100 reais ICI = 15 Select PD,TP,IPI, TP * IPI% AS TOTAL <<< aqui que não consigo…
-
0
votes2
answers192
viewsQ: Log in with Asp.net 4.5 (Entity Framework)?
How can I make a Select using Entity Framework, and check if the record exists ? Example: txtlogin.text txtsenha.text Login table. user camp password field valida() class created to execute the…
-
2
votes3
answers4358
viewsQ: ASP.NET Web Forms or MVC. What’s Best and Fastest?
I have Great Knowledge in Webform, but I see a lot of growth in MVC. Will Webform be extinct ? MVC is better than Webform.
asp.net-mvc-5asked Anderson de Freitas Migloranza 155