Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WWIPStuff and IE7
Message
De
12/12/2006 06:05:21
 
 
À
12/12/2006 05:16:31
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:
01176781
Vues:
10
>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