Suppress SQL Query Binding Error Popups

I have a number of data entry components that have SQL query bindings. Whenever there is a network loss, all of these components will trigger an Error Popup window for Network Loss. Is there anyway to suppress these error popup windows without using the runscript() expression binding? I’d like to keep the SQL queries within the SQL Query binding instead of having to write a custom function for all of the queries.

Thanks in advance for the help,
-Will

Thanks dkhayes. These queries are actually on standard Text Field and Text Area components. So I do have the fallback option. But it seems like the fallback option doesn’t work when the Network Connection Lost error triggers? It works to suppress all other query errors but doesn’t seem to suppress that one.

I see. I’m not too sure on this one. If I find out anything, I’ll post it.