Every once in a while during my OLE, I get a server busy message with three buttons, switch to, retry, and cancel (greyed out).
I have read that using the App.OLEServerBusyTimeOut = 9999999 would increase the time to a point that this error would not occur, but when I tried it, I still go the error.
Anyone have a idea of how to suppress this error message?
A quick word about using Visual Studio to make the exe programs....
Many commands do not behave as expected because cypress express is more like VB6, and VS seems to use .NET rather than anything else. So where possible use the enumeration codes. It runs a lot smoother that way.
A quick word about using Visual Studio to make the exe programs....
Many commands do not behave as expected because cypress express is more like VB6, and VS seems to use .NET rather than anything else. So where possible use the enumeration codes. It runs a lot smoother that way.