Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid file descriptor error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Invalid file descriptor error
Divers
Thread ID:
00536415
Message ID:
00536415
Vues:
50
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.

Any idea?

Thanks

Doron

LOCAL m.lcQEExe
m.lcQEExe="QE.EXE"


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

Click here to load this message in the networking platform