- Field(s) to search
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Quick Search/Field(s)to search.xml
As with the Detail or Search Part, the Quick Search needs to be told where to search for data. The Field(s) to search property is where you specify which fields in your grid you want the Quick Search to conduct a search. Clicking the button to the right of the Field(s) to search property will open the Select Field(s) to Search dialog. This dialog gives you the option of to Search a single field or to Search multiple fields .
- Embedded Dialog S Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/Embedded Dialog S Directive.xml
The S directive makes an embedded dialog scrollable.
- Text Box S Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/Text Box/Text Box S Directive.xml
The S directive makes the text in a Text Box into a spin control.
- RTF S Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/RTF/RTF S Directive.xml
The S directive displays the text in a static, non-scrollable window.
- Tree Control S Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/Tree/Tree Control S Directive.xml
The formatting string %S=BLR% is used to specify that a tree control should be displayed with the familiar boxes and lines.
- Column width(s)
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/Form Properties/Form properties/Form Layout/ColumnLayoutContainerProperties/columnwidths.xml
Enter the width using CSS syntax. If you enter a single value, all columns use that value. If you enter a comma delimited list of widths, the values you enter are applied to the corresponding column.
- Primary key field(s)
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Detail View/Table Properties/Table Properties/primaryKeyFields.xml
One or more fields that define the primary key for the table.
- Clear Field(s)
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Field/Clear Fields.xml
The Clear Fields action clears the contents of specified fields on a form or browse.
- Hide Object(s)
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Hide Objects.xml
The Hide Object(s) action hides objects on a window. When the action is performed, the selected objects are removed from sight. This action is contextually useful in order to remove unnecessary objects (as dictated through user interaction) from sight. You can see this action in use throughout Alpha Anywhere, including the Script Genie, as Alpha will often hide entry fields depending on the choices you made previously.
- Disable Object(s)
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Disable Object_s_.xml
The Disable Object(s) action renders objects unable to receive focus. A user cannot switch focus to a disabled object.
This action, when used with the Enable Object(s) action, is useful when either user interaction is required for accessing objects, or user interaction indicates that specific objects are unimportant/important for the task at hand. In either case, use the Disable Object action to restrict objects from receiving focus, and use Enable Object to allow focus.