Site hosted by Angelfire.com: Build your free website today!
 

PowerBuilder - Triggering the PFC Error Object WITHOUT Triggering a System Event


If you are using PB 6.x, look at the PopulateError() function.  It allows you to populate the error object WITHOUT triggering a system error.

I saw a piece of code one day to force a system error, divide by zero.