You mention that you "perform a spatial selection". If you are using SQL you 
can always select the records into a names query and add the NoSelect keyword:

Select * From MYTABLE
        Where <some condition>
        Into CUR__SELECTION NoSelect

This will give you a "new" temporary table called CUR__SELECTION

Peter Horsb�ll M�ller
GIS Developer
Geographical Information & IT
 
COWI A/S
Odensevej 95
DK-5260 Odense S.
Denmark
 
Tel     +45 6311 4900
Direct  +45 6311 4908
Mob     +45 5156 1045
Fax     +45 6311 4949
E-mail  [EMAIL PROTECTED]
http://www.cowi.dk/gis


-----Original Message-----
From: Martin Tyberg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 24, 2005 5:10 PM
To: [email protected]
Subject: MI-L Turning Off Selection Highlight



Hi,

In some MapBasic code, I am performing a spatial selection. When the selection 
is invoked, the screen begins to flash and the features highlight.

Is there a way to stop the selection highlight?

Thanks in advance.

Martin

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



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

Reply via email to