Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET PROCEDURE and SET CLASSLIB
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01292307
Message ID:
01292310
Views:
29
>These 2 commands are development-time commands, correct? As the PRG or VCX is built into the EXE, won't VFP find the component the code is referring to?

No, they are runtime commands as well. VFP will find PRG or VCX that code is referring to directly. The SET PROCEDURE and SET CLASSLIB are used when components they are refering to are not referenced directly but there contents is used. For example, CREATEOBJECT() specifies a class only. How would VFP know in which VCX to look for it w/o SET CLASSLIB ?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform