Unplanned
Last Updated: 23 Jan 2023 15:48 by Damian
Damian
Created on: 23 Jan 2023 15:48
Type: Bug Report
2
HtmlTextbox - html entities in embedded expressions are parsed even though they should not be.

When HTML entities are used in an embedded expression of the HtmlTextBox, they are parsed.

The same does not happen when the "= ..." expression syntax is used.

For example:

This expression works.

= Replace(Fields.Column2, 'less than','<')

This one throws an error.

{Replace(Fields.Column2, 'less than','<')}

 

0 comments