Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Always getting the same old page from internet
Message
De
15/02/2011 06:25:25
 
 
À
15/02/2011 06:04:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01500188
Message ID:
01500189
Vues:
62
I have a similar problem with my browser on some URLs. I "fix" this by switching to another URL, and then go to the URL with the problem. Try to download something from a completely different URL between each download, and see if you get what you want.

>Hi all,
>I'm trying to get news from a site (www.ansa.it). My problem is that I get the current page just at my first connection, while the procedure carry on giving me the same page also when the page is changed.
>I suppose it is due to some buffer.
>How can I do to get over that ?
>
>Actually I have a timer which goes repeatly to download an URL.
>
>for downloading data I use this function
>
>
>
>Function GetFileFromUrl
>Lparameters lcRemoteFile, lcLocalFile
>Declare Integer URLDownloadToFile In urlmon.Dll;
>  INTEGER pCaller, String szURL, String szFileName,;
>  INTEGER dwReserved, Integer lpfnCB
>Return URLDownloadToFile (0, lcRemoteFile, Iif(Empty(lcLocalFile), JustFname(lcRemoteFile), lcLocalFile), 0, 0) = 0
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform