Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: How To (Forms, Reports, and more) > Forms > Form Designer > Form Controls > Database Controls > DB OrgChart

Fields

Scroll Prev Top Next More

 

ð Field Map

ID

Specifies the data field for the unique identifier property, which determines the key value for tree nodes corresponding to a given database record. This field can be of any type, though it is usually defined as an integer. Values must be unique for each record and must not be empty. Records with a blank ID value are ignored.

Parent

Specifies the data field for the Parent property, which determines the parent of a tree node corresponding to a given database record. The Parent Field type must match with the ID field type. This field determines the parent of a node connected with a given record.

Caption

Specifies the data field for the Caption, which determines the text description for the nodes

Image

Specifies the data field for the Image property, which determines the image that is displayed within the tree nodes

Width

Specifies the data field for the Width property, which determines the width of tree nodes

Height

Specifies the data field for the Height property, which determines the height of tree nodes

Shape

Specifies the data field for the Shape property, which determines the geometric image of the tree node frames. Values can include names or integer values for the following shapes: Rectangle (or 0), RoundRect (or 1), Ellipse (or 2), and Diamond (or 3)

Color

Specifies the data field for the Color property, which determines the the background color of the nodes. Values can include color names, as well as integer and RGB values.

Child Alignment

Specifies the data field for the Child Alignment property, which determines a node's position in its home area. Use Child Alignment to set the location of a node on the screen relative to its children. Values can include text or integer numbers:

Left (or 0) - aligns the parent to the left of its tree, if the Rotated property is unchecked. Aligns the parent to the top of its tree, if the Rotated property is checked.

Center (or 1) - aligns the parent to the center of its tree.

Right (or 2) - aligns the parent to the right of its tree, if the Rotated property is unchecked. Aligns the parent to the bottom of its tree, if the Rotated property is checked.

Image Alignment

Specifies the location of an image within a node. Values can include text or integer numbers for the alignment locations: None (or 0), Left-Top (or 1), Left-Center (or 2), Left-Bottom (or 3), Right-Top (or 4), Right-Center (or 5), Right-Bottom (or 6), Top-Left (or 7), Top-Center (or 8), Top-Right (or 9), Bottom-Left (or 10), Bottom-Center (or 11), Bottom-Right (or 12)

 

 

 

 

DBOrgChart_Fields