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:
00315463
Message ID:
00315463
Views:
58
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

Next
Reply
Map
View

Click here to load this message in the networking platform