Posts by Vitor Ezequiel • 17 points
4 posts
-
1
votes0
answers40
viewsQ: Popular another array with the result of a search
I need to get the object array after the search I do with ng2-search-filter. Below where I have the input of my search already working, and I want to pass the result every time it is typed (keyup)…
-
0
votes1
answer77
viewsQ: Take bank dice and play in a select
Here I take all the employees of the company (this is correct, I already do on another page of the application and pull the data straight by . getFunctionaries) setConsultores(){…
angularasked Vitor Ezequiel 17 -
0
votes1
answer500
viewsQ: Variable value in the middle of an html LINK
The idea is to pass a phone number on the link to direct call on Whatsapp: <a href="https://api.whatsapp.com/send?phone=+55'NUMERO'&text=blablabla"> Buttons and the like are already made,…
-
0
votes1
answer429
viewsQ: Add SQLITE data in Java
Guys, I’m having a problem I’m having trouble solving in Java. The intention is to connect to a database SQLite. But I’m having trouble inserting it. Take a look at the code, please. package…