Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetDriveSpace
Message
De
26/06/2001 23:21:38
 
 
À
26/06/2001 22:39:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Titre:
Divers
Thread ID:
00523966
Message ID:
00523972
Vues:
14
>I'm having a problem reindexing a table with the pack parameter.
>
>When I get to the following in the GetDriveSpace method, it chokes on the following;
>
>
>if GetDiskFreeSpaceEx(@lcDir, @lcCaller, @lcTotal, @lcFree) <> 0
>   lnResult = Hex2Decimal(iif(tlTotal, lcTotal, lcFree))
>endif GetDiskFreeSpaceEx(@lcDir, ...
>
>lcMessage is MOUSEPOINTER does not exist.

Doug,

Found a bug in your program. Change the following line in the GetDriveSpace method n the sdtUtility class of the SDT.vcx:


FROM: lnResult = Hex2Decimal(iif(tlTotal, lcTotal, lcFree))
TO: lnResult = This.Hex2Decimal(iif(tlTotal, lcTotal, lcFree))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform