Posts by Hilder • 17 points
5 posts
-
0
votes1
answer711
viewsQ: Check the frequency of records in the table
I have a table where are saved all services performed in several cars. The key is the car plate. A car can have more than one service performed per day. And for each service performed a new service…
-
0
votes1
answer1370
viewsQ: Network SQL Database Communication
I have an application working perfectly with the BD in a notebook. But I would like to be able to access this database with my application through another device. So I thought I’d do this network…
-
1
votes1
answer77
viewsQ: How does an led flash 1,100000 seconds with PIC?
I’m using the MPLAB IDE to simulate a flashing led for 1,100000 seconds. But I’m not getting it. It always goes for more or less. I wish you could give me a hint. Or some formula on how to calculate…
-
-2
votes3
answers12182
viewsA: Center table on latex page
Try using the following parameter in Begin{table}: \begin{table}[c] the parameter c is center, see if it works.
-
-2
votes1
answer360
viewsQ: Help to change values with onchange
Good afternoon, you guys! I’m trying to change a price according to the selected minutagem, but I’m not even getting through the function. I noticed this after using a alert right after the start of…