fed Posted September 14, 2010 Posted September 14, 2010 I use new windows to do calculations and finds on my database to avoid errors. Now I am finding that this is taking a lot of time. Is there a way to open a new window and have it open hidden?
bcooney Posted September 14, 2010 Posted September 14, 2010 Open it offscreen. Set the left to -5000. However, finds must happen in the current window. Otherwise, you'll need to transfer the found set's IDs to whatever window you want the user to ultimately see.
bruceR Posted September 14, 2010 Posted September 14, 2010 What kind of calculations? What are you actually doing?
Chris Cain Posted September 14, 2010 Posted September 14, 2010 I use new windows for many functions as well, although like Bruce I wonder why a new window is needed for "calculations" You may want to consider opening the window with a blank layout, and using the Freeze Window script step to minimize redraws. HTH
fed Posted September 16, 2010 Author Posted September 16, 2010 Thanks for all the suggestions. I will try them and get back to you.
fed Posted September 16, 2010 Author Posted September 16, 2010 There is a slight improvement with opening the window offscreen. I cannot find out how to open a new window with a blank layout. It seems I can only open the window with the current layout. If I then freeze the window, there is only minimal improvement in speed. The reason I need a new window is that I don't want to loose my place in the record list. I will now try to use portals, on a new window, instead, and see if that helps things. Any other suggestions?
bcooney Posted September 16, 2010 Posted September 16, 2010 If you would answer Bruce's question, we'd be able to suggest ways to optimize. We need specifics. Show us a script or describe its purpose.
fed Posted September 17, 2010 Author Posted September 17, 2010 It is hard to explain. Anyhow, I have now set up portals, and that is WAY faster. Thanks anyhow, Fed
Recommended Posts
This topic is 5181 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