Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Active Window/Form
Message
 
 
To
24/01/2002 13:59:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00609954
Message ID:
00609966
Views:
18
This message has been marked as the solution to the initial question of the thread.
>Hi All,
>
>I know I have seen it but now can not find it a way to check all active windows/forms to determine if a form is running/displayed. TIA Cecil
For Each loForm in _Screen.Forms
  IF loForm.Caption = ...
    ...
  ENDIF
Endfor
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform