December 29, 201213 yr I have two databases. The first one is an eCourse where the user interacts and gets information. Then at the end of the course they go to a testing database. I have scripted for the first database to close and then the second one to open. But I am getting a hestitation where the monitor goes back to the first database shows it closing with the window looking like it froze and then it closes and goes to my next database. How can I get it to do it seamlessly so the user does not know what is happening? Open File[firstdatabase] Perform Script["GoToFirstRecord"from file:"Haltfirstdatabase"] Close file[Current file]
December 29, 201213 yr Solution How about opening the 2nd database first, freeze window and then close the 1st database?
December 29, 201213 yr Author Thank you that worked. That was so obvious. Guess I was over thinking it.
Create an account or sign in to comment