Search found 19 matches

by pneves
Thu Feb 06, 2014 9:49 pm
Forum: Technical / Scripting
Topic: problems using IEExtractTagByName with IE11
Replies: 7
Views: 6308

I am going to debug the problem and when I get to the solution of it, I will post it here. The problem exists on: Win7, IE11,FlashPLayerDisabled It does not exists: Win8, IE11 Win7, IE9 I got it to work with: Win7, IE11,FlashPLayerEnabled but its not 100% safe. I will leave it working like this, an...
by pneves
Thu Feb 06, 2014 3:56 pm
Forum: Technical / Scripting
Topic: problems using IEExtractTagByName with IE11
Replies: 7
Views: 6308

Guess what? Your code works for me. Just run it three times, got the correct button value each time. I'm running IE11 on Windows 8 x64. Thanks Marcus. On my machine (win7 IE11) is not working (I have tried more than 10 times). I am going to debug the problem and when I get to the solution of it, I ...
by pneves
Thu Feb 06, 2014 3:46 pm
Forum: Technical / Scripting
Topic: problems using IEExtractTagByName with IE11
Replies: 7
Views: 6308

We've established there is nothing wrong with the ExtractTag so long as the tag is there and visible. Therefore I expect the issue is that you are calling it too soon and the page is not yet ready. Even if I wait 10 seconds ExtractTag will not work. I tested just by changing the way I get to the pa...
by pneves
Thu Feb 06, 2014 3:27 pm
Forum: Technical / Scripting
Topic: problems using IEExtractTagByName with IE11
Replies: 7
Views: 6308

Yes that works for me. The problem is that, on my script instead of: IENavigate>%IE[1]%,http://get-to-post.nickj.org/?https://net24.montepio.pt/Net24-Web/func/acesso/net24eLoginTV.jsp?loginid_IN=111111111&pageCWS=https://www.montepio.pt/SitePublico/pt_PT/empresas.page&radCert&off,ie_res I use: IENav...
by pneves
Thu Feb 06, 2014 1:06 pm
Forum: General Discussion
Topic: Upgrade from v10 to v14, IEAuto.DLL problem
Replies: 2
Views: 5112

Thanks Marcus. I decided to rework the code to use the new commands.

Pedro
by pneves
Thu Feb 06, 2014 1:03 pm
Forum: Technical / Scripting
Topic: problems using IEExtractTagByName with IE11
Replies: 7
Views: 6308

problems using IEExtractTagByName with IE11

I am having a problem with IEExtractTagByAttrib or IEExtractTagByName on IE11. If I use any of this functions: IEExtractTagByAttrib>%IE[0]%,{""},{"input"},{"name"},{"b0"},0,vb0 IEExtractTagByName>%IE[0]%,,INPUT,b1,0,vb1 It works on IE9 but not on IE11 I inspected the html code: http://www3.duartenev...
by pneves
Mon Feb 03, 2014 1:41 pm
Forum: Enhancement Suggestions
Topic: LOCALVARS itself should not be global
Replies: 1
Views: 4111

LOCALVARS itself should not be global

Hi , I was trying to use LOCALVARS, but when you have more than 1 level it's a nightmare. Because 1 SUB can alter the LOCALVARS value for all SUBs. See example bellow. It would be nice to : -LOCALVARS to be set locally or user another keyword LOCALVARSLOC That way it would not affect the value of LO...
by pneves
Sun Feb 02, 2014 2:43 pm
Forum: General Discussion
Topic: Upgrade from v10 to v14, IEAuto.DLL problem
Replies: 2
Views: 5112

Upgrade from v10 to v14, IEAuto.DLL problem

I just upgraded from v10 to v14 My code stop working because I can not find the new IEAuto.dll LibLoad>IEAuto.dll,hIE LibFunc>%hIE%,CreateIE,IE[0],0 LibFunc>%hIE%,Navigate,r,%IE[0]%, Does mjtnet does not use IEAuto.dll anymore ? Is integrated in the msched.exe ? I will have to change all my code fro...
by pneves
Sat Feb 01, 2014 11:11 am
Forum: Technical / Scripting
Topic: Encrypton Algorithm used by Macro Scheduler for Crypt
Replies: 7
Views: 8639

Macro Scheduler 14 has an AES encryption function. AES is commonly used to encrypt data in SQL tables
AESEncrypt>source,SHA256Password,ENCRYPT|DECRYPT,target

Is there a .NET class that can replicate this function ?
I need to be able to edit the encrypted values in my .NET code.
by pneves
Fri Jan 31, 2014 12:56 pm
Forum: Technical / Scripting
Topic: Encrypton Algorithm used by Macro Scheduler for Crypt
Replies: 7
Views: 8639

I am still using version 10 and the Crypt function.
Could say what algorithm it uses ? So I can lookup for .NET libs.
Thanks,
Pedro
by pneves
Fri Jan 31, 2014 11:54 am
Forum: Technical / Scripting
Topic: Encrypton Algorithm used by Macro Scheduler for Crypt
Replies: 7
Views: 8639

This library is not free.
Is there any other library or .NET class that can do the same as Crypt ?

I need to access .ini file with encrypted data in mjtnet and .NET.

Thanks,
Pedro
by pneves
Thu Jan 28, 2010 11:58 pm
Forum: Technical / Scripting
Topic: problem running Macro Scheduler on windows vista
Replies: 8
Views: 6325

That was it Marcus! I don't know why but on my vista machine this directory C:\Program Files\Macro Scheduler\imports\ was not created: I just created it and copy the following files: C:\Program Files\Macro Scheduler\imports\IEAuto.dll C:\Program Files\Macro Scheduler\imports\IEAuto.ini The EXE was n...
by pneves
Thu Jan 28, 2010 10:06 pm
Forum: Technical / Scripting
Topic: problem running Macro Scheduler on windows vista
Replies: 8
Views: 6325

That is not the problem.
I just copied those files over the old ones. But it did not make a difference.

I will keep trying news ways to solve this.
Any ideas are apreciated.

Pedro
by pneves
Thu Jan 28, 2010 9:18 pm
Forum: Technical / Scripting
Topic: problem running Macro Scheduler on windows vista
Replies: 8
Views: 6325

It is ok to do this : LibFunc>hIE,Navigate,r,%IE[0]%,https://www.bpinetempresas.pt/SIGNON/signon.asp LibFunc>hIE,WaitIE,r,%IE[0]% ... do some stuff LibFunc>hIE,Navigate,r,%IE[0]%,https://www.bpinetempresas.pt/operacoes/consultas/movimentos/movimentos.asp LibFunc>hIE,WaitIE,r,%IE[0]% // Get csv IE_Ex...
by pneves
Thu Jan 28, 2010 9:14 pm
Forum: Technical / Scripting
Topic: problem running Macro Scheduler on windows vista
Replies: 8
Views: 6325

I am getting confused now. Now even on XP just works when I open MacroScheduler and select "Run Now". When I create the Exe and run it , the sript does not work. Any ideas ? By not working I mean: With this code: // Get Html Let>BODY0_SIZE=40098 IE_ExtractTag>%IE[0]%,,BODY,0,1,BODY0,r MidStr>r_6,1,r...
Sign up to our newsletter for free automation tips, tricks & discounts