Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WWIPStuff and IE7
Message
From
12/12/2006 06:05:21
 
 
To
12/12/2006 05:16:31
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:
01176781
Views:
9
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform