Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODeLoader
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
ODeLoader
Divers
Thread ID:
00315430
Message ID:
00315430
Vues:
51
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?
Répondre
Fil
Voir

Click here to load this message in the networking platform