Skip to main content
Nintex Community Menu Bar

Customize error and HandleLoadErrors = True problem

  • September 6, 2006
  • 1 reply
  • 8 views

Forum|alt.badge.img+2
I am trying to show a custom error instead of "Worklist item not found" in smartform.

I tried to set the ErrorPage directive of <%Page%>
or add a Page_Error handler to Page.Error event.

But both not working, the Smartform is so "smart" enough that still showing "Worklist item not found"

I found that in the smartform property, there is the property calls "HandlerLoadErrors", does anyone know what it mean? What is the different if I set it to True or False?

1 reply

Forum|alt.badge.img
  • November 9, 2006
Yes you have to set the HandleLoadErrors = Fasle, in order to redirect to your Custom Error Page. Hope this helps.