rogerD
unread,Nov 1, 2008, 8:21:19 AM11/1/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MapInfo-L
Please help me with a beginner's problem!
I have a regular task to create a map showing the locations of a few
hundred points, which I do by importing a spreadsheet, and using
Create Points from the MI menu to tell it which columns to use for X
and Y coordinates.
I would like to use Map Basic to automate the process, and have
written what I thought would be a very simple program. I have got as
far as importing the spreadsheet and making the table mappable using
'Create Map for mytable Coordsys ...". The empty map is made and I
can add it to the mapper using the Layers control.
What I can't do is to get MB to create the points using the correct
two columns. I have tried using Create Point and Insert Point in
various ways, but the best I can do is to create a single point.
What do I need to do in Map Basic to get the same function on the
whole table that I get using Create Points in the MI menu?