Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i determine...
Message
From
10/09/2000 12:43:26
 
 
To
03/09/2000 02:27:31
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00411695
Message ID:
00414692
Views:
25
I guess more simple way is just to create public variable, like following:
...
goMyToolbarVariable = CREATEOBJECT('MyToolbar')
goMyToolbarVariable.Visible = .T.
...
Than check that it exist:
IF !(TYPE(goMyToolbarVariable.BaseClass) == 'C')
* create it again
...
ENDIF
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform