Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining the currently active window
Message
From
12/10/2001 14:55:36
 
 
To
12/10/2001 14:36:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00567748
Message ID:
00567882
Views:
10
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...
Previous
Reply
Map
View

Click here to load this message in the networking platform