G
Guest
Hello Group
I have a button click sub, which calles a function called 'send'
to send over a tcp connection. This function can call an
exception. If an exception occurs, I need to quit the button
click function. My problem is how do I propagate the
exception from the 'send' function, to the parent function
(the button click function).
Thanks (I have not done this sort of thing before)
(unless the way it to simply use return codes and test them,
like in api programming)
I have a button click sub, which calles a function called 'send'
to send over a tcp connection. This function can call an
exception. If an exception occurs, I need to quit the button
click function. My problem is how do I propagate the
exception from the 'send' function, to the parent function
(the button click function).
Thanks (I have not done this sort of thing before)
(unless the way it to simply use return codes and test them,
like in api programming)