Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CreateObject() vs. NewObject() functions
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01367158
Message ID:
01367423
Views:
8
>Hi Naomi
>
>>What FILE("myVcxFile.VCX") returns?
>
>*loODBC = NEWOBJECT("cODBC", "C:\VSO3\Common\Libs\cVSONoSCNonVisualUtilities.vcx")
>MESSAGEBOX(LOWER("C:\VSO3\Common\Libs\")$LOWER(SET("PATH")))
>MESSAGEBOX(LOWER("cVSONoSCNonVisualUtilities.vcx")$LOWER(SET("classlib")))
>MESSAGEBOX(FILE("cVSONoSCNonVisualUtilities.vcx"))
>loODBC = NEWOBJECT("cODBC", "cVSONoSCNonVisualUtilities.vcx")
>
>.T.
>.T.
>.F.
>
>UPPER() LOWER() to FILE() did not matter.

If FILE returns .F. it means that this file is not in the path. Verify the spelling of the classlibrary and that the file is where it is supposed to be.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform