Hi
I have a simple 'servicing' application that runs in VFP6 on a Windows 2003 web server (logged in, client app - not a service).
In order to free up resources, so the server can do other things - like serving up pages, I sprinkled a few DOEVENTS through the code.
Strangely, sometimes the DOEVENTS seems to be disconnecting my open tables... not ALL the time though.
Has anyone else come across this?
Regards
Griff
Keep [Smile]ing
I have a simple 'servicing' application that runs in VFP6 on a Windows 2003 web server (logged in, client app - not a service).
In order to free up resources, so the server can do other things - like serving up pages, I sprinkled a few DOEVENTS through the code.
Strangely, sometimes the DOEVENTS seems to be disconnecting my open tables... not ALL the time though.
Has anyone else come across this?
Code:
** this message appears
wait MyTable.MyField window nowait timeout 2
DOEVENTS
** this message sometimes causes an error to be thrown 'ALIAS MyTable not known'
wait MyTable.MyField window nowait timeout 2
Regards
Griff
Keep [Smile]ing