SQL Exception on Query Binding

Is there a way to catch a SQL exception on query binding in Perspective? We have some stored procedures that raise errors that need to be displayed to the user and we do not want the binding to just fail.

On the binding, I don’t think so, but you could move it to a script on either a timer component if polling is needed or when the window loads to pull and assign that data to that property. In the script I believe you could catch it and trigger either a message box or some other indicator.