Hi Mark;
Ron is using PB Classic so the code would be more like ...
TRY
// <WS code here>
CATCH ( runtimeerror lo_ex )
MessageBox ("WS Runtime Error", lo_ex.text)
END TRY
Regards ... Chris
Hi Mark;
Ron is using PB Classic so the code would be more like ...
TRY
// <WS code here>
CATCH ( runtimeerror lo_ex )
MessageBox ("WS Runtime Error", lo_ex.text)
END TRY
Regards ... Chris