Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar in SDI Form
Message
 
 
To
11/06/2002 19:29:45
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00667149
Message ID:
00667380
Views:
18
>
>*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--
Previous
Reply
Map
View

Click here to load this message in the networking platform