Development Platform: Visual Basic 6
If someone knows of a FAQ that will answer my question, please post it. I didn't find one elaborate enough to do so.
Okay, here's what's happening. User types in a PO Number into a field, and on the Lost Focus event, a function in the form attempts to look up values and place them in subsequent controls. The process map is:
Out: frmMain ---> clsDB_Ops ---> clsApp_Configs ---> loads XML
In: XML data ---> clsApp_Configs ---> clsDB_Ops ---> frmMain
In the event that the XML data cannot be returned to the clsDB_Ops class because of some sort of error, I want to handle that nicely back at the frmMain.
How is this done using custom exception handling?
Regards,
Randy
If someone knows of a FAQ that will answer my question, please post it. I didn't find one elaborate enough to do so.
Okay, here's what's happening. User types in a PO Number into a field, and on the Lost Focus event, a function in the form attempts to look up values and place them in subsequent controls. The process map is:
Out: frmMain ---> clsDB_Ops ---> clsApp_Configs ---> loads XML
In: XML data ---> clsApp_Configs ---> clsDB_Ops ---> frmMain
In the event that the XML data cannot be returned to the clsDB_Ops class because of some sort of error, I want to handle that nicely back at the frmMain.
How is this done using custom exception handling?
Regards,
Randy