Viewing Rich Text from dataset using html value of text box

Hi, our users can write and edit a text in a ‘Rich Text Box’. This user generated Rich Text should then be viewed by other users (as read-only) via a text box.
The ‘.value’ of the Rich Text Box is saved to the dataset as a Rich Text field correctly. This value can similarly being rendered back to the Rich Text Box correctly (in Edit mode). However when I link the ‘.html’ field of a text box (for read-only mode) to the dataset field containing the ‘.value’ of the Rich Text Box, the textbox stays blank, if the generated ‘Rich Text’ was set to have a larger or bold font, etc ( when '

<span style= … ’ for instance). However if the input value is plain text, the text box renders the html correctly (when initials are

).

Is there any fix to this issue or any other way of viewing the contents of a Rich Text dataset field as read-only mode in a text box or any other embedding?

Note. Due to ‘query’ functions purposes, I can not set the dataset to Read Only and having the text rendered in the Rich Text Box Instead.

Thank you very much
Milad