Date:  06/03/2002 12:08:23 AM Msg ID:  000683
From:  FoxWeb Support Thread:  000682
Subject:  Re: Table Open Scope
As long as you keep the Close Tables setting enabled in the FoxWeb Control Center, all databases and tables will automatically be closed when the script is finished executing.  If you want to selectively keep some tables open, then you will need to handle closing of tables in your own code -- either in your scripts, or in fw_exit.prg.

FoxWeb Support Team
support@foxweb.com email

 

Sent by Joe Goldsmith on 06/02/2002 10:02:08 PM:

If I open a table in mypage.fwx and leave mypage.fwx, is the table closed? If not, where is the best place to place the USE command to close the table before leaving a page?

Joe