Posts by Mauro Silva • 11 points
3 posts
-
1
votes0
answers94
viewsQ: I need to automatically insert the value of a cell in my last input text "Txtgesamt" after the input text "Schriftlich" keyup event
Take the cell value of a Javascript table [Help] I need to insert the node value automatically into the last input text "Gesamt" after entering any value from the first vertical column, within the…
-
0
votes1
answer579
viewsQ: Take the cell value of a Javascript table
[Help] I need to enter the node value automatically in the last input text "Gesamt" after entering any value of the first vertical column, inside the input text "Mundlich" and the first horizontal…
-
0
votes1
answer339
viewsQ: Sqlite, check the exact difference between a date, time and minutes of the current date
I need to do a check between two dates, I need to check if the date, time and minutes of a field is greater than or equal to the current date, time and minutes, I am using the sqlite. SELECT * FROM…