Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Reference Index > Using the Advanced Rich Text Editor

Context Menu

Scroll Prev Top Next More

After placing the Advanced Rich Text control, right clicking on it will display a context menu with several options.

 

Align - Displays the Alignment dialog for adjusting the horizontal and vertical alignment of the selected objects.

Component ID - Unique identifier used when passing PROPERTY/GETPROPERTY parameters in statements calling the report

Bring to Front - Places the currently selected object on the foreground of layered objects

Send to Back - Places the currently selected object in the background of layered objects

Edit - Opens the Advanced Rich Text Editor dialog for editing, loading, and saving text for the object

Mail Merge - When checked, this property will cause the Rich Text component to scan the text, searching for occurrences of valid Data Pipeline field names surrounded by less than/greater than symbols (e.g. <custno>). If field names are found, they will be replaced with the field value. Only column names from the table which the report is based on are supported.

Position - Opens the Position dialog window for specifying hard-coded coordinates

Reprint On Overflow - Reprint On Overflow applies to situations where a Stretchable component is stretching across pages. If the text overflows onto a new page, any components that are on the same band will reprint on the new page (if Reprint On Overflow is checked).

Shift Relative To - When multiple stretching components occupy the same band, use this property to specify how each component should be positioned relative to other stretching components. Shift Relative To can only be used for components that are dynamically sized. If you have a static component, such as a label, which needs to shift relative to a given stretching component, then place the component in a region and set the Region's Shift Relative To to the stretching component. See Notes.

Shift With Parent - Shift With Parent applies to situations where a Stretchable component is stretching. If Shift With Parent is checked, the report component will move based on the amount of stretching the text requires. When you want components to appear at the bottom of a Rich Text object, this is a useful feature. If the object stretches to a new page, the components will print on the next page.

Stretch - The Stretch property determines whether the Height of the object automatically stretches to allow the entire contents of the Rich Text to be printed.

Visible - The Visible property determines whether a report component will be printed

 

Notes

When stretching components are placed within a region, the Shift Relative To property is disabled. You may notice that all of the stretching components in the band do not always appear in the Shift Relative To dialog when you are assigning this property. This is due to validation logic which ensures that components which are shifting relative to one another are not involved in a circular reference. In other words, if Memo1 is shifting relative to Memo2, then Memo2 cannot shift relative to Memo1, as this would create a situation which the report engine could not resolve.

 

SM_AdvanceRichText