Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check for _screen.activeform
Message
From
22/05/2003 11:33:41
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
22/05/2003 11:26:16
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Netherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00791659
Message ID:
00791663
Views:
17
>Hello.
>
>I have a toolbar wich works with _screen.activeform
>
>I tried to disable this toolbar when there a no activeforms like this.
>if vartyp(_screen.activeform) = 'O'
> _screen.activeform.next
>endif
>
>Is there another way to accomplish this.
>
>I would also much appreciate any documents/tutos on managing toolbars if there are any.
>
>Tia

if type('_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
Next
Reply
Map
View

Click here to load this message in the networking platform