Skip to main content
Nintex Community Menu Bar

Error message showing for split second

  • June 16, 2020
  • 0 replies
  • 6 views

Forum|alt.badge.img

Hi,
I have a form where the user enters a Student ID into a textbox. Upon tabbing or clicking elsewhere, the SQL Request fields below will populate if the Student ID exists. If the Student ID doesn't exist, I want an error message to appear. I've placed the error message on a Rich Text Control that sits on a Panel and added a rule to both. It appears to work fine but I notice my error shows for a split second every time I enter a valid Student ID. Does anyone have any better way of doing this so the error message doesn't show at all when a valid Student ID exists in the database?
This is the form...

8157i607905C4F9F463FF.png

 

Here is the rule...the condition reads "not(isNullOrEmpty(StudentName))||isNullOrEmpty(StudentID)" 

8158iF3810704EEC3711C.png

 

Here is the error message appearing just before the Student Name, etc. gets populated (this Student ID is valid)... 

8159iDAAD67E6266027EB.png