is it possible to simply wrap a block of code in a try..catch..end try statement, and in the catch, have an error provider 'sniff-out' the control that caused an error?
Or do you have to individually test each control that needs validation?
Printable View
is it possible to simply wrap a block of code in a try..catch..end try statement, and in the catch, have an error provider 'sniff-out' the control that caused an error?
Or do you have to individually test each control that needs validation?