Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FOPEN() problem
Message
 
 
À
09/01/2002 10:18:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00602489
Message ID:
00602493
Vues:
15
>An end user reports the following error message when an FOPEN() is issued: "class definition SCRIPTING.FILESYSTEM OBJECT is not found". Does anyone know what is missing here? I believe this is a WIN95 machine. TIA

It's not fopen() but WSH. You've code somewhere like this
oFso = Createobject("SCRIPTING.FILESYSTEMOBJECT")
You've to install WSH on this PC. Actually, you've to install it on every PC that doesn't have it. WSH is guaranted to be present only starting with Win2k.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform