mellenburg
Programmer
Can someone tell me what Response.buffer=False does? I'm running scripts that take several minutes to process so I'm assuming it has something to do with keeping the browser active.
The problem I'm having is when I have this statement on a form. When I submit information the first time, everything is fine. When I submit twice, I get the following error message:
Buffering cannot be turned off once it is already turned on.
I don't get the error if I remove the Response.buffer=False statement, and it only appears in the program once. If this statement is necessary, how do I get around the error that seems to appear when the statement is encountered a second time.
Matt
The problem I'm having is when I have this statement on a form. When I submit information the first time, everything is fine. When I submit twice, I get the following error message:
Buffering cannot be turned off once it is already turned on.
I don't get the error if I remove the Response.buffer=False statement, and it only appears in the program once. If this statement is necessary, how do I get around the error that seems to appear when the statement is encountered a second time.
Matt