Brett,

When you created the BindLayer to plot the points on the map, you created a
dataset at the same time.  The code to read the values in the dataset
"table" might be something like this...

Dim fld As MapXLib.Field
Dim ftr As MapXLib.Feature

For Each fld In MapX.Datasets.Item("MyData").Fields
        For Each ftr In MapX.Layers.Item("BoundLayer").Selection
                Debug.Print fld.Name & ": " &
MapX.Datasets.Item("MyData").Value(ftr, fld)
        Next
Next

Good luck,

Jeff James
Vice President
Sage Software, Inc.
3423 Piedmont Road NE
Suite 500
Atlanta, Georgia 30305
www.sagesoft.com <http://www.sagesoft.com> 
Phone: 404.262.7478.x12
Fax: 404.832.3366
eFax: 520.222.2020



-----Original Message-----
From: Brett H Brassell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 2:34 PM
To: '[EMAIL PROTECTED]'
Subject: MI MAPX and VB6 selection tool



I am using the selection tool to select an object on a bindlayer in a map,
but once selected how do I read in the information of the selected object?

Brett Brassell
[EMAIL PROTECTED]
(501) 277-3289

Wal-Mart Stores, Inc. Confidential

----------------------------------------------------------------------
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