I found this helpful post.
I will read it
http://stackoverflow.com/questions/27558028/failed-to-get-the-handle-of-the-windows-internet-explorer-main-window
Ez Logic
Michigan
I just encountered another client, on 1 machine, windows 8
when doing IE automation, IE does NOT have HWND property.. This is the second client i see this.. all other 1000s of clients never had this
oIE = createobj('internetexplorer.application')
oIE.visible = .t.
?oIE.HWND && throws error ...
It works on windows 10 and windows 7 machine and my other laptop and almost 1500 other clients i have.
I ran into 2 clients, where it works on their other machines, but, 1 of their machines (each), had weird situation
I personally logged in to their machines, installed my own tool which gives...
Weird situation
IE 11
Windows 7 Pro 64 Bit
On this machine.
loIE = CreateObject("InterNetExplorer.Application")
loIE.visible = .t.
loIE.Navigate2(".etc....")
?loIE.HWND && Throws Error..
loIE.navigate2("etc..") && works
loIE.Quit
Release loIE
I am not sure why I cannot see the HWND for the...
Dave,
About 5 years ago, i created a System tray that auto launches when computer launched, and ran in the system tray area.
it was syncing data from the store to the corporate office.
and upon right-clicking on it, i activated a menu and a form etc..
Also, if the system tray was not running...
I am using FTPPut to send an XML file to a zebra printer.
Everything works great, EXCEPT: After the 5th file being sent, the ftp returns that the host not available.
After further investigation, i found out that the Zebra only allows 5 connection.
I tried in in Dos ftp command.. i oppened 5...
Btw, you can see all of Chen's posts here.. and his profile
http://www.foxite.com/members/default.aspx?id=4e637c9c-b764-4c9d-99d8-0dfddba20427
Ez Logic
Michigan
Are you putting the function Helpfile() inside a method?
on a form?
Put it in your main PRG , assuming you have Set procedure to Main.prg additve
or do this:
Create a method on your form call it "HelpFile"
Paste the code of the function (without the Function/EndFunc start/end)
and then do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.