RE: MI-L Lables

2005-04-11 Thread Driver, Greg 9434
Christine, I found this resource (http://www.sgsi.com/MIUserGroup/labe0598.htm) really useful in understanding MI & labels. It explains the 3 different types of labels and suggests the best approach to labelling. Regards Greg Driver -Original Message- From: Ronning, Christine [mailto:[

MI-L string expression

2005-04-11 Thread Alistair Hart
Hi I have a column of data with a numeric code preceeding the locality name I'd like to join records with. I have searched the archives but haven't been able to find a reference to a mapbasic command that would update the column to remove the numeric data. ie: 2105 ALBANY CREEK and I want

Re: MI-L string expression

2005-04-11 Thread Ian Robertson
Hi Alistair The combination of the functions Mid$(), Len() and Instr() will help solve your problem. For example given Mytxt = "2105 ALBANY CREEK" the statement Mid$( Mytxt , Instr(1, Mytxt , " ") +1, Len(Mytxt)) will return "ALBANY CREEK". Instr(1, Mytxt , " ") returns the

MI-L Dijkstra algorithm for route finding question

2005-04-11 Thread Ben Crane
Hi all, I have been going through the Dijkstra algorithm in the hope of putting a very basic route finding program together. I'd like to run through what I believe the algorithm uses to determine the route and see whether or not anyone out there can correct me or confirm I'm in the right ball-p

MI-L Extended Error Value: 386

2005-04-11 Thread S . Esteban Rodríguez
Someone know why when i go to interpolate in Vertical Mapper the program say me: Error in MapInfo File Access Library. Extended Error Value: 386 ? Thanks and a greeting! - List hosting provided by Directions Magazine | www.d

MI-L *.Map files

2005-04-11 Thread Cowper, Brian
I have received ESRI GIS files from my client that I am having trouble coverting to MapInfo, I have some SHP files which I can import successfully, however some files appear only to be stored in the *.MAP file format. Is there any way I can access the data in these files? If I can access MAP fi

MI-L Assistance with query

2005-04-11 Thread tom ralph
Does anyone know of an SQL statement of a routine which will allow me to select an area or group of points from a map using coordinates.   Any assistance much appreciated.   Tom Ralph SDSS

MI-L MI/MB compatibility

2005-04-11 Thread John Polasky
Greetings Listers- I've upgraded my MapBasic software to 7.5, and I'll be upgrading MapInfo to 7.5 very soon. In the meantime, however, I've found that my .mbx's (compiled in MB 7.5) are not compatible with MapInfo 7.0. Is there a workaround or line of code I can add to my source to enable the .

MI-L MapInfo Not Responding

2005-04-11 Thread Ronning, Christine
Hi all, Thanks for your suggestions. On the advise of Jon Gramm I deleted all .tmp files I could, to see if that was why the program was crashing. It wasn't. I've tried numerous things; indexing the field I'm joining on, making sure that the table fields are the same, and saving the matched que

Re: MI-L *.Map files

2005-04-11 Thread bob young
Hi Brian The MAP files contain the graphical data. It also contains style information for the objects and it contains an hierarchical spatial index - an RTREE index. Finally the header contains information from which the base unit, the bounding rectangle, and the projection can be derived. For co

MI-L Retaining map objects when removing duplicates

2005-04-11 Thread namitao
I am trying to retain my map objects while removing duplicates. For some reason I am unable to do so. I am following the exact steps given in the Mapinfo knowledge base site. It is as follows The following procedure will produce a final table with map objects and no duplicate records . Start with

RE: MI-L *.Map files

2005-04-11 Thread SCISOFT
Brian Are you saying that some files from your client have a .MAP but no other files with a matching 'primary' name? If so, the .MAP file may be from another GIS - eg, Manifold System GIS. For example, as Bob Young describes, a normal MapInfo Pro fileset is TAB-DAT-MAP-ID. So you might have Austra

SUM: MI-L string expression

2005-04-11 Thread Alistair Hart
Hi MI-Lers Thankyou to Jacques Paris, Martin Spiers, Jose Luis Armero, Photogrammetry GUI, Thomas Brix lyng, Greg Driver, Rob Davis and Julian Parker for the comprehensive volume of replies to my question! The suggestion by many of you to use the following expression: Update Mytable Set My