I have been trying to create a small MapBasic program to alter the line
styles in a table based on a selection.
Everything seems to be OK as far as the selection and setting up the style
but I can not get the darn things to change.
I am sure it is something really stupid that I am missing.
Please help the village Idiot!
here is the code............
dim VarObj as Object
dim p_Accepted as Pen
p_Accepted = MakePen(2,2,65280)
Map From PowellBill
Select * from PowellBill where Status = "ACCEPTED" into Accepted
VarObj = Accepted.obj
Alter Object VarObj
Info OBJ_INFO_PEN, p_Accepted
_______________________________________________________________________
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.