Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid file descriptor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Invalid file descriptor
Divers
Thread ID:
00538589
Message ID:
00538589
Vues:
119
Hi All,

In order to by pass the compiler error I reference the QE.EXE indirectly.
This class FcgCustom.VCX is within the EXE file.

But from time to time I am getting Invalid file descriptor error.
It does not happen all the time.

VFP help saya the following:
------------------------------
Invalid file descriptor (Error 1111)
Visual FoxPro is unable to open a file.

The file is there so I am not sure why this error pops up.

Any idea? (see code below)

Thanks

Doron

LOCAL m.lcQEExe
m.lcQEExe="QE.EXE"
m.lcFcgClass="FcgCustom.VCX"

WITH ThisForm
.AddProperty("oQE_Keeper")
.oQE_Keeper=NEWOBJECT("_QE_Keeper,m.lcFcgClass,m.lcQEExe)
ENDWITH
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform