J
Jim Mitchell
I find that some code (like saving cookies) is not processed before a
server.transfer in VB. I was thinking I could use DoEvents, but Visual
Studio does not seem to take it?
Listed below is the code...
Thanks in advance
DoEvents()
Server.Transfer(call_string)
server.transfer in VB. I was thinking I could use DoEvents, but Visual
Studio does not seem to take it?
Listed below is the code...
Thanks in advance
DoEvents()
Server.Transfer(call_string)