Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WWIPStuff and IE7
Message
From
12/12/2006 06:17:01
 
 
To
12/12/2006 06:15:07
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01176771
Message ID:
01176789
Views:
6
Yes, posted a few minutes ago. Thanks.


>Have you checked an/or posted your question on Rick's message board? http://www.west-wind.com/wwthreads/
>
>>Thanks Tore but we dont want to re-program anything as that has its own set of issues and requirements. Just looking to fix this issue :)
>>
>>
>>>>Hi
>>>>
>>>>I am using WWIPStuff from West Wind Connection. I am using the http control to download some files. All has worked well for years. Now I have found two clients who upgraded to IE7 and they now get an error "Win32 API. The parameter is incorrect". Any idea what I must adjust or must I upgrade to a new version? I believe my current version is 4.62.
>>>
>>>You can use WinAPI
>>>Function getfilefromurl
>>>  Lparameters lcRemoteFile,lcLocalFile
>>>  Local lnReturn
>>>  Declare Integer URLDownloadToFile In urlmon.Dll;
>>>    INTEGER pCaller, String szURL, String szFileName,;
>>>    INTEGER dwReserved, Integer lpfnCB
>>>  lnReturn = URLDownloadToFile (0, lcRemoteFile, lcLocalFile, 0, 0)
>>>Return lnReturn=0
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Reply
Map
View

Click here to load this message in the networking platform