Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Using pop-ups
You can display a form as a pop-up by embedding the comfill widget in the form.
Pop-up forms enable you to create a form once, and then use it in other forms. Construct a pop-up form in the same way as you would a standard form.
Forms displayed as pop-ups are read-only; users cannot interact with them. If you want your users to be able to interact with the form, display the form as a standalone of another form instead of as a pop-up.
- Pop-ups only display one record. If the virtual join returns zero or multiple records, the pop-up form will display an error message.
- Only a single pop-up can be active at a time.
The following widgets are supported for pop-ups. Use a regular subform instead of a pop-up subform for any widget not on this list. If you use a non-supported widget, the pop-up will display an error message.
- Checkbox
- Date
- Group/Frame
- Image
- Label
- Table
- Text
- TextArea
- Wrap Label
Note: For the Web client, the allowed maximum width of a pop-up form is 500 pixels. When designing a pop-up form for the Web client, make sure that the pop-up form is not too wide; otherwise, it may not appear correctly on the Web client.
Add a pop-up to a form
Applies to User roles: System Administrator
To add a pop-up to a form:
- Click Tailoring > Forms Designer in the System Navigator, or type
fd
on the Service Manager command line and then press Enter. -
Type a form name and click Search.
Service Manager opens a list of forms. Click the form you want to update to open it.
- Click Design to open design mode.
-
Add a comfill widget, or select an existing comfill.
The properties for the comfill appear in the properties view.
- Specify the name of the form you want to display when the user hovers over the comfill in the Pop-up Subform Format field.
- Specify source field name to associate with the comfill in the pop-up Subform Input field.
Note: This field should exist on the link record.
- Click the Pop-up Subform Enabled box.
- Click Web Preview to see what the form will look like in the Web client.
- Click OK to see what the form will look like in the Windows client.
- Click OK to save your changes.
- Open the form using Database Manager to test your changes:
- Click Tailoring > Database Manager
Click Search.
Service Manager opens a list of forms.
- Click the form you just modified to open it.
When the user hovers over the comfill control that you placed on the form, if the virtual join returns a single record, Service Manager will display it in a pop-up subform.
Related topics
Form creation
Forms Designer
Using the drawing canvas
Access Forms Designer
Create a form using the Form Wizard
Add a subform to a form
Add a dynamic form to a form
Forms Designer controls and tools
Comfill control
Subform control