Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50-Appllication Object
Message
From
24/02/1997 15:12:52
 
General information
Forum:
Visual FoxPro
Category:
User groups
Miscellaneous
Thread ID:
00021768
Message ID:
00021841
Views:
67
>>>>>
>>>>>what classlib is your class 'app' in?
>>>>>
>>>>>set classlib to [ClassLibFileName] additive
>>>>>oapp = createobject('app')
>>>>
>>>>thanks Dave...
>>>>
>>>>I set classlib to... that was missing
>>>>My code reads...
>>>>
>>>>set classlib to robs_classes additive
>>>>oapp= CREATEOBJECT("app")
>>>>oapp.main() ( this is so I can call a method called MAIN in my class).
>>>>
>>>>Now I get an error saying...
>>>>"Allowed DO nesting levels exceeded"
>>>>How can this be?
>>>>
>>>>Rob
>>>
>>>i'd guess you have a read in a loop in your oapp.main
>>>
>>>read up on READ EVENTS (also look at the tas traders main prg)
>>
>>Hi Dave...
>>
>>I never make it to oapp.Main()
>>It stops at
>> oapp= CREATEOBJECT("app")
>>
>>help
>
>if it stops in the createobject of a class, wouldn't you want to check the classes' init method?

I fixed it. I changed the class name from "app" to "entryform"

thanks
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform