Search found 85 matches

by azbob
Fri Feb 04, 2022 9:27 pm
Forum: Command Line and Scripting Interface
Topic: how to use iimopen with pale moon?
Replies: 33
Views: 1250435

Re: how to use iimopen with pale moon?

A little delayed but I finally got back to this and tried Tom's suggestions and it works. In VBS:
iret = iim1.iimOpen ("-fxPath ""C:\Program Files\Pale Moon\palemoon.exe""")
Cheers
by azbob
Sun Mar 21, 2021 11:28 pm
Forum: General Support & Discussions
Topic: Field data not updating??
Replies: 4
Views: 3319

Re: Field data not updating??

Problem solved. I never realized that vars had to be defined within conditional statements. I would always jump through hoops to try and make them work correctly. Now I know! I completely spaced on the "replace". However, what I didn't explain(sorry for the omission) is that the " Num...
by azbob
Sun Mar 21, 2021 3:26 am
Forum: General Support & Discussions
Topic: Field data not updating??
Replies: 4
Views: 3319

Field data not updating??

FCI: Microsoft Windows 10 Home Microsoft Windows NT 10.0.19041.0 64-bit Operating System iMacros Browser (x86) Version 12.6.505.4525 Released on 11/8/19 Licensed Product: iMacros Enterprise Edition PM: V29 Hi, I am trying to display decimal field without leading zero, ie: " .00 instead of 0.00&...
by azbob
Tue Jan 12, 2021 3:57 am
Forum: General Support & Discussions
Topic: How to invoke js file from iim macro?
Replies: 7
Views: 4648

Re: How to invoke js file from iim macro?

Well I guess the best path is to stay with im v12 and 8.9.7 on either PM- as this looks promising but just started using or FF55 and forget SI in less I'm forced to change as it is too cumbersome!

Thanks for all your help
by azbob
Mon Jan 11, 2021 8:41 pm
Forum: General Support & Discussions
Topic: How to invoke js file from iim macro?
Replies: 7
Views: 4648

Re: How to invoke js file from iim macro?

My recent questions have been about what will I have to change/deal with if I migrate to SI and im for FF v10. Hum, launching a '.js' Script from the iMacros Sidebar should be exactly the same in FF55 and FF49, with the same v8.9.7 for FF Add-on. :o I meant when using SI...js files don't show up in ...
by azbob
Mon Jan 11, 2021 7:59 pm
Forum: Command Line and Scripting Interface
Topic: how to use iimopen with pale moon?
Replies: 33
Views: 1250435

Re: how to use iimopen with pale moon?

Sorry about the confusion.

I have multiple FF profiles:
1) Work: FF55 and im for ff 8.9.7
2) Testing SI : FF72 and im for ff 10.0.2

One pm profile- pm28- and Im for FF 8.9.7

Was trying to prepare for a SI test on pm(?) and thought about how to call...

Thanks
by azbob
Mon Jan 11, 2021 7:45 pm
Forum: General Support & Discussions
Topic: How to invoke js file from iim macro?
Replies: 7
Views: 4648

Re: How to invoke js file from iim macro?

Legacy work config was FF49 and im for FF 8.9.7, now FF55(forced by vendor site change) and 8.9.7. Use to Extract info from couple of sites than form fill into another. Need to use js to find the correct frame number in order to extract from site that uses dynamic frames. I also create alot of csv f...
by azbob
Mon Jan 11, 2021 3:42 am
Forum: Command Line and Scripting Interface
Topic: how to use iimopen with pale moon?
Replies: 33
Views: 1250435

how to use iimopen with pale moon?

Microsoft Windows 10 Home
Microsoft Windows NT 10.0.19041.0
64-bit Operating System

PM v28, iMacros for FF v 8.9.7

I need to know the syntax for using iimopen() with pale Moon.
Thanks
by azbob
Sun Jan 10, 2021 11:58 pm
Forum: General Support & Discussions
Topic: How to invoke js file from iim macro?
Replies: 7
Views: 4648

How to invoke js file from iim macro?

Microsoft Windows 10 Home iMacros Browser (x86) version 12.6.505.4525 Licensed Product: iMacros Enterprise Edition Win 10, FF72, imacros for ffV10 Converted my files(10 or so) that I use for web scraping to use the scripting interface now they are .js ext. Trying to call them from .iim files so I ca...
by azbob
Wed Sep 13, 2017 4:58 am
Forum: General Support & Discussions
Topic: Filedelete not working in IMB V12
Replies: 17
Views: 15327

Re: Filedelete not working in IMB V12

Finally got time to research and according to iMacros support: 1) Filedelete issue is not a V12 problem rather iMacros for Firefox problem. Filedelete no longer accepts absolute paths in iMacros for Firefox v9.0.3. So I went back to V12, Firefox 49 and iMacros for Firefox v8.9.7 (unchecked auto upda...
by azbob
Sat Sep 09, 2017 12:33 am
Forum: General Support & Discussions
Topic: Filedelete not working in IMB V12
Replies: 17
Views: 15327

Re: Filedelete not working in IMB V12

That was in V12. I had work to do so I went back to V11.0.246.4051 where it had worked and wham Filedelete was throwing "absolute path error". So i ended up: 1) Placing all .csv files in iMacros\downloads folder instead of iMacros\datasources 2) Using this code to Extract: FILEDELETE NAME=...
by azbob
Fri Sep 08, 2017 5:57 pm
Forum: General Support & Discussions
Topic: Filedelete not working in IMB V12
Replies: 17
Views: 15327

Re: Filedelete not working in IMB V12

Okay I ran: VERSION BUILD=11.0.246.4051 'VERSION BUILD=12.0.501.2305 SET !ERRORIGNORE NO SET !EXTRACT_TEST_POPUP NO SET !FOLDER_DOWNLOAD C:\BBformdata\ FILEDELETE NAME=C:\Users\Public\Documents\iMacros\datasources\BBformdata\Address.csv Got this: Unsupported variable !FOLDER_DOWNLOAD, line: 4 (Error...
by azbob
Fri Sep 08, 2017 5:50 am
Forum: General Support & Discussions
Topic: Filedelete not working in IMB V12
Replies: 17
Views: 15327

Re: Filedelete not working in IMB V12

Tried with : '**********STORE SUBJECT ADDRESS IN CSV FILE SO FOLLOWINg MACROS CAN ACCESS********************** SET !EXTRACT {{Sub_address}} ADD !EXTRACT {{Sub_city}} ADD !EXTRACT {{Sub_zip}} ' SET !FOLDER_DOWNLOAD C:\Users\Public\Documents\iMacros\datasources\BBformdata\ FILEDELETE NAME=C:\Users\Pub...
by azbob
Fri Sep 08, 2017 2:37 am
Forum: General Support & Discussions
Topic: Filedelete not working in IMB V12
Replies: 17
Views: 15327

Re: Filedelete not working in IMB V12

Here is thethe new code i used ' '**********STORE SUBJECT ADDRESS IN CSV FILE SO FOLLOWINg MACROS CAN ACCESS********************** SET !EXTRACT NULL ADD !EXTRACT {{Sub_address}} ADD !EXTRACT {{Sub_city}} ADD !EXTRACT {{Sub_zip}} ' SET !FOLDER_DOWNLOAD C:\Users\Public\Documents\iMacros\datasources\BB...
by azbob
Fri Sep 08, 2017 1:33 am
Forum: General Support & Discussions
Topic: Filedelete not working in IMB V12
Replies: 17
Views: 15327

Re: Filedelete not working in IMB V12

Well I did test. 1) PROMPT EXTRACT<SP>_{{!EXTRACT}}_ Returns: EXTRACT __ 2) SET !EXTRACT_TEST_POPUP YES RETURNS "NULL" on the first extract and each on after it does nothing, by that I mean no Extract window pops up! 3) So I tried checking for a "blank" first but it didn't work. ...