Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vbhlb
  • Order by date
  1. vbhlb

    EIS - Brio Javascript - Handling Errors

    Hi Sharla, you should surround your connect-statement with try/catch. In case of an error the catch block is executed, where you can start an alert. It looks like that: [code] try { ...Datamodel.Connection.connect() } catch (error) { Alert(error.toString()) // return if you like to...

Part and Inventory Search

Back
Top