Posts by Guilherme G. Bitencourt • 11 points
7 posts
-
-2
votes1
answer45
viewsQ: QUERY SQL SERVER QUERY
I have a question how to proceed in this case, where I have a query that would need the nserie was ignored or showed only the 1 item of that SELECT ped.codfil, i.seqipd, i.codpro, p.codref,…
-
0
votes1
answer56
viewsQ: Problems with PHP Array
I’m trying to work with arrays but I’m having difficulty accessing the items or they see grouped or they generate several arrays, which I can’t access. CONTROLLER $listaDescontos =…
-
0
votes1
answer149
viewsQ: How to insert xml tag within a sql server table
I am trying to insert an XML tag that is allocated within a field in an SQL table (SQL SERVER) I am currently trying so but am unsuccessful: update UserData set tp_ColumnSet.modify('insert…
-
1
votes0
answers39
viewsQ: Problem with repeated data in PHP table
I have a doubt, when making a select to fill a field if it is equal to real it should fill ex: the item 1 in the value of 1 real the item 2 in the value of 2 and the item in the value of 3, however…
-
0
votes0
answers12
viewsQ: Datatableeditor link enable input only if selected
I have a question as to how to perform this procedure, I used the Datatableeditor and Ajax to achieve this modal. I need the calendar tied to the Training, Ex: Lecture -- displays the calendars for…
ajaxasked Guilherme G. Bitencourt 11 -
0
votes1
answer26
viewsQ: Problem with Data Lock datatable editor
{ label: "Data Nascimento:", name: "Cliente.DataNasc", type: "datetime", format: 'DD/MM/YYYY', def: function () { return new Date(); }, attr: { autocomplete: "off" } }, I need to put a range of 100…
javascriptasked Guilherme G. Bitencourt 11 -
0
votes1
answer67
viewsQ: Doubt with Laravel MVC
I made the presentation to the teacher of Pfc but she said I broke the mvc pattern, calling the sql in the controller, and asked to send it to the model and retrieve the query for the controller and…