MI-L Legend to Word - SUMMARY

2002-03-18 Thread Alex Eshed
--Boundary_(ID_F3pz5vzr4/QxmVPjKb470w) Greetings, List. Sorry this summary is a bit late. Thanks to MapInfo Technical Support (Blaine Castle), Jacques Paris, and Jennifer McQuiston. ...Try using the Tools Legend Manager Embedded Legend on the thematic map. Then use the OLE grabber to copy

RE: MI-L Legend to Word - SUMMARY

2002-03-18 Thread Paul . CRISP
Blimey, if you've got a legend with 100 lines its going to be hard to read under any circumstances! :-) Paul Crisp Syntegra Direct: 0191 461 4522 Mobile: 0776 414 3762 Fax: (0191) 461 1959 Innovation Place Metro Riverside Park Delta Bank Road Gateshead Tyne Wear NE11 9DJ -Original

RE: MI-L World Time Zones

2002-03-18 Thread Warren Vick, Europa Technologies Ltd.
Hello Lyn, A late reply as I've just returned from a vacation. We have a time zone data set under our Map Elements product range. Full information at http://www.europa-tech.com With more-or-less any GIS software, you can easily group together the bands of countries/regions which make up each

MI-L Mapx

2002-03-18 Thread shashi kumar
hi I would like to give the user option of editing the attribute data of map layer in MapX application. pls let me know if this is possible. rgds shash ___ List hosting provided by Directions Magazine |

MI-L MapXtreme Java 4.0: MapJ code

2002-03-18 Thread Madock Chiwenda
Hi Everyone I wonder if I am posting to the right list. If not please would someone direct me to the correct one. I would like to write the Find Nearest application using MapJ API using Evaluation copy of MapXtreme Java 4.0 and the Find Nearest sample codes from MapInfo KnowledgeBase. However

Re: MI-L Mapx

2002-03-18 Thread DeepakKa
Hi Shashi Its quite possible to edit/ update/ add new attributes to an existing layer. You can use the layerObj.UpdateFeature method to do so. where layerObj is a MapXLayer You can also all new features with layerObj.Addfeatures and then attach those features to the layer HTH Deepak

MI-L MapXtreme Java 4.0: MapJ code

2002-03-18 Thread Madock Chiwenda
Hi Everyone I wonder if I am posting to the right list. If not please would someone direct me to the correct one. I would like to write the Find Nearest application using MapJ API using Evaluation copy of MapXtreme Java 4.0 and the Find Nearest sample codes from MapInfo KnowledgeBase. However

MI-L Polygon contains a coordinate

2002-03-18 Thread Fast, Tim
Is there a way in MapBasic to determine what polygon in a table contains a particular X-Y coordinate? For example if I have a coordinate of: -101.6618 and 41.8473 What county in the US county table would that coordinate fall in? Thanks, Tim Fast Pioneer Hi-Bred International

AW: MI-L Polygon contains a coordinate

2002-03-18 Thread Christof Kaiser
create a point from you coordinates and try an 'within' with the table. christof -Ursprüngliche Nachricht- Von: Fast, Tim [SMTP:[EMAIL PROTECTED]] Gesendet am: Montag, 18. März 2002 15:39 An: MapInfo-L (E-mail) Betreff: MI-L Polygon contains a coordinate Is there a way

MI-L MI , RIP and Postscript

2002-03-18 Thread Max Fernandez
Hi there, Is there an alternative for sending MI layouts to a RIP system, than going through the intermediate postscript file to be imported in Corel and equivalent programmes. Do add-ons to Mapinfo (V5.5 and higher) exist that generate directly CYMB colour-separates? Tia. M.

RE: MI-L Polygon contains a coordinate

2002-03-18 Thread Jacques Paris
I would use first Searchpoint(frontwindow(),x,y) Frontwindow() can be replaced by the window ID if you have stored it somewhere That gives the number of objects found in that location. If 0 then it's a miss, if =1 it is what you what and you will retrieve the row number of your object by

Re: MI-L MI , RIP and Postscript

2002-03-18 Thread Uffe Kousgaard
I have used Superprint a few years ago. It is very flexible: http://www.zeno.com/Products/SuperPrint/Default.asp Kind regards Uffe Kousgaard www.routeware.dk - Original Message - From: Max Fernandez [EMAIL PROTECTED] To: MapInfo-L [EMAIL PROTECTED] Sent: Monday, March 18, 2002 4:45 PM

MI-L *.bil HELP!

2002-03-18 Thread Niemiec, Neal
___ 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.

MI-L site news

2002-03-18 Thread Jacques Paris
I have changed some the structure of our site by adding 2 new sections. First, MI ENVIRONMENT will regroup documents about issues that are not by nature “programming” questions, even if they may have some indirect impact on programming; that addition makes the renaming of “MI/MB support” to “MB

MI-L SQL Select

2002-03-18 Thread Christian McNierney
I have two tables, one contains points, the other polygons. I want to find out how many points are within each of the polygons and update that count in the polygon table. I'm drawing a blank on this one. Thanks, Christian McNierney Spatial Insights, Inc. A Geographic Information

Re: MI-L SQL Select

2002-03-18 Thread Uffe Kousgaard
Go to Table Update Column and fill in the appropriate fields: If you open a mapbasic window first, the result should look like this: Add Column polygontable (countfield) From pointtable Set To Count(*) Where within Kind regards Uffe Kousgaard www.routeware.dk - Original Message -

MI-L PDF again

2002-03-18 Thread Dyan C. Catamaran
Hi Users I have two PDF printing issues Generic I got the MI layout map without any graphics and create a PDF file using PDF writer or Distiller. When I want to create the full PDF layout files, I use Adobe Illustrator. The major advantage is that the MI workspace is loaded very fast and all

MI-L: MapMarkerJServer 2.1.1 on Win2K?

2002-03-18 Thread Carroll, Jeff
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. If anyone is successfully running MapMarkerJServer on Win2K, would you please send me a note? We are breaking what for us is new ground, and it'd be nice to

MI-L Mapbasic Query - Identifying Open Browsers in a Workspace

2002-03-18 Thread Charet, Luke
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. To All I have just started using Mapbasic and have got the basics down. I am running into some problems which the group may be able to answer. Using Mapbasic

MI-L Colour select

2002-03-18 Thread LBull
I am wondering why I can select polygons in a table by a certain colour style and yet in another table selecting by the same colour I get and error message stating Objectinfo: argument 2 out of range. I am using 6.5 Thanks for any help Leo Bull Green Triangle Forest Products Mt Gambier South

MI-L Opening the info window after adding new object to the map

2002-03-18 Thread K.Raghu Rami Reddy
Hi, I am developing an application which requires to add map features. Which is the best method to create a tool (to add the polygon objects) to the map using MapBasic? Is there any utility available on this? I created the tool using Toggle button. I am calling the menu command

MI-L Divide an object into equal compartments

2002-03-18 Thread Jeff Spirek
Hi All, Does anyone know of a way to divide an irregular object into equal sized lots or parcels. I am after a program or the like. Cheers Jeff Spirek ___ List hosting provided by Directions Magazine | www.directionsmag.com

MI-L Stream digitising tool

2002-03-18 Thread Jeff Spirek
Hi All, Does anyone know of a stream digitising tool/code/function for MapInfo to make it quicker and easier to digitise objects. Regards Jeff Spirek - List hosting provided by Directions Magazine | www.directionsmag.com | To

Re: MI-L save windows as problem

2002-03-18 Thread Ken Hickey
G'day Yannick I have had the same problem using MapInfo 6.5 on a machine with 1Gb of ram and bundles of hard drive space. I find that I can save one window okay in jpg or bmp format, but if I subsequently try to save a second window, I get the check for sufficient memory error message. I have