MI-L Creating polygon automatically

2005-10-10 Thread Kray
I'm pretty much new to MapInfo and not sure if MapInfo can do this. I want Mapinfo to automatically create a polygon service area base on customer data. Example; if there is 10 gas stations in one county and each gas station service an average of 500 customers a day. I want MapInfo to

MI-L RE : MI-L How to know if an object has been deleted ?

2005-10-10 Thread Christophe Brabant
What I want to do is : - first, store the rowid of the selected object into an integer variable, into SelChangedHandler, with CommandInfo - second, into WinChangedHandler, check if this object has been deleted or not. How to do this ? Thank you - Chris -Original Message- From:

MI-L protected layer in Layer Control

2005-10-10 Thread Sabin Mark
Is there any way of creating workspaces with a 'protected' layer in it - i.e. the user cannot turn off visibility/remove it from within layer control - much like the cosmetic layer? Thanks Mark ** Content: The views

MI-L Extracting Coordinates from a Polygon

2005-10-10 Thread Mark Kindler
Hi List, Does anyone know of a tool that has the ability to extract the coordinates for each node for multiple polygons, located in a single layer (not the centroid X and Y, but the perimeter X and Ys that form the polygon)? Regards, Mark Kindler Training Technical Support

MI-L How to tell when the Legend Window closes

2005-10-10 Thread Terry McDonnell
Hi Listers I have some code to store the window ID of the cartographic legend window (CLW). When a similar to that which the CLW references is opened I first close the CLW before opening it for the new layer (saves having a multitude of CLWs open), thus: Close Window gnLegendID BUT, what if

RE: MI-L How to tell when the Legend Window closes

2005-10-10 Thread Terry McDonnell
Hi Peter DOH! Of course! Looking at it from another angle! Thanks a lot... as usual Terry -Original Message- From: Peter Horsbøll Møller [mailto:[EMAIL PROTECTED] Sent: 10 October 2005 13:31 To: Terry McDonnell Subject: RE: MI-L How to tell when the Legend Window closes Terry,

MI-L my mapxtreme request

2005-10-10 Thread Emre Aydin
Hello, I am a grad student working on my thesis. One of the phases of my thesis is to enable point feature entry using mapxtreme. However, I preferred to use older version 3,0. As you can imagine there is nothing applied for point data entry in the application wizard. I am trying to customize

MI-L SQL Querying

2005-10-10 Thread Andrew Tracey
Dear All Does anyone know of a way of querying for all non-matched entries between 2 different tables? I have two tables with postcode in and want to find which don't match. Thanks Andrew Tracey Information Support Officer Corporate Information Corporate Development South Tyneside Council

RE: MI-L SQL Querying

2005-10-10 Thread Terry McDonnell
Andrew Select Postcode from Table 1 where PostCode not in ( select Postcode from Table2) HTH Terry McDonnell -Original Message- From: Andrew Tracey [mailto:[EMAIL PROTECTED] Sent: 10 October 2005 15:01 To: Terry McDonnell Subject: MI-L SQL Querying Dear All Does anyone know

MI-L Calling all C programmers - help with bug

2005-10-10 Thread bob young
Dear List If any C programmers on the list can see a bug in this code I would be most grateful! The code has been cut from a much larger program. The code stays inside the while loop as the line jCount++ does not get executed for some reason. I have extracted the code from an EXE and built in a

RE: MI-L Calling all C programmers - help with bug

2005-10-10 Thread Warren Vick, Europa Technologies Ltd.
Hello Bob, I compiled a program including function and it seems to run fine. I suspect that the problem may be elsewhere in your DLL. Perhaps the problem is another function that is overrunning a string buffer and corrupting the stack (containing your automatic variables). Try running a debugger

MI-L Max number of tables

2005-10-10 Thread Lesnik, Phillip S
Group. Is there a maximum amount of tables that you can have in a workspace? Philip Lesnik Research Systems Analyst Market Research Dept. General Growth Properties www.generalgrowth.com http://www.generalgrowth.com/ NYSE: GGP 110 N. Wacker Drive Chicago, IL 60606 Phone: 312-960-2998

MI-L Problem C code follow up

2005-10-10 Thread bob young
Dear List Thanks to everybody who responded to my query regarding C code. Two members, Bill Thoen and Tony at English Nature suggested making all longs explicit eg 0L and 2L etc. I tried this but it made no difference. Two other members, Warren Vick and Kris Woodland, said that they tried the

RE: MI-L Max number of tables

2005-10-10 Thread Bagwell, Ross
I have a workspace open right now cranking out a MapCutter on 2000 tables... ? -Original Message- From: Lesnik, Phillip S [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 12:46 PM To: MAPINFO Discusion Group Subject: MI-L Max number of tables Group. Is there a maximum amount

RE: MI-L ECW batch import

2005-10-10 Thread Blair Rogers
Hi James, Sure do, we wrote a little program that handles the mass conversion of images in a folder into ECW's and also then changes the name of the file in the TAB from .tif to .ecw It is almost finished - just a bit of 'cosmetics' left to finish on. We will make it free to use via our website