Hi John,

This will close all query tables in the front mapper:

Include "mapbasic.def"

Declare Sub Main

Sub Main

        Dim t as SmallInt

        For t = NumTables() to 1 Step -1
                If TableInfo(t, TAB_INFO_NAME) like "Query%" Then
                        Close Table TableInfo(t, TAB_INFO_NAME)
                End If
        Next

End Sub




-----Original Message-----
From: John Polasky [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 19, 2005 4:15 PM
To: [email protected]
Subject: MI-L Closing Query 'tables'


Listers-

Is there a 'One-Size-Fits-All' method for closing ALL query/temp tables
in mapbasic, regardless of the query number?


Thanks!!!!

-John

---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 18399


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 18400

Reply via email to