When ever I use the “Check this item for errors” button, errors will not display. However, when I run the app, then errors do display.
For example, I have TextField1 & TextField2 in my code:
Dim DlgMsg As String
DlgMsg = NotFound.Text + TextField2.Text //Renamed TextField1 to NotFound on purpose in code.
When I click the said button, the IDE does not detect that “NotFound” is not a valid TextField, but when I run it, the IDE spits out the “Item does not exist” error, which the IDE should have found with “Check this item for errors”.
Anyone else experiencing this?