Posts by Felipe Deguchi • 181 points
5 posts
-
0
votes1
answer76
viewsA: PHP is not returning query data
Probably the name column should be filled with accented fields (Ex. Paraná). First, try to remove the column name is see if it returns any results. If you return try to add in your want the…
-
0
votes1
answer67
viewsA: View photos by Repeater with sql server Using split
In the method carregarInformacoes() you are loading the full path values into an array, then you are creating a List of ListItem, that you’re not carrying, and then you’re calling that list. Instead…
-
0
votes4
answers1343
viewsA: Plugin bootstrap-material-datetimepicker disable days of the week
Looking at their Git documentation, they don’t have this feature. What you can do is open an "Issue" for them: https://github.com/T00rk/bootstrap-material-datetimepicker/issues Until then, what you…
-
3
votes2
answers4896
viewsA: Jquery Datatables - Pagination Number Quantity
You can change the number of pages that appear by changing the variable jQuery.fn.dataTableExt.oPagination.iFullNumbersShowPages, which by default is 5. Ex.…
-
1
votes1
answer135
viewsQ: Perform UNPIVOT in Excel to import in Access
I have a table with the following format: As the first column and the first row are code fields, I need it to be in the following format, for import in MS Access: It is possible to do it manually,…
excelasked Felipe Deguchi 181