rbrouwer Posted September 27, 2004 Posted September 27, 2004 I was wondering if there was a way for Filemaker to see if a certain window existed and refresh it if it did, but create it if it didn't, so that a certain window could be "toggled" with a button, rather than getting new copies of the window each time the button was clicked. I tired using an IF/CASE statement with the WindowNames function, but it didn't work. Any ideas ?
MoonShadow Posted September 28, 2004 Posted September 28, 2004 This will work also ... If [ PatternCount (WindowNames; "YourWindowName")] Select Window [ Name: "YourWindowName") ] ... etc.
rbrouwer Posted September 29, 2004 Author Posted September 29, 2004 Thanks kindly. Both suggestions work. Sorry I haven't updated my profile, the version is FMP 7 :-)
Recommended Posts
This topic is 7623 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now