Posts by Lucas Tadeu • 71 points
4 posts
-
0
votes1
answer414
viewsQ: Change the color of menu items by hovering the mouse
all right? I’m having a problem with CSS, which is the following: When hovering over the other menu items, I need the color of the letter to change to white, and also when the menu is selected, the…
-
0
votes0
answers254
viewsQ: Error index was Outside-the Bounds of the array
I am trying to run my application, however, every time I click the record button the screen returns me this error! I’ve tried everything and I still can’t, what can it be? public void…
c#asked Lucas Tadeu 71 -
2
votes1
answer364
viewsQ: How to calculate the discount average in Mysql
I need to calculate the discount average per product in my table in Mysql, but my code is only running on average, how can I get it to give me the product and the discount average on top of this…
mysqlasked Lucas Tadeu 71 -
3
votes1
answer71
viewsQ: How do I filter the data downwards?
I’m trying to filter the data from a table I have on SQL from the highest value to the lowest, but I’m not getting anywhere with Mysql. Source code below select max(id_nf), min(quantidade *…
mysqlasked Lucas Tadeu 71