Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alerting User of an overdue task from VFP app to the Net
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00930276
Message ID:
01034998
Vues:
24
Hi Nadya,

>The CreateFile function creates a file successfully, but then WriteFile function fails. What should I take into consideration to use your code?

At the beginning of the function declare the following API function
DECLARE LONG GetLastError IN Win32API
Immediately after WriteFile call the function. The return value should indicate why the code is failing. If you have Visual Studio installed, there's a tool called error lookup that gives you the error message. Or just post the code here.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform