Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excluded FXP and included VCX
Message
 
 
À
03/10/2005 22:23:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01055728
Message ID:
01055786
Vues:
15
>Hi,
>I have a form class hierarchy as below :
>
>
myDataForm (myform.vcx) - Included in EXE
>|
> - myCusDataForm (mycusform.fxp) Included in EXE
>
>I have an excluded FXP called from my EXE. VFP prompted dialog box to find 'myform.vcx' when my code try to CREATEOBJECT('myCusDataForm'). I have checked the loaded classlib using SET('CLASSLIB') and myform.vcx with alias myform has been loaded into memory.

An excluded component is external to EXE and cannot see Forms, Classes, Reports, e.t.c. in EXE. You may try to use NEWOBJECT() with 3rd parameter or SET CLASSLIB TO ClassLibraryName IN EXEFileName.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform