Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disk in drive a:\?
Message
From
02/05/2002 16:36:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00650854
Message ID:
00652117
Views:
19
lexist_disk=.f.

do while ! lexist_disk
ln =DISKSPACE("A:")
if ln > 0
*--- Exist a disk in drive "A:"
* wait window 'Any message of waiting..' nowait
lexist_disk=.T.
else
*--- No disk in drive "A:"
messagebox(PLEASE INSERT A DISK ...','System Message')
endif
enddo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform