January 16, 200818 yr I'm having a problem with managing windows in my database. I have 2 tables (Songs & CD’s) in my database, and want to have one window of each table open at a time with separate window names. I want to have buttons on each table layout that opens the other table layout in a new window OR selects that window if the window is already open. How do I write this script? Edited January 16, 200818 yr by Guest
January 16, 200818 yr Try... Select Window["Songs"] If [Get(LastError)] New Window["Songs"] Go to Layout["Songs"] End If
Create an account or sign in to comment