Posts by gustavo.491 • 15 points
6 posts
-
0
votes1
answer264
viewsA: How to insert value in Ionic input 3
With the help of Leandrade, I managed to solve my problem, I put in the input code ngModel, getting like this: <ion-input [(ngModel)]="myvariable" type="text" formControlName="login"…
-
0
votes1
answer264
viewsQ: How to insert value in Ionic input 3
Good afternoon guys, I have a question and so far I have not found any solution, I need to pass a value from the database to the input on the login screen, but I did not find how to do this. My code…
-
-1
votes1
answer66
viewsQ: Include icons on modal buttons
Good afternoon, I am creating a modal that is already with all the perfect functionalities, but I need to include in the buttons the accept and cancel icons to leave more didactic for the user, but…
-
0
votes5
answers97
viewsA: Doubt with Select using ORDER BY
The solution I found was to include an update date field in the first table, and then with select, the Join Inner I put in for the two dates to be the same as the code and it worked perfectly.…
-
0
votes5
answers97
viewsQ: Doubt with Select using ORDER BY
I’m trying to make a SELECT so that it displays from the second table only the most recent record. I tried to do it using GROUP BY and ORDER BY, but with the GROUP BY mine SELECT does not work, only…
-
1
votes1
answer44
viewsQ: Doubt in Select
I have mysql database with some registered information and I need to search through a select Championship and Modalities that a person has no link, but I have tried several ways and I could not…