Re: on change event hang
Hi everyone,
I was wondering if anyone could some insight on my problem.
I'm using AC2K and SQL Server 2K. I copied my FE onto the user's machine. The user's machine has similiar storage space & RAM and configuration as mine. There are two text boxes on the form w/ on change events When I try test the code it hangs from 8 seconds to 30 seconds on both of these controls.
I stepped thru the code it ran Exit Sub in the subroutines and hangs.
Exit_msp_barcode_Change:
-->Exit Sub
Err_msp_barcode_Change:
MsgBox err.Description
Resume Exit_msp_barcode_Change
End Sub
Why??
I appreciate any suggestions.
Hi everyone,
I was wondering if anyone could some insight on my problem.
I'm using AC2K and SQL Server 2K. I copied my FE onto the user's machine. The user's machine has similiar storage space & RAM and configuration as mine. There are two text boxes on the form w/ on change events When I try test the code it hangs from 8 seconds to 30 seconds on both of these controls.
I stepped thru the code it ran Exit Sub in the subroutines and hangs.
Exit_msp_barcode_Change:
-->Exit Sub
Err_msp_barcode_Change:
MsgBox err.Description
Resume Exit_msp_barcode_Change
End Sub
Why??
I appreciate any suggestions.