This may help

Dim a as object
Select * from <<your table>> where <<criteria to select the object>> into
temptable
a = selection.obj
ALTER OBJECT a INFO 3, MakeBrush(1, CYAN, BLUE)
UPDATE TempTable set obj = oDMA where rowid = 1

Commit table <<your table>> interactive

note
    Makebrush command format = (pattern, forecolour, backcolour)

Ian

----- Original Message -----
From: Tim Rood <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 05, 2000 6:02 PM
Subject: MI MB: Latest Agony


>
> I'm trying to make a single polygon in a single table change colors using
MB
> and I can't seem to find the right MB incantation to make it happen.  All
I
> want is to have the single selected polygon on the top layer of my map
window
> be a distinct color from the other polygons around it. And I'd like it to
be
> the same color every time the program fetches a new single polygon and
puts
> that one on top of the layer control pile.  Does one of the MB experts in
the
> crowd have a minute to brief me on this?
> Thanks,
> Tim Rood
>
>
>
> ----------------------------------------------------------------------
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
>


----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to