Search found 7 matches

by Donf
Thu Nov 09, 2017 6:22 pm
Forum: Beginners
Topic: While Loop copy and Paste issue
Replies: 9
Views: 7462

Re: While Loop copy and Paste issue

Ok, so I think I may have seen the issue. The fact that the CTRL-a is failing made me wonder if some other key is still pressed down and looking further down your code I see you issue an ALT-F4 to close IE. Trouble is there's no Release ALT. So ALT is never getting released. The up shot will be tha...
by Donf
Thu Nov 09, 2017 2:52 pm
Forum: Beginners
Topic: While Loop copy and Paste issue
Replies: 9
Views: 7462

Re: While Loop copy and Paste issue

When you say it's not working which bit isn't working. Does it do the select all or not? If it looks like it does the select all have you tried inserting a breakpoint or MessageModal so you can verify what's in the clipboard. If it's not even selecting all then I'd guess the main IE window is not b...
by Donf
Thu Nov 09, 2017 2:23 pm
Forum: Beginners
Topic: While Loop copy and Paste issue
Replies: 9
Views: 7462

Re: While Loop copy and Paste issue

Hello again, Got rid of the double loop (missed that twice sorry), as for MidStr I was using what the help file defines: MidStr>string,start,length,result Returns a substring of specified length from a given position in a string. result is a variable in which to store the returned string. Any parame...
by Donf
Thu Nov 09, 2017 1:16 pm
Forum: Beginners
Topic: While Loop copy and Paste issue
Replies: 9
Views: 7462

Re: While Loop copy and Paste issue

Hi, Did you mean to duplicate the first 3 lines? I don't see x being initialised before the loop - maybe you didn't paste all the code? But if missing that could be an issue. This line will always return nothing: MidStr>URLArray_%x%,46,11,strSub Needs to change to: Let>tmp=URLArray_%x% MidStr>tmp,4...
by Donf
Wed Nov 08, 2017 6:18 pm
Forum: Beginners
Topic: While Loop copy and Paste issue
Replies: 9
Views: 7462

While Loop copy and Paste issue

Hello, I've created a loop that opens a webpage where it opens items on dynamic content in new windows. I am trying to copy the text on the website and paste onto Notepad. All works well as far as opening the dynamic pages; however, it only copies and paste on the first iteration of the loop. I does...
by Donf
Tue Aug 01, 2017 10:29 am
Forum: Beginners
Topic: Beginners help
Replies: 2
Views: 4067

Re: Beginners help

Thanks Marcus, it was the space after Let> It looked as it was part of the screen formatting and thus never saw it until you pointed it out.

Really grateful and off to code the rest. :D
by Donf
Tue Jul 11, 2017 11:44 am
Forum: Beginners
Topic: Beginners help
Replies: 2
Views: 4067

Beginners help

Hello, I am toying with the WebRecorder functions and this works OK: IETagEventByAttrib>{"https://www.idx.net/Tdx2/Main.aspx"},A,href=https://www.idx2.net/Tdx2/Docview.aspx?action=doc_view&id=328388586:0,click, But when I try: let> ID_Var= href=https://www.idx.net/Tdx2/Docview.aspx?action=doc_view&i...
Sign up to our newsletter for free automation tips, tricks & discounts