RE: MI warning message upon startup

2000-08-30 Thread Justusson Christer
Hi! Rename it to MIDLOCI.DLL_ to disable it. My guess is that it might be because SpatialWare odbc driver4.0 instead of 3.50 is installed. The same thing happened here and that was the only difference in installation I could see. Regards Christer J -Original Message- From: [EMAIL PROTEC

Re: MI Importing a File

2000-08-30 Thread Kazuhiko Yamashita
Hi Kurt and Gregory > >I have a "txt" file with over 300,000 records (One Record per line) in I do not think Excel can accept that many records. We use Access to import huge TXT files instead of Excel. Then it can be re-imported into MapInfo. > If your entire text file is set up the same way as

Re: MIF file format

2000-08-30 Thread brendan . a . henry
Preetha, MapInfo can read directly from MIF files. I'm just guessing that your purpose might be to export MIF/MapInfo files to another format. You may want to elaborate. In any case the mif file will have a similar header (if not exactly the same) - certainly the same order. However, in some c

MI Choosing/Using alternative pen files

2000-08-30 Thread brendan . a . henry
Hello listers, I would like to be able to choose a different .pen file from within MapInfo or possibly in a MapBasic script. The standard is mapinfow.pen which I can certainly change, but I would like to have the option of doing this after having opened MapInfo. Can this be done? TIA, Brendan He

MI Using StreetAppend

2000-08-30 Thread Walt Kelly
Greetings to all:   I am running MapInfo 5.5 along with StreetInfo 5.0.   After upgrading to Windows 2000, I tried to append data for several counties with StreetAppend. All seemed normal - the proper counties showed up, the proper layers showed up - until the final "OK." Then I received the

Re: MI Importing a File

2000-08-30 Thread Kurt Ackermann
If your entire text file is set up the same way as your example, a quick and dirty solution could be to open the text file in Excel, a dialog box will open and you can set the column divisions and cell settings for the columns in there (I tried it with your example and it was very straightforw

MI Free E-Manual ++

2000-08-30 Thread for44yaya
The Truth Is Finally Revealed How Does The Richest Man In The World Use The Greatest Business Secrets Of All Time To Make Over 32.4 Million Dollars A Day?!! No matter who you are, where you live or what your sex, age or race is by the time you finish reading this special article, you

Re: MI warning message upon startup

2000-08-30 Thread Charlie Bernhardt
If you're not using Oracle 8i, just delete the .dll file. -- To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

MI Importing a File

2000-08-30 Thread Agen Greg SMSgt AFRC/RSOO
I have a "txt" file with over 300,000 records (One Record per line) in it. I want to import it into a MapInfo Table... what is the easiest way to do so? Here is the Record Layout for each line Position 1-2Century Position 3-6Sep Year Position 7 Filler Position 8-9Sep Mo

MI Previous versions of MapBasic

2000-08-30 Thread Martin Erasmuson
GPurnomo wrote: > Could you kindly share any info on these two version - what was the > difference(s)? Any significant enhancements? > We are still using MapInfo 5.0 - Can we use mbx program created in the > latest version with the earlier MapInfo, for example: mbx made in 5.5 to be > used in MI 5

MI Business Success =

2000-08-30 Thread tre56mytee
The Truth Is Finally Revealed How Does The Richest Man In The World Use The Greatest Business Secrets Of All Time To Make Over 32.4 Million Dollars A Day?!! No matter who you are, where you live or what your sex, age or race is by the time you finish reading this special article, you

MI warning message upon startup

2000-08-30 Thread SpatialImage
Anyone know how to get rid of the warning message "(c:\program files\mapinfo\mapinfow.mnu:1090) MapInfo Database driver failed to load C:\Program Files\MAPINFO\MIDLOCI.DLL or dependent drivers" that pops up each time I start MI? And as a side note, what is it for (the MIDLOCI.DLL, that is) ? An

Re: MI MapBasic 4.0 and 5.0

2000-08-30 Thread Mats Elfström
GPurnomo wrote: > Could you kindly share any info on these two version - what was the > difference(s)? Any significant enhancements? > We are still using MapInfo 5.0 - Can we use mbx program created in the > latest version with the earlier MapInfo, for example: mbx made in 5.5 to be > used in MI 5

Re: MI Problem while converting georeferenced image to TAB format

2000-08-30 Thread Mats Elfström
David Thibault wrote: > Is there any way to translate the HMR format photo to the TAB format without > loosing the rotation factor previously applied. Hi David! That depends on what you are trying to do. I'm a bit puzzled when you say you need to rotate the orthophotos. Normal cartographic practi

MI Create Point on Polyline

2000-08-30 Thread BMaes
Everybody, Is there an easy way to snap a to-be-created point to a line/polyline? I have noticed that if you turn the Snap option on, it is only possible to snap to the constituent points of the (poly-)line, not somewhere in between. Anyone knows a solution or has a Mapbasic script, which enables

MI MapBasic 4.0 and 5.0

2000-08-30 Thread GPurnomo
Hello Lists, Our tech. support department is planning to upgrade our MapBasic from ver. 4.0 to 5.0 or higher. Could you kindly share any info on these two version - what was the difference(s)? Any significant enhancements? We are still using MapInfo 5.0 - Can we use mbx program created in the lat

RE: MI Basic MapBasic query

2000-08-30 Thread Serge Bedard
Simon, The problem is probably due to the fact that you use the Symbol_Type variable in your Do Case without initializing it first; Try initializing your variable (Symbol_type = MakeSymbol (33,red,12)) before calling your Do C

MI How does MapInfo handles muliple Projections in the same window?

2000-08-30 Thread KGibbins
Title: How does MapInfo handles muliple Projections in the same window? Hi Does anyone know how MapInfo handles multiple projections in the same map window? I.e. if a WGS84 vector table is open into the same window as a vector OSGB36 table or vice versa, is it possible to calculate the offse

MI Basic MapBasic query

2000-08-30 Thread SIMON HUME
I'm new to MapBasic and am trying to write a small program to enable a colleague to start using MapInfo for their work. This is my program so far: Include "c:\program files\mapinfo\professional\icons.def" Include "c:\program files\mapinfo\mapbasic\menu.def" Include "c:\program files\mapinfo\mapb

MI To all GIS Officers within UK Local Government

2000-08-30 Thread Andy
Could you please contact me, I would like to invite you to an online discussion concerning OS/LA Service Level agreements. regards, Andrew Bailey www.hackney.gov.uk 0208 356 2227 -- To unsubscribe from this list, send e-mail to

RE: MI how to avoid status windows (progress bars)

2000-08-30 Thread Serge Bedard
Stephan, Try the "Set ProgressBars { On | Off }" command. Serge -Original Message- From: Noy, Stephan, MTC-DTM, NOY [mailto:[EMAIL PROTECTED]]

MI Problem while converting georeferenced image to TAB format

2000-08-30 Thread David Thibault
Hi everybody! I would have a question for you. I have a georeferenced aerial photo in HMR format. HMR format comes from Microstation - Descartes and it is different from GeoTiff and because it supports a rotation factor. My problem is the following. A rotation factor have been applied in Descarte

Re: MI: Multiple / Batch Modify table structure

2000-08-30 Thread UFK
> Hi Listers, > > I'm chasing something that will modify table structures on mass. > > ie Remove a particular field from 100 plus tables or rename a field from > "id" to "Feature_id". > That something could be either 1) Mapbasic or 2) FME (www.safe.com) Regards Uffe Kousgaard www.routeware.

MI how to avoid status windows (progress bars)

2000-08-30 Thread Noy, Stephan, MTC-DTM, NOY
I am using MapInfo Pro 6.0 / MapBasic 6.0 on a NT 4.0 computer to convert several TAB-files (import, export, data modification, indexing). But this cannot be done in background because MI Pro requires the focus on its main window. Otherwise status windows and progress bars are not displayed and

Re: MIF file format

2000-08-30 Thread Kazuhiko Yamashita
Hi Preetha, I do not know exactly what you are trying to do but I suppose you want to import MIF/MID files onto another format of GIS software, other than MapInfo. > I am trying to write a program that can read MIF files. I have downloaded > MIF file format technical description from > http://w

MI: Multiple / Batch Modify table structure

2000-08-30 Thread Addison, Howard
Hi Listers, I m chasing something that will modify table structures on mass. ie Remove a particular field from 100 plus tables or rename a field from "id" to "Feature_id". HELP ? HOWARD ADDISON CAD/GIS MANAGER AngloGold Australasia Limited Level 1, 3 Richardson Street West Perth, W.A. 6005