January 30, 201015 yr 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?
January 30, 201015 yr 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.
Create an account or sign in to comment