Posts by O Estudante • 51 points
4 posts
-
1
votes1
answer307
viewsQ: Name columns with value returned from Select
I am trying to rename SELECT column with the value returned from another SELECT. Ex: SELECT ID, NOME, QUANTIDADE AS QTDE_4 FROM TESTE Where in QTDE_4, 4 would be the current month. I tried to put…
-
3
votes1
answer251
viewsQ: Capture the username logged in to Windows by IE 11
I need a code that captures the username logged in to windows. I know it’s possible to do Activex, but only works for versions of IE 7 down. I am also aware that there are java functions like…
-
0
votes1
answer307
viewsA: Carry out consultation with Modal
Problem solved, if anyone in the future has the same problem I am leaving my solution below. <script type="text/javascript"> $(document).ready(function(){ $('.view_data').click(function(){ var…
-
1
votes1
answer307
viewsQ: Carry out consultation with Modal
Hello, good afternoon. I am creating a registration and consultation system, in the query part, within a table it lists the amount of proposal according to the situation. Only that I want that by…