stanley Posted June 30, 2001 Posted June 30, 2001 I've got a script which should open a related database; the windows are positioned so that both databases are visible to the user. However, when the script ends, the second database gets hidden. How do I make sure both databases are visible?
LiveOak Posted June 30, 2001 Posted June 30, 2001 Is the second database hidden by the first? Let us have a look at the script. -bd
Vaughan Posted July 2, 2001 Posted July 2, 2001 The Open[] script steps are not reliable for this. Instead, use the Go to related record script step, then call an external script in the related database -- the external script should end in the Refresh [bring to front] step. Use Open[] to open databases, nothing else. I'm sure I posted a message to the FAQs forum about this some months ago... take a look.
stanley Posted July 2, 2001 Author Posted July 2, 2001 this is how the script ends. The database calling the script has just hidden itself, and then these two should open; they've got their own real estate on screen, but only the second appears. open ["screener bottom"] open ["program info"] I'm assuming that the second hides the first. How do I prevent that?
Recommended Posts
This topic is 8550 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