Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Check for Open Windows 1

Status
Not open for further replies.

TinLegs

Programmer
Jan 14, 2003
100
NZ
Is there a way to check if there are any windows open apart from the Main Frame? (Legacy app) I want to conditionally Enable/Disable a button on my Toolbar which calls a process. ie Disable if there is a window open. This is for a work around for my Invalid Page problem posted prior. Thank you.
 
See my other post, you can use :

IF ?Tile{PROP:Disable} = False ! Windows open
ELSE
END

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top