Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check for _screen.activeform
Message
De
22/05/2003 11:33:41
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
22/05/2003 11:26:16
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00791659
Message ID:
00791663
Vues:
16
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform