But my variables are OK:
THOUSAND_SEPARATOR=.
DECIMAL_SEPARATOR=,
Search found 14 matches
- Thu Dec 28, 2017 5:20 pm
- Forum: Beginners
- Topic: GETCLIPBOARD and IF
- Replies: 3
- Views: 4909
- Thu Dec 28, 2017 9:04 am
- Forum: Beginners
- Topic: GETCLIPBOARD and IF
- Replies: 3
- Views: 4909
GETCLIPBOARD and IF
Hi, when I debug my macro, NQUOTE is 8,4 and NQUO2 is 16,4, but the condition IF>nquote>nquo2 is true!!
Why? Can you help me?
Thanks
Why? Can you help me?
Thanks
Re: IE extoff
I insert WaitWindowOpen and Wait>2, but the results don't change.
With -extoff the variable IE_inst is -1, while without -extoff the macro is running.
With -extoff the variable IE_inst is -1, while without -extoff the macro is running.
Re: IE extoff
I try: RunProgram>C:\Program Files\Internet Explorer\iexplore.exe https://it.yahoo.com IEGetFromURL>https://it.yahoo.com,IE_inst IE_inst=0 and run RunProgram>C:\Program Files\Internet Explorer\iexplore.exe -extoff https://it.yahoo.com IEGetFromURL>https://it.yahoo.com,IE_inst IE_inst=-1 and error Wh...
IE extoff
Hi,
when I use WebRecorder functions, can I start Internet Explorer with no extensions?
Thanks in advance
when I use WebRecorder functions, can I start Internet Explorer with no extensions?
Thanks in advance
- Mon Oct 09, 2017 3:47 pm
- Forum: Beginners
- Topic: Problem with Web Recorder
- Replies: 4
- Views: 5543
Re: Problem with Web Recorder
My latest IE version is 11, that is the last available version. IE Element wizard on the button elements, shows only the URL. Why?
Perhaps, the page has nested frames/frames... What can I solve this problem? My script worked very well until last week
Perhaps, the page has nested frames/frames... What can I solve this problem? My script worked very well until last week
- Mon Oct 09, 2017 3:15 pm
- Forum: Beginners
- Topic: Error RunProgram
- Replies: 4
- Views: 5245
Re: Error RunProgram
Yes, now it works
Thanks
Thanks
- Mon Oct 09, 2017 8:14 am
- Forum: Beginners
- Topic: Problem with Web Recorder
- Replies: 4
- Views: 5543
Re: Problem with Web Recorder
These are two examples of the same site. Sportsbook is OK, while exchange is completely empty.
- Mon Oct 09, 2017 7:31 am
- Forum: Beginners
- Topic: Error RunProgram
- Replies: 4
- Views: 5245
Re: Error RunProgram
I attach the error image. Program sometimes shows this error. Why is access denied? The code is simple. At line 76: RunProgram>C:\Luciano\Scommesse\Scommesse\BotBfa\Bfa_Live.exe WaitProcessTerminated>Bfa_Live.exe In this program I always use the same path: C:\Luciano\Scommesse\Scommesse\BotBfa\ erro...
- Sat Oct 07, 2017 6:55 am
- Forum: Beginners
- Topic: Error RunProgram
- Replies: 4
- Views: 5245
Error RunProgram
On cmd RunProgram>program.exe it shows this error:
On Win64 if trying to run 64bit system process try bypassing fle system redirection with RP_WIN64PROCESS or referring to SYS_NATIVE.
Can you help me?
Thanks
On Win64 if trying to run 64bit system process try bypassing fle system redirection with RP_WIN64PROCESS or referring to SYS_NATIVE.
Can you help me?
Thanks
- Thu Oct 05, 2017 10:01 am
- Forum: Beginners
- Topic: Problem with Web Recorder
- Replies: 4
- Views: 5543
Problem with Web Recorder
Hi, today if i use https://www.betfair.it/exchange/plus/ on webrecoder and i press "Go", the entire screen is empty.
Can you help me?
Thanks in advance.
Can you help me?
Thanks in advance.
- Fri Jul 14, 2017 7:13 am
- Forum: Beginners
- Topic: IECREATE error
- Replies: 1
- Views: 2741
IECREATE error
Sometimes my script returns this error on IECREATE[1]:
server execution failed, ProgID: "InternetExplorer.Application" at 38
Can you help me?
Thanks
server execution failed, ProgID: "InternetExplorer.Application" at 38
Can you help me?
Thanks
- Sun May 21, 2017 7:28 am
- Forum: Beginners
- Topic: myerrorhandler problem
- Replies: 1
- Views: 3002
myerrorhandler problem
Hi, when an error occured, i have to go to label "poik". But in log I see this error: "Branching out of a subroutine is not recommended and may result in memory loss. Subroutines should be allowed to run to their end." Can you help me? Thanks Let>IGNOREERRORS=1 Let>ONERROR=MyErrorHandler Let>k=1 Rea...
- Thu May 18, 2017 2:35 pm
- Forum: Beginners
- Topic: IEGetTagPos problem
- Replies: 1
- Views: 2920
IEGetTagPos problem
Hi, In this macro IEGetTagPos doesn't return the exact position. Can you help me? Thanks IECreate>IE[1] IESetTimeout>3,ie_res IENavigate>IE[1],%www1%,ie_res IEGetHWND>IE[1],ieh IEFormFill>IE[1],,,bet[][price],1000,,ie_res Let>WIN_USEHANDLE=1 WindowAction>1,ieh Wait>1 SetFocus>ieh Wait>1 IEGetTagPos>...