Thursday, December 14, 2017

Tip of the Day: Adjusting the Default Font of the BLOB Editor's Rich Text Tab
Product.......: R:BASE X and R:BASE X Enterprise (Version 10)
Build.........: 10.0.3.11214 or higher
Section.......: BLOB Editor, Commands
Keywords......: Defaults, RTF, Rich Text, Font

Did you know that you can adjust the default font of the BLOB Editor's "Rich Text" tab on demand?

Additional PROPERTY command parameters have been introduced to alter the default font for the Rich
Text tab page of the BLOB Editor:

  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_NAME 'Value'
  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_SIZE 'Value'
  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_COLOR 'Value'
  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_BOLD <ON|OFF>
  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_ITALIC <ON|OFF>
  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_UNDERLINE <ON|OFF>
  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_STRIKEOUT <ON|OFF>
  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_NORMAL ' '

The commands will update the default settings, so values passed are "saved" once the BLOB Editor is closed. The DEFAULT_RTF_FONT_NORMAL parameter uses a normal font for the RTF page, removing
any bold, italic, underline, and strikeout style in place.

When opening the BLOB Editor using the RBBEDIT command, the PROPERTY commands must be executed first, before launching the BLOB Editor. When opening the Data Browser using the BROWSE/EDIT commands, the PROPERTY commands must be executed first, before launching the Data Browser.

Example:

  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_NAME Verdana
  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_SIZE 10
  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_COLOR Maroon
  PROPERTY BLOB_EDITOR DEFAULT_RTF_FONT_BOLD ON

One of the most important aspects in business growth is your company's data, and no one else has more invested in your success than R:BASE Technologies. Invest forward with R:BASE!

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to