Search found 19 matches

by pneves
Tue Jan 26, 2010 10:49 am
Forum: Technical / Scripting
Topic: problem running Macro Scheduler on windows vista
Replies: 8
Views: 6433

That is not the problem. I don't even have UAC enabled. Let>HTML0_SIZE=400098 IE_ExtractTag>%IE[0]%,main,HTML,0,1,HTML0,r MidStr>r_6,1,r,HTML0 WriteLn>%DataFileLog%,e,HTML_File_1 WriteLn>%DataFileLog%,e,%r_6% One question, why do we use r_6 variable ? Shouldn't we be using HTML0 ? What is IE_Extract...
by pneves
Mon Jan 25, 2010 12:05 pm
Forum: Technical / Scripting
Topic: problem running Macro Scheduler on windows vista
Replies: 8
Views: 6433

problem running Macro Scheduler on windows vista

I am running version 10.1.21. I have the following code: // Open IE LibFunc>%hIE%,CreateIE,IE[0],0 // Open BPI site for companies LibFunc>hIE,Navigate,r,%IE[0]%,https://www.bpinetempresas.pt/SIGNON/signon.asp LibFunc>hIE,WaitIE,r,%IE[0]% Wait>delay WindowAction>1,BPI Net* Wait>delay Let>HTML0_SIZE=4...
by pneves
Mon Jan 25, 2010 11:28 am
Forum: Technical / Scripting
Topic: Not able to use ClickTag
Replies: 2
Views: 2742

I know that by using "Press Enter" it works.
But I would like to understand why is not working with IE_ClickTag.

Pedro
by pneves
Mon Jan 25, 2010 11:13 am
Forum: Technical / Scripting
Topic: Not able to use ClickTag
Replies: 2
Views: 2742

Not able to use ClickTag

Good morning, I am trying to automate the login into this web site: https://www.bpinetempresas.pt/SIGNON/signon.asp But I am not able to get the Click Tag to work on the "Acesso" button. <TABLE> <TBODY> <TR> <TD><SPAN>Acesso</SPAN> </TD> </TR> </TBODY> </TABLE> I have tried the following: Let>FrameN...
Sign up to our newsletter for free automation tips, tricks & discounts