Search found 34 matches

by Tweety
Mon Apr 06, 2020 6:46 pm
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Re: Loop with sequence number ATTR=ID

Thank you fairy much.
It's work. :D
by Tweety
Mon Apr 06, 2020 1:50 pm
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Re: Loop with sequence number ATTR=ID

Sorry I did not indicate how many rows in the csv files are. But i don't know how many Rows there are in the CSV. It's variable. I have edit the table. The table is based on line 29 in the iMacro 1- Run_1 / !LOOP=2 / MyLoop_ID=0 / NewField=NO / NF_ID= 2- Run_2 / !LOOP=3 / MyLoop_ID=1 / NewField=YES ...
by Tweety
Mon Apr 06, 2020 7:05 am
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Re: Loop with sequence number ATTR=ID

I have edit the post with translation. Translation: Would you mind if I explain it in Dutch? The headers have been added to the CSV file. By means of an “ERRORIGNORE” to skip the headline for/from the 2nd loop. What has not yet been resolved is “NewField” piece. On the first run it goes well but for...
by Tweety
Sun Apr 05, 2020 9:32 pm
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Re: Loop with sequence number ATTR=ID

Sorry for my bad English. Vind je het goed als ik het in het Nederlands uitleg? De kopregels toevoegen aan het csv bestand is gelukt. Doormiddel van een “ERRORIGNORE” sla ik bij de 2 loop de kopregel toevoegen over. Wat nu nog niet is opgelost is “NewField” stukje. Bij de eerste run gaat het goed ma...
by Tweety
Sun Apr 05, 2020 7:36 pm
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Re: Loop with sequence number ATTR=ID

Part of the header has been resolved. Where I can't get out is the “NewField” section. First loop is going well. In the second it crashes. According to “MyLoop_ID” that should be 1, but that is not correct. This should be 0 for the second loop and then ascending for the other loops. VERSION BUILD=89...
by Tweety
Sun Apr 05, 2020 3:38 pm
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Re: Loop with sequence number ATTR=ID

Once again I can't quite figure it out. I have now placed the part at the bottom up and added an extra SET and ADD so that “MyLoop_ID” is -1. What the iMacro should do is as follows. The fields are filled the first time and "NewField" must be added on the next run. This is not the same as ...
by Tweety
Sat Apr 04, 2020 5:22 pm
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Re: Loop with sequence number ATTR=ID

I have further developed the iMacro with a log file. Where I have not yet come out are the next 2 points: 1. If I run the iMacro 1 time or the last run then no New field (ATTR=ID:$ICField9$new${{MyLoop_ID}}$$0) be created. 2. Is it possible to, when I save the extracted values in a csv file, add a H...
by Tweety
Thu Apr 02, 2020 9:17 am
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Re: Loop with sequence number ATTR=ID

Thanks. The first iMacro working. I have checked if it works with the second iMacro, but it always gives error messages. I replaced TYPE = [I_DON'T_KNOW] with TYPE = TD and omitted [SOME_LABEL]. I changed the iMacro slightly so I don't have to use “ADD MyLoop_ID 1”. What is not going well now is if ...
by Tweety
Wed Apr 01, 2020 8:43 pm
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Re: Loop with sequence number ATTR=ID

Sorry I used the wrong Sub-Forum. I thought I should post Firefox forum since I was using Firefox. I've been puzzling, but I can't figure it out (no new iMacros made for several years) I searched for ADD '! LOOP. more than 6000 matches come. What I have now is that on line 10 there is an error BadPa...
by Tweety
Tue Mar 31, 2020 10:22 am
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Re: Loop with sequence number ATTR=ID

Hi,

I work on a Windows 10 PC with Firefox 52.9.0 (Portable) and i have the add-in iMacros for Firefox 8.9.7 (See text above greeting)

Greeting Kasper
by Tweety
Mon Mar 30, 2020 8:12 pm
Forum: iMacros for Firefox
Topic: Loop with sequence number ATTR=ID
Replies: 20
Views: 12027

Loop with sequence number ATTR=ID

I have a question I have record a Macro and to want to change it with a loop with a CSV file. The ATTR=ID fields are always increased by a sequence number. Is it possible to build this into the macro so that you can use a loop? ATTR=ID:CLST_DETL_TBL_CRSE_ID$ 0 ATTR=ID:$ICField9$new$ 0 $$0 ATTR=ID:SN...
by Tweety
Tue Dec 06, 2016 7:11 am
Forum: iMacros for Firefox
Topic: Wait when site are refresh
Replies: 5
Views: 4736

Re: Wait when site are refresh

Only what works are

Code: Select all

WAIT SECONDS
. It is not possible to give a link to the site. The site on secure environment.
by Tweety
Tue Nov 29, 2016 9:44 am
Forum: iMacros for Firefox
Topic: Wait when site are refresh
Replies: 5
Views: 4736

Re: Wait when site are refresh

I have try it with

Code: Select all

SET !TIMEOUT_STEP 60
but its nor working. The macro wait 60 sec and then go further.
Only what work are the

Code: Select all

 WAIT SECONDS=8
. I think that imacro after refresh the page no longer see.
by Tweety
Tue Nov 29, 2016 8:14 am
Forum: iMacros for Firefox
Topic: EVAL (if/and)
Replies: 4
Views: 3656

Re: EVAL (if/and)

Thanks
by Tweety
Mon Nov 28, 2016 1:11 pm
Forum: iMacros for Firefox
Topic: EVAL (if/and)
Replies: 4
Views: 3656

Re: EVAL (if/and)

I work on a Windows 7 PC with Firefox 45.0.1 and i have the add-in iMacros for Firefox 8.9.7