Posts by Gustavo Freire • 123 points
11 posts
-
0
votes0
answers1197
viewsQ: Click on Button with VBA
Good morning, I have a macro that accesses a site, enters the data and performs research, but I’m not able to make you click the "Query" button, could anyone help? Follows page HTML and macro code;…
-
1
votes1
answer21
viewsQ: Send more than one record to the same register in the Database
I have dependency registration with the form sending correctly to the BD. I have come across the problem that I have not noticed that the worker may have more than one dependent, I would like to…
-
0
votes1
answer844
viewsQ: Create HTML list with SQL query return
I need to return the query SQL on a list HTML. In the precise case of line with "affiliate" and "name", the query below, returned correctly the requested data, but now I need to put this data one…
-
1
votes0
answers44
viewsQ: Mysql for Excel
I connect to the BD, click but when editing the folder is password protected. I tried to enter the BD password and nothing. Someone had that problem, could give a help?…
-
1
votes2
answers1889
viewsQ: Country and code list
I’ve searched a lot of places, and I can’t find it. If someone has or knows where I can find a javascript that brings COUNTRY + COUNTRY CODE, could you help? I need for the E-social project, as…
javascriptasked Gustavo Freire 123 -
0
votes2
answers1993
viewsQ: How to align label next to input
I would like to know how to leave the label, for example "CNH" next to the input, as follows in the image the Labels are distorted!…
-
0
votes0
answers184
viewsQ: Print organized values
Talk personal, all right? I have this code, I would like to know how I can print the values, only one below the other and each one inside a respective box. <?php $a= [1,4,6,9,10,12]; $b=…
phpasked Gustavo Freire 123 -
0
votes0
answers341
viewsQ: Choose different files and print at once
Good afternoon guys, all right? I wonder how I could be creating a script to receive PDF, DOC, XLS files... and print them all at once (send to print) instead of opening one by one and printing.…
-
1
votes2
answers83
viewsQ: Screen to enter values
I have this code and I would like to create a screen for the user to enter values and they are inserted in their answers arrays, CREDITO (array a) and DEBITO (array b) and create a button to run the…
-
7
votes2
answers318
viewsQ: Separate values from each array
Good morning, everybody, all right? I have the code that prints the different values found in 2 arrays and these values are saved in the different variable ($different) I need to know how to print…
-
1
votes2
answers618
viewsQ: Compare arrays
Good afternoon. I would like to know how I can be comparing two arrays and keeping each pair of value found and print the numbers that were left without pair. Ex: a) 1,2,3,4,5 b) 1,3,5,6,7,5,3 It…