Posts by Andre Cabral • 11 points
6 posts
-
0
votes1
answer468
viewsQ: More than one cursor in the Mysql database
Do I need to run more than one cursor on the same precedent? This is possible? begin DECLARE done INT DEFAULT 0; declare v_dia, v_rotina int; declare v_hora time; declare v_saldo, v_valor…
-
0
votes0
answers42
viewsQ: How to manipulate the values of the curtime
Good morning, I need to make a comparison between a time that is saved in a table and the current time of the database, I am using the curtime(), but in the hosting I am using the hour is 2 hours…
mysqlasked Andre Cabral 11 -
0
votes1
answer75
viewsQ: Tableview saving selected lines
class ViewController: UITableViewController { let dias = ["Segunda-feira","Terça-feira","Quarta-feira","Quinta-feira","Sexta-feira","Sábado","Domingo"] var selecionados = [Bool]() override func…
-
0
votes1
answer59
viewsQ: How to add value of variables to the value of a saved variable in userdefaults
I will try to be objective, I need to save a variable that the value that is stored inside will be the text of a label and this value is changed when an input of another variable is performed. For…
-
0
votes1
answer389
viewsQ: Change Button label with typed value
I have an application that when I touch the button should open the keyboard and the value that the user needs to be inserted in the button label, I do not know how to do this, someone can help, in…
-
1
votes1
answer554
viewsQ: Change buton label by clicking and picking the entered value
Good afternoon, I have a button in my application that the value will be changed as the button is selected, must open a field for the user to type and consequently it takes the entered value and…