Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
There is no disk
Message
From
19/10/2011 09:25:30
 
 
To
18/10/2011 06:59:50
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01526745
Message ID:
01526867
Views:
59
>Hi friends:
>
>Once I wanted to install a MS game and an error appeared: "There is no disk on drive J..." and I couldn't install. I called Microsoft and an agent only had the doubt "Is your copy of Windows XP original?". He didn't solve the problem cause my copy was original. I search deep in the registry and I erased any entry with a removable disk reference. Finally I could install it.
>
>Now some of my systems have the same problem with a few options. All options execute a different form but just any of them launch the error message.
>
>No disk. Retry, cancel, Continue?
>
>If you put cancel form executes normally but one of my cliente (and she's right) says it is very annoying.
>
>Do you know what causes this and, more important, which is the solution (or how prevent from) without cleaning or search the registry?
>
>Thank you
>
> Héctor

Do you have some code checking if a certain directory exists?
IF DIRECTORY("E") etc...
I had exactly the same error running this code:
FOR lnDriveNr = 3 TO 26
	*
	lcDrive = CHR(64 + lnDriveNr)
	*
	IF DIRECTORY(FORCEPATH("MyFolder", lcDrive + ":\Projects"))
		*-- Here the error occured.
	ENDFOR
	*
ENDSCAN
Christian Isberner
Software Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform