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 |
|
- Creating and editing forms
- Create a form using the Form Wizard
- Update a form
- Using the drawing canvas
- Forms Designer properties view
- Setting properties
- Forms Designer controls and tools
- Enabling HTML in forms
- Add a subform to a form
- Using pop-ups
- Add a dynamic form to a form
- Building a graph diagram
- Components of the graph
- Defining the graph in XML format
- W3C schema for graph diagram XML
- Valid values for graph elements and attributes
- Referencing images in the XML for the graph control
- Defining actions on nodes and edges in the XML for the graph control
- Graph toolbar icons
- Functions and displayevent definitions for actions in the graph diagram
- Activate an action on a node or edge in a graph
- Set the focus on the graph
Building a graph diagram
The graph control enables you to display and interact with a graph that consists of a set of nodes connected by edges that represent a network of interrelated objects. The following is a summary of the diagram capabilities:
- Supports hierarchical graphs. Since it is not feasible to draw all possible nodes on one diagram, the graph represents a subset of these as a single node. The user can then drill down to see the node or edge of interest.
- Supports inter-edges. An inter-edge is a virtual edge between two group nodes that represents the many edges that actually run between the two groups.
- Supports advanced layout algorithms that minimize edge crossover.
- Supports a client/server model. The application partitions between the client and the server.
- Supports the ability to bind compound rendering methods to nodes and edges. For example, a node may include an icon, two labels, and a circle around it.
- Supports user definable actions on nodes and edges by double-clicking and/or right mouse click.
- Supports scaling.
- Supports scrolling and scaling.
- Supports printing and output in common file formats.
- Supports modifications to the diagram such as adding, moving, and deleting nodes and edges.
Related concepts
Components of the graph
Defining actions on nodes and edges in the XML for the graph control
Defining the graph in XML format
W3C schema for graph diagram XML
Valid values for graph elements and attributes
Referencing images in the XML for the graph control
Graph toolbar icons
Functions and displayevent definitions for actions in the graph diagram
Related tasks
Activate an action on a node or edge in a graph
Set the focus on the graph
Related references