Style Property

Sets a value that determines how a text in a field on a page is formatted.

Applies To

  • Page field controls that contain text.

Property Value

The Style formatting that is applied to a page in edit mode is different than the formatting that is applied in view mode.

Value Format in Edit mode Format in View mode

Strong

Bold

Bold

Attention

Red

Default

Favorable

Bold + Green

Bold

Unfavorable

Bold + Italic + Red

Bold + Italic

Remarks

The Style property works together with the value StyleExpr Property to determine whether the field is formatted. If the StyleExpr Property evaluates to true, then the value of the field is formatted as specified by the Style property.

By default, the Style property is not set.

This property is not supported if one of the following data types is used for the SourceExpr of the field:

  • Code

  • Boolean

  • Binary

  • BLOB

  • GUID

  • RecordID

See Also

Tasks

How to: Style Field Text on a Page