Jump to content
Server Maintenance This Week. ×

Runtime solution will not allow closing of windows


This topic is 5205 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have recently created a runtime version of a database file. This file presents a layout of table records in a list and a script that is attached to each line that will pop-up a new window with a new layout showing the fields associated with the selected list record. everything seems to work fine in the runtime version, except the Close box on all of the displayed windows is disabled. Is there some restriction inherent in the runtime that does not allow you to close windows?

2010-01-30_103137.png

Link to comment
Share on other sites

Is there some restriction inherent in the runtime that does not allow you to close windows?

Yes. The runtime version does not allow users to close windows using the normal window close box.

You can provide this functionality back to the user via the "Close Window" script step. Add this script step or a script to a button on screen and/or a custom menu item.

Note that when a user of a runtime closes the last window in the solution, the runtime database will quit. You may want to accommodate this behavior in a script to avoid the user prematurely exiting your runtime solution.

Link to comment
Share on other sites

This topic is 5205 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.