On Thu, Jun 10, 2010 at 5:41 PM, Luc Delcoigne <[email protected]> wrote:

> on a form I have a Advanced Rich text Editor that corresponds to a BLOB
> field. > When I double-click the Blob field the editor opens.
>
> Is there a way to automatically open the editor in Rich text and with a font
> Times New Roman 11 e.g. ?

Luc,

Here's how:

01. Assign a unique Component ID for Advanced Rich Text Control.

02. Use the following PROPERTY command to dynamically open the Rich Text Editor.

    PROPERTY <Component ID> SHOW_EDITOR 'TRUE'
    RETURN

    This will bring up the Note/BLOB Field Viewer/Editor with [RTF]
tab as default.

03. You may use the following additional properties to customize
R:BASE BLOB Editor:

    PROPERTY BLOB_EDITOR CAPTION ' This is the R:BASE you have always wanted!'
    PROPERTY BLOB_EDITOR ICON 'IntoTheFuture.ico'

Have fun!

Very Best R:egards,

Razzak.


Reply via email to