Runtime Behaviors options

Setting Description/Comments/Procedures
Use Workstation Login To log on using a workstation user ID and workstation domain name automatically, select this option.

When selected, the application does not prompt you for a user ID and password but logs you in automatically, using preregistered login credentials. When this check box is cleared, the system prompts you for a login ID and password every time you log in.

To use this option, your system administrator must register your workstation domain name and user ID in the Users > Workstation Domain/ID field.

This check box also appears on the Sign In dialog box. If you select the check box in the Sign In dialog box, you do not have to provide a user name and password, but you can still select different configurations.

Note: If you are accessing your application through Infor Ming.le, we recommend that you not alter the workstation login credentials, either on the Users form or during sign-in.
Show Configuration Name on Caption If you select this option, the name of the system configuration to which you are currently logged on is displayed in the title bar of the application.
Prompt to Save Form Splitter Changes If you select this option, you can save any changes that you make to the position of the splitter bar in multiview forms.

For example, suppose you have a multiview form open, and you move the splitter bar to enlarge your view of the grid side of the form. You like that change and want to make it permanent, so that every time you open the form, the splitter bar is right where you positioned it.

If this option is selected, when you close the form,a confirmation message asks if you want to save the current splitter bar position. To save the form configuration, click Yes.

If this check box is cleared, you cannot save splitter bar position changes in Runtime Mode.

Prompt to Save Grid Changes When this option is selected, you can save any changes that you make to the grid view in multiview forms.

For example, suppose you have a multiview form open, and you widen some columns and narrow other columns on the grid side of the form. You like the changes and want to make them permanent, so that every time you open the form, the grid side is just as you have it now.

If this option is selected, when you close the form, a confirmation message asks if you want to save the current grid-attribute change. To save the change, click Yes.

If this check box is cleared, you cannot save grid side changes in Runtime Mode.

Note: Before you perform a change, you should revert any runtime changes. Failure to do so might cause confusing results and interfere with your changes. See the help topic, Reverting form changes made in runtime mode.
Prompt to Save Flex Layout Changes When this option is selected, you are prompted to save any FlexLayout-attribute changes you might have made, when you close the form.
Note: Before you perform a change, you should revert any runtime changes. Failure to do so might cause confusing results and interfere with your changes. See the help topic, Reverting form changes made in runtime mode.
ENTER Key Behaves Like TAB Select this option to use the ENTER key to move between fields on a form, in the same way the TAB key works. To use only the TAB key to move between fields, clear this check box.
Note: 

When this option is selected, you can use either the ENTER key or the TAB key for most movement between fields and options on the form, with these exceptions:

  • In fields where you can enter several lines of text, pressing ENTER always starts a new line. To move to the next field, you must use the mouse or the TAB key.
  • If the focus is on a button, pressing ENTER executes the action represented by the button. To move to the next button or field without executing the action, you must use the mouse or the TAB key.
Include Grid Column Headers When Copying to Clipboard If you select this check box, column headers are included when you copy data in a grid to the clipboard. Clear this check box to not include column headers.
Unload IDO Metadata With Forms To clear the IDO metadata cache each time you unload global form objects in Design Mode, select this check box.

To unload global form objects select Form > Definition > Unload All Global Form Objects.

In IDO or application event development, clearing the cache ensures that you see the results of the current, edited metadata.

Auto-delete All Unmodified New Rows When this option is not selected, any row that the system inserts in a grid automatically is automatically deleted if you move away from the row without changing anything in it. However, the system does not treat rows that you create using a menu option, toolbar option, or keyboard shortcut the same way. With these rows, the system normally attempts to validate them, whether you have modified them or not.

When this option is selected,all new rows are treated as if they were inserted automatically. In other words, if you manually create a row and then navigate away without changing anything, the system automatically deletes it.

Optimize Script Execution This option optimizes form and global scripts so that they all run in one domain. This improves the loading and compiling time of scripts.

In most cases, this option should be selected. This option should be cleared only for developers and system administrators who are creating, maintaining, or debugging scripts. In a normal runtime environment, clearing this option can have a detrimental effect on system performance.

Display Captions in Most Recently Used forms list Select this option if you want the captions displayed in the Most Recently Used list.
Load/replace form with extended form Select this option to enable users to extend and replace an original (base) form. This feature opens a new (extended) form of a base form when a request to open the base form is received.

This option is available to Site or Vendor users only.

Wildcard Character Specify the wildcard character to use when you search for information with Filter-in-Place or query forms.

The default character is the asterisk (*).

SQL Characters to Pass Through In Filtering Specify any special characters that you want to be escaped in SQL wildcard queries.

The underscore _ and square brackets [ ] are special characters that can be used in a query with a SQL "LIKE" clause and a wildcard. For example, the underscore character_ in a wildcard context is treated as "any character" by SQL unless it is escaped. Some users want to use these special characters with their built-in query capabilities; other users want to simply use the characters like any other character in the query.

For example, you might specify the underscore _ here as a character to pass through. Then if you perform a query for the value my_data*, the SQL Server ESCAPE clause is applied to the underscore character in the query, and only instances that start with my_data are returned. If you do not specify the underscore here, the query assumes that the _ represents "any character" and it returns instances such as my3data.

User Data Record Cap and User List Record Cap The term caps refers to the maximum number of records or items that the system can return at one time. There are two types of caps that you can set:
  • Data records
  • Drop-down list items
Note: 
  • Instead of resetting the cap for collections, we recommend that you use the Get more rows in the current collection tool bar button.
  • These settings do not override any system-wide cap overrides that might be in effect.

Both of these types of caps have the same three options:

  • Use default: This option forces the system to use the system default cap setting. This is the default option.
  • Retrieve all: This cap forces the system to retrieve all records or display all items in a list, overriding the system default setting.
    Note:  This option is not recommended for most operations, because the time it takes to retrieve all records or display all items on a list can be excessive and slow the system down.
  • Use specified max: This cap enables you to set your own maximum. If you select this option, you must also specify a value in the field next to it.

    For example, if you want the system to return 350 records at a time, select this option data records and set the value to 350.

    A -1 value indicates that the system default setting is being used. If the Retrieve all option is selected, this field displays 0.

    Unless the system administrator has set the Save record cap override process default, this setting is not saved when you sign out.

Language From the Language list, you can select a language for the text in field labels, button labels, menus, online help, and other parts of the user interface. Then click Apply. This closes the User Preferences window.

See the help about the Multilingual User Interface.

Note:  Only those languages that are installed and available on your system are listed.
Initial Command The value of this field indicates the default initial command to be run when a form is opened and the form has no explicitly defined initial command. This user default initial command is applied only if the standard operation corresponding to that initial command is enabled for the form.

You can select any of these options:

  • Add: This option opens the form in such a way that you are set to create a new record.
  • Filter: This option opens the form and then immediately opens the query form associated with the form, if one exists.
  • FilterInPlace: This option opens the form in Filter-in-Place mode.
  • Refresh: This option opens the form and immediately returns all records in the collection (up to the record cap).
Comparison Tool To locate the comparison tool to be used, click the ellipsis button.

Before you can use this option, you must install a file comparison tool.

Restore Defaults To restore the system defaults for all settings, click this button.