Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with disappearing Toolbar
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Help with disappearing Toolbar
Divers
Thread ID:
00856925
Message ID:
00856925
Vues:
53
When I run my main application from the development envirnment or from the exe, I don't have a problem, only when I try to run the form directly in development.

In my form (model) show method, I create a toolbar from my classlib
if !vartype(oNoteBAR)=[O]
  SET CLASSLIB TO  schtool addi
  oNoteBar=CREATEOBJECT('NoteBar')
  oNoteBar.visible=.t.
  oNoteBar.dock(0)
endif
It initially display and then after the form is completly loaded, it disappears. Running from my main exe, it doesn't happen but then I have a read events. I want to put code in this toolbar to perform actions that are directly related to the form being displayed.

Thanks for any help.
Kirk
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform