Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with disappearing Toolbar
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Help with disappearing Toolbar
Miscellaneous
Thread ID:
00856925
Message ID:
00856925
Views:
54
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
Next
Reply
Map
View

Click here to load this message in the networking platform