Hi Juanse,
You can query the objects by using
Select * from tablename where Str$(obj) = "Region" into Sel
Then you'll have all the Polygons.
Or create a new column and update them with the object-type
Update tablename Set newColumn = obj
Or create a query which will give you all objects
Select Col1,Col2,obj from TableName into Selection
Where they'll be a new column called object which indicates the object-tpe.
Marco Kok
CityGIS Business Software
Nassau Ouwerkerkstraat 3
2596 CC Den Haag
The Netherlands
Tel. +31 (0)70 - 3268215
Fax.+31 (0)70 - 3268736
-----Original Message-----
From: Franco P. Peta [mailto:[EMAIL PROTECTED]]
Sent: dinsdag 25 september 2001 20:08
To: MapInfo
Subject: MI-L object style
Hi there
I can't remember the command for getting the text style or in general =
the styles for each record.
I have a table that have polygons, lines and text. I will like to =
generate a new column with some sort of indication of the object type, =
so as to check each text and line. The final table must be only of =
polygons...
Thanks
Juanse
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.