I have a bunch of print statements in a SP that tell me exactly what went wrong in the SP (if anything), but I cannot figure out how to capture the text in the
PRINT 'Receiver and Customer don''t match'
statements...
I pretty much want to get the info with the SP is executed, store them in a string and show the in a message box.
Is it even possible in VB6? I know you can do it with the .NET stuff, but cannot find any info on doing it in VB6.