Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetDriveSpace
Message
From
26/06/2001 23:21:38
 
 
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
Miscellaneous
Thread ID:
00523966
Message ID:
00523972
Views:
13
>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))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform