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:
00315463
Message ID:
00315463
Vues:
56
Kevin,

Can createobj ever return a logical value? I don't think so, but the first wait window is telling me that the type is 'L'. Even more curious is that everything runs fine in debug but not in the exe. Maybe I should re-install Foxpro? I am going to try re-installing the Framework first.



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

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform