Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining the currently active window
Message
 
 
À
12/10/2001 14:36:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00567748
Message ID:
00567882
Vues:
11
Yeah, that's basically what I was doing. The problem I had was not knowing what to set lcWindow to in the first place. That's what sent me on the hunt for the non-existant WACTIVE(). LOL!

Well, it seems to be working. Hopefully there's no timebomb out in that messy code where it won't work. Keep your fingers crossed. :)

Thanks,

Michelle


>I would try to trap the current window receiving the output and return it like this:
>
>lcWindow=woutput()
>ACTIVATE SCREEN
>IF woutput()<>lcwindow
> ACTIVATE WINDOW &lcwindow TOP
>ENDIF
>
>It's the way I used to do it BEFORE forms...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform