Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbar in SDI Form
Message
 
 
À
11/06/2002 19:29:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00667149
Message ID:
00667380
Vues:
19
>
>*SET ClassLib TO ToolSet1.vcx ADDITIVE
>I commented this section out and put in the init() of the SDI form. This created another problem. When I ran the company.scx and I got this error.
>CLASS Definition Navigator NOT Found.
>
>Thisform.oNavigator = CREATE("Navigator")
>Thisform.oNavigator.Show
>Thisform.oNavigator.Dock(0)
>
>Can anyone tell me what I am doing wrong.
>

You get this error because VFP doesn't know where to look for Navigator. You've to SET ClassLib before CREATEOBJECT or USE NEWOBJECT() function.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform