Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid file descriptor
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00538589
Message ID:
00538650
Views:
23
See Thread #536415

>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform