Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODeLoader
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
ODeLoader
Miscellaneous
Thread ID:
00315430
Message ID:
00315430
Views:
52
Kevin,

The CreateEnvironment of oDeLoader seems to be failing for some reason
*---------------------- Location Section ------------------------
*   Library: CUtils.vcx
*   Class:   CDELoader
*   Method:  CreateDataEnvironment()
*----------------------- Usage Section --------------------------


*---------------------------------------------------
*--- If a data environment class has been specified,
*--- instantiate the class. 
*---------------------------------------------------
IF !EMPTY(This.cDataEnvironment)
  Wait wind This.cDataEnvironment
  This.oDataEnvironment = CREATEOBJECT(This.cDataEnvironment)
  llRetVal = (TYPE('This.oDataEnvironment') == 'O')
  IF llRetVal
  	Wait wind "Success"
  ELSE
  	Wait wind "Failure"
  endif
ENDIF

The above code always returns failure for compile exe's, but not in debug mode. Any ideas?
Reply
Map
View

Click here to load this message in the networking platform