Behavior user preferences options in the web client
Behavior settings control how the system behaves.
This table shows the available Behavior user preferences options in the web client:
Option | Description/Comments/Procedures |
---|---|
Show Configuration Name On Caption | To display the name of the system configuration, to which you are currently logged on, in the title bar of the application, select this option. |
Prompt to Save Form Splitter Changes | When this option is
selected, a prompt to save your changes displays when you close a MultiView
form in which changes have been made to the position of the splitter bar. For example, in a MultiView form, you can move the splitter bar to enlarge the Grid View of the form. If this option is selected, then you can save the changes permanently, so that every time you open the form, the Grid View is right where you positioned it. When you close the form, a prompt displays, asking whether you want to save the current splitter bar position. To save the form configuration, click .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, a prompt to save your changes displays when you close a MultiView
form in which changes have been made to the Grid View. For example, in a MultiView form, you can widen some columns and narrow other columns in the Grid View of the form. If this option is selected, then you can save the changes permanently, so that every time you open the form, the Grid View is just as you have it now. When you close the form, a prompt displays, asking whether you want to save the current Grid View changes. To save your changes, click .If this check box is cleared, you cannot save Grid View changes in Runtime Mode. |
Prompt to Save Flex Layout Changes | When this option is selected, a prompt to save your changes displays when you close a form in which changes have been made to its FlexLayout attributes. |
Prompt to Save DataView Layout Changes | When this option is selected, prompt to
save your changes displays when you close a form in which an updated
DataView layout is in use, or if a DataView layout is switched to another
layout. DataView Layout changes include updates to:
The prompt to save changes applies to all types of DataView Layouts except for DataSearch. If you make changes to multiple DataView components in a form, then a separate prompt to save your changes appears for each component. |
Unload IDO Metadata With Forms | To force the system to unload IDO metadata when forms are closed, select this option. |
Display Captions in Most Recently Used forms list | To display the form captions, instead of form names, in the Most Recently Used list, select this option. |
Load/replace form with extended form | To enable users to extend and replace an original
(base) form, select this option. If this option is selected, when a request
to open the base form is received, a new (extended) form, of a base form,
opens. This option is available only to users with Site Developer or Vendor Developer editing permissions. |
ENTER key behaves like TAB key | To use the Note:
If you select this option, then you can use the key or the key for most movement between fields and options on the form, with these exceptions:
|
key to move between fields on a
form, in the same way the key works, select this option. To use only the
key to
move between fields, clear this check box.
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:
Note:
Both of these types of caps have the same three options:
|
Language | To set the
language for the texts in field labels, button labels, menus, online help,
and other parts of the user interface, select a language from the list, and
then click Note: Only languages that are installed and are available on
your system are listed. It can take a few minutes for the language to
apply to the system.
Currently, the Mongoose help is available only in U.S. English. |
.
Wildcard character | Specify a wildcard
character. The wildcard character is used 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 a SQL character to
pass through in filtering. The special character that you specify is escaped
in SQL wildcard queries. The underscore (_) and square brackets ([ ]) are special characters that you can use 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. There are users who use these special characters with their built-in query capabilities while others use the characters like any other character in the query. For example, if you specify the underscore character as a character to pass through and you perform a query for the value my_data*, then 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 the underscore character in this field, the _ in the query represents represents "any character" and instances such as my3data are returned. |