I am using Visual Studio 2022 and the standalone Report Designer. I am receiving the following error on a TRDP file:
An error has occurred while processing HtmlTextBox 'htmlTextBox1'
An error occurred while parsing EntityName. Line 1, position 21.
The formula for htmlTextBox1 is = Format("Old: {0}<br />New: {1}", Fields.oldValue, Fields.newValue)
This formula has been working for months and still works for most data but we periodically have this happen. I suspect that the error is happening with data for Fields.oldValue. Is it possible that a null value could cause this? What are my options?
Thank you,