Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp50-Appllication Object
Message
 
À
24/02/1997 13:49:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Groupes d'usagers
Divers
Thread ID:
00021768
Message ID:
00021835
Vues:
69
>>>>
>>>>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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform