Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excluded FXP and included VCX
Message
 
 
To
03/10/2005 22:23:45
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01055728
Message ID:
01055786
Views:
12
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform