Better message notifications in the Clarify Client
December 12, 2011
One of the common ways to do a message / notification to user from a from within the Clarify Classic Client is with a simple popup message box. For example, if the user does a save operation on a form, and the save is successful, then it’s not uncommon to see a simple message box posted. Sub btn_message_click() App.MsgBox "Something Interesting Just Happened" End Sub These messages are purely informational. We’re not requiring the user to make a decision – we just want to tell them something. The problem is that these message boxes interrupt the user’s flow. Don’t interrupt my flow, man Alan Cooper, in his book About Face 2.0, calls this stopping the proceedings with idiocy. And that's exactly what it is. There is a particular form of excise that is so prevalent it…