Posts by Raphael Barauna • 95 points
7 posts
-
0
votes1
answer915
viewsQ: Check if page was loaded after button to be clicked
I have a button that calls other 4 buttons via jquery, each button opens a new tab and is in load state until the pdf is automatically downloaded, I need to check if this page has finished pressing…
-
0
votes1
answer63
viewsQ: Table mounted by input select
My problem here is that I mount a table through an array received by Ajax,have 2 problems: first Every time I select an item in select the Table should reset and take the new data, the way I did it…
-
2
votes1
answer1028
viewsQ: Send data from a dynamic table via ajax
I have a dynamic table, where I can add or remove a row, when I add a new row I can send that writing by the form... But not how much I try to send via ajax , just sends the first line. How right it…
-
0
votes0
answers891
viewsQ: Taking a row value from a column in the table with js
Well I have an editable table, where I only change the quantity, I already get the value of the first column and the last. I need to take the value of docEntry with java script but as I understand…
-
4
votes0
answers2049
viewsQ: Php Laravel with Jasper report
I’m using the framework, and jasperphp to generate the report, but I can’t pass the pro database, most use mysql to generate the report, only I’m using Mssql, someone give me a light with that…
-
1
votes0
answers96
viewsQ: Array list with equal values
Well I have a list of arrays that I bring of a query of the bank, within that query I have equal products, as I do to store in another array all the elements that are equal? array:6 [ 0 => {#209…
-
1
votes2
answers46
viewsQ: select com datetime mssql
I’m trying to select in ms sql but I can’t use datetime. $dataInicio = \DateTime::createFromFormat('d/m/Y', $input['data_inicio'])->format('Y-m-d'); $result = \DB::select('Select * from PESAGEM…