April 29, 201411 yr image attached I have 2 Select windows showing I am in the SELECT Main, I want to test making certain the SELECT mc_RemoteAgent window is was closed.. ..which means operator logged out correctly, mc_RemoteAgent app properly by using the Exit button.. if not I need to log operator out script, before proceeding to close MAIN TIA
April 29, 201411 yr If the window is not hidden, its name will be in the list returned by the "Windownames" function (It's a Design function)
April 29, 201411 yr WindowNames returns all window names, hidden or not; the way this is formulated (“currently open”) may be misleading, though. http://fmhelp.filemaker.com/fmphelp_12/en/html/func_ref1.31.52.html#1030146 The expression not IsEmpty ( FilterValues ( WindowNames ; "SELECT mc_RemoteAgent" ) ) can test on the presence of the window.
April 29, 201411 yr Author Ummm... thought I did... Sorry! Here to complete for other viewers... thanks to others.. a function i never used.. Thanks
Create an account or sign in to comment