Jason Mundok Posted April 29, 2003 Posted April 29, 2003 I'm trying to create a script that will take the user to a startup "message" screen for a few seconds while the four related files open in the background. I thought if I went to the layout and used freeze window that I wouldn't see the other files opening. It's not that big of a deal with four files, but in a solution with 20 or 30 related files, that could be quite annoying. Right now, I never even see my "_Startup" layout, just a white screen with the "Opening..." boxes popping up one after the other. Is it possible to do what I'm trying to do? Here's my script: Allow User Abort [ Off ] Go to Layout [ Main ] Perform Script [
cjaeger Posted April 29, 2003 Posted April 29, 2003 Go to Layout [ _Startup ] Refresh screen, bring to front --Freeze Window <-- delete that! Set Field [ _gUserName, Status(CurrentUserName) ] SetField(dummy_global;Related1:anyfield) SetField(dummy_global;Related2:anyfield) SetField(dummy_global;Related3:anyfield) ...... Go to Layout [ Main ]
Jason Mundok Posted April 29, 2003 Author Posted April 29, 2003 Thanks, that does display the startup screen momentarily, but since I'm running things off of a FM server, I still get the "Opening blank.fp5 as a multi-user..." message popping up for each file. Any idea how to hide those?
DykstrL Posted April 29, 2003 Posted April 29, 2003 Without hacking the FileMaker DLLs, there's no way to hide the server opening screens.
Recommended Posts
This topic is 8225 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