Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbars
Message
From
18/07/2002 06:13:58
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
18/07/2002 05:57:55
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00679911
Message ID:
00679913
Views:
15
>I have made my base classes on line of examples provided in Tastrade application in MSDN. The problem is in the association of ToolBars with forms. They come properly with the form also get released for the first time. But after that whenever I call any form, the system gives me an error of "ACTIVEFORM is not an object" and loads the form & ToolBar.

Abishek,
It's saying there is no activeform. Make a check before using activeform :

if vartype(_screen.Activeform)='O' and !isnull(_screen.Activeform)

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform