Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error in drive detection
Message
De
16/03/2001 01:39:17
Stephanie Caragos
Ebs Accounting Software Solutions
Cagayan de Oro City, Philippines
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Error in drive detection
Divers
Thread ID:
00485735
Message ID:
00485735
Vues:
62
I tried detecting a drive at that valid even of my textbox and this was my command...

IF ! empty(this.value)
dirdrive=alltrim(this.value)
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
STORE oFSO.FolderExists("&dirdrive:\") to hon
IF hon=.f.
ans=messagebox('This is not a valid drive or there is no disk ;
in the drive, please try again')
this.value=''
RETURN 0
ENDIF
ENDIF

however, when i tried compiling it and running it in a windows 95 environment, the createobject triggered an error. is there a way of solving this problem or is there another way of detecting a drive aside from this? by the way, i'm using visual foxpro 6 in developing the system.

stephanie
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform