Search found 11 matches

by brunopare
21 Oct 2021, 08:44
Forum: Ajuda e Suporte Geral
Topic: Reinicar o loop e manter o valor da variável Topic is solved
Replies: 2
Views: 1712

Re: Reinicar o loop e manter o valor da variável Topic is solved

Muito obrigado era exatamente isso que eu precisava !!!!
by brunopare
15 Oct 2021, 10:31
Forum: Ajuda e Suporte Geral
Topic: Reinicar o loop e manter o valor da variável Topic is solved
Replies: 2
Views: 1712

Reinicar o loop e manter o valor da variável Topic is solved

Olá, eu tenho um código, onde dependendo da condição preciso que ele retorne o loop do começo porém mantenha o valor da variável

Ex:

Code: Select all

variavel := 1

loop{
if (condição = true){
 volta pro começo do loop com variavel valendo 2 
}
variavel := variavel +1 
}
Agradeço a ajuda
by brunopare
09 Aug 2021, 09:36
Forum: Ajuda e Suporte Geral
Topic: alguem me ajuda em uma image searsh
Replies: 1
Views: 1013

Re: alguem me ajuda em uma image searsh

Tente usar a função findtext.ahk. Dê um include nela em seu script, ao abri-la clique duas vezes com o botão direito do mouse para ele ver a imagem.
by brunopare
22 Jul 2021, 12:50
Forum: Ajuda e Suporte Geral
Topic: #Include - como importar scripts para meu script ?
Replies: 0
Views: 930

#Include - como importar scripts para meu script ?

Olá amigos, estou fazendo vários scripts para um processo aqui na empresa onde trabalho e estou com uma dúvida. O processo é dividido em vários subprocessos cada um com sua particularidade, acabei optando por fazer um script para cada subprocesso e no momento ja estou com 4. Eu vi em alguns scripts ...
by brunopare
19 Jul 2021, 15:35
Forum: Ask for Help (v1)
Topic: Open Outlook and access outbox (sent emails)
Replies: 0
Views: 241

Open Outlook and access outbox (sent emails)

Hi guys, i'm trying to create a script to get evidences from sent emails. But idk how to open outlook and acesses the sent emails folder. Someone can help me ? I saw a lot of topics talking about outlook with COM object, but i'm able just to open and create an email, this not the objective here. I n...
by brunopare
05 Jul 2021, 13:00
Forum: Ajuda e Suporte Geral
Topic: Erro 0x900A03EC AHK com EXCEL Topic is solved
Replies: 2
Views: 1557

Erro 0x900A03EC AHK com EXCEL Topic is solved

Olá amigos, antes de tudo gostaria de agradecer a este fórum pois o mesmo vem me ajudando muito no desenvolvimento de meus scripts :dance: No caso estou trabalhando em um outro script e tenho alguns problemas. Como podem ver no código abaixo possui 2 condicionais. A primeira condicional IF funciona ...
by brunopare
05 Jul 2021, 12:54
Forum: Ask for Help (v1)
Topic: ERROR 0X800A03EC ahk with excel
Replies: 1
Views: 241

ERROR 0X800A03EC ahk with excel

Hey guys, i'm here again, first i would to thanks for this forum, i finished my first ahk script. For now i'm working in a new scrip, and having some problems haha :D On the first if everthing is ok the variable material receive the value of column M , but, on the Else if i have a error ( attached )...
by brunopare
01 Jul 2021, 09:55
Forum: Ask for Help (v1)
Topic: Excel.range("").Value - Going wrong Topic is solved
Replies: 2
Views: 273

Re: Excel.range("").Value - Going wrong Topic is solved

Guy i got it, using the .Text i can get the real Value. Ex: Excel.Range("A" linhacontrole).Text.
But feel free to give me tips on how to deal with these situations :thumbup:
by brunopare
01 Jul 2021, 09:23
Forum: Ask for Help (v1)
Topic: Excel.range("").Value - Going wrong Topic is solved
Replies: 2
Views: 273

Excel.range("").Value - Going wrong Topic is solved

Hey guys, i'm having a little problem with .value function. On Excel i have the number 14 , but when i get this value using Excel.Range("A"control_row).Value, and send he returned 14,000. How i can get just the 14 number without the ",000" ?
by brunopare
25 Jun 2021, 08:49
Forum: Ajuda e Suporte Geral
Topic: Atrubuindo valor de uma célula do excel à uma variável.
Replies: 0
Views: 849

Atrubuindo valor de uma célula do excel à uma variável.

Olá amigos, estou com uma demanda para um grande script aqui no serviço e acabei empacando logo no começo dele :lol: . Basicamente preciso pegar algumas informações de uma planilha do excel e preenche-las em um formulário de outro programa. O problema ocorre quando eu tento atribuir o valor da sheet...
by brunopare
21 Jun 2021, 09:22
Forum: Ask for Help (v1)
Topic: Take a printscreen, from OUTLOOK and save the file in especific path Topic is solved
Replies: 2
Views: 239

Take a printscreen, from OUTLOOK and save the file in especific path Topic is solved

Hey guys, i'm have a demand in my job. I need do a script that takes an evidence from a outlook sent email and save this on a especific path . I just starting with AHK now and i know some basic commands (finished the tutorial from Gio). Someone can help me give a direction ? I thought in a way to ge...

Go to advanced search