Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WWIPStuff and IE7
Message
De
12/12/2006 06:15:07
 
 
À
12/12/2006 06:07:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01176771
Message ID:
01176788
Vues:
7
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform