MI-L plotter question

2001-08-23 Thread Figuers
The HP 2500CP is a good plotter, but slow. Its main problem is the cost of the inking system and that you cannot independently replace the ink head (you have to buy the head and a quart of ink together). It has a max RAM limitation of 64meg (but that has never stopped me from plotting files

MI-L

2001-08-23 Thread Scott B. Huntington
What is the best way, in MapInfo, to use point data that is expressed this way: (Be warned, I'm a MapInfo rookie) . .from a point South 80 degrees 22 minutes east 55.60 feet from a cornerthence along a line North 33 degrees 28 minutes East532.22 feet to a pointetc, etc, etc. Is there

MI-L counting Map Objects

2001-08-23 Thread paul quinlan
Can anyone tell me how to count the number of geocoded points within a number of different Postcode Areas, and how the results of this count can be stored in a seperate mapinfo table. I would be grateful for any help in doing this using either Mapinfo or a code example using Mapbasic. Thanks for

MI-L Creation the lines from n-points to big polyline

2001-08-23 Thread Шмурак Анатолий
Greetings All, Tomorrow will be 10 years Anniversary of our country - Ukraine so I will congratulate all ukrainians in the world and all other peoples who loves Ukraine. I have one question I have near 1000 (N) points in one table that located near one big polyline and other table- this big poly

MI-L SUM: Saving a Thematic Layer

2001-08-23 Thread Martin Gamache
Merci/Thank You all for your quick response. The solution I ended up using is the one proposed by Jacques Paris and the great tool you can download on his website: Fixshade. (http://www.paris-pc-gis.com/mlc/mlc_main_en.htm) It solved my problem in the most straightforward way. Here are the sug

MI-L MapBasic Code Documentation Standards

2001-08-23 Thread Jones, Ioan
Dear All I'm soon to embark on the documentation and enhancement of someone else's rather lengthy and for the most part "un -commented" MB code. Before I begin this arduous task using my tried and tested documentation style I was wondering whether anyone has any advice to offer in the way of cod

Re: MI-L Determining number of mapinfo tables within a directory

2001-08-23 Thread Morten Nielsen
Run the DOS-command: "DIR C:\mymaps\*.tab /b >C:\temp.txt" Now import this file as a one-column delimited text-file. This is quite easy to do in MapBasic. Then it's just a matter of running through the imported table. /Morten Nielsen BlomInfo A/S - Original Message - From: "Snashall,

MI-L Scale bar - Add unit to

2001-08-23 Thread David Reid
Greetings List Although I use the 'chain' unit quite often, I just discovered that it is not an available unit in the MI default Scalebar tool. The About box refers to the Scalebar.cfg file, where I assume the unit can be added. I don't seem to locate anything in the Users Guide to MI 6.5, Can an

RE: MI-L Scale bar - Add unit to

2001-08-23 Thread Morrier, Steve
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. Hi all, Is it possible to select just a few characters in a column and automatically delete those characters, leaving just the text you want? For example I hav

MI-L cosmetic layer name

2001-08-23 Thread SophieC
C'est un message de format MIME en plusieurs parties. Hi all! I would like to know when I use the : LayerInfo(Frontwindow(),0,1) to know the cosmetic layer name why it's sometimes "Cosmetic1", sometimes "Cosmetic2", sometimes "Cosmetic3"?? It's very strange... Does anyone have an idea? Best

MI-L Text Deletion

2001-08-23 Thread Morrier, Steve
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. Hi all, Is it possible to select just a few characters in a column and automatically delete those characters, leaving just the text you want? For example I hav

RE: MI-L Scale bar - Add unit to

2001-08-23 Thread Jacques Paris
Divide the value for one millimeter by the length of the unit in millimeters. A chain = 66 feet = 66 * 12 * 25.4 = 20116.8 mm Parameter would be 111319933.8/20116.8 = 5533.68 Jacques Paris e-mail [EMAIL PROTECTED] MapInfo/MapBasic support http://www.paris-pc-gis.com -Original Message---

RE: MI-L cosmetic layer name

2001-08-23 Thread Warren Vick, Europa Technologies Ltd.
Hello Sophie, It's simply because there can be more than one mapper window and each has their own cosmetic layer. In order to treat the layer as a table, they need different names. After starting MapInfo Pro, the first mapper window you use will always be "Cosmetic1" but it's best not to rely on

MI-L Text Deletion

2001-08-23 Thread Morrier, Steve
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. Thanks to all who responded so quickly, seems like the best solution is a MBX program that actually comes with MapInfo call srchrepl.mbx. Thanks again. Steve

MI-L MB: Passing a Variable from VB code to MapBasic

2001-08-23 Thread McNeil, Todd W. (TMCNEIL)
Hi all, Is it possible to take a string variable like, stDate, and pass its value, ie., 10-06-01 to a MapBasic program? The date format, MM-DD-YY, is needed for the MapBasic program, which I have to manually find and replace all instances of the previous date before a successful run. This pro

RE: MI-L cosmetic layer name

2001-08-23 Thread SophieC
C'est un message de format MIME en plusieurs parties. Thanks for all responses. -Message d'origine- De : Warren Vick, Europa Technologies Ltd. [mailto:[EMAIL PROTECTED]] Envoyé : 23 août, 2001 10:01 À : SophieC; 'MapInfo-L (E-mail) ' (E-mail) Objet : RE: MI-L cosmetic layer name Hello

RE: MI-L Text Deletion

2001-08-23 Thread Warren Vick, Europa Technologies Ltd.
Hello Steve, Yes, you can do this with use of MapInfo/MapBasic's string functions such as Left$(), Right$(), Mid$(), InStr() and Len(). Right$() allows you to extract a number of characters from the left of a string. For instance, to query all the records in a table where the street name ends in

Re: MI-L Text Deletion

2001-08-23 Thread David Andrews
Steve, simply use the Search and Replace tool. Goto Tools > Tool Manager and look for Search and Replace. It will now be on the Tools menu. select it to run the app. Select the table and the column then enter the text to search for and replace it with an empty string. Dave >>> "Morrier, Steve

Re: MI-L

2001-08-23 Thread John Haynes
MapInfo has a very primitive coordinate geometry tool, COGO.MBX that may help you. If you've got a bunch of them, you might better go to a full cogo program. John Haynes Director Geodata Consultants, Inc. 1-800-838-6661 www.geodataconsult.com - Original Message - From: "Scott B. Hunting

MI-L Integrating map window into Access sub-form

2001-08-23 Thread Alan Hale
I'm attempting to do this for the first time (I'm a Delphi programmer and not experienced with Access or VB). I've put a sub-form in a main form and attached the following code as a class module to the on load event of the main form. This works up to a point - the workspace appeasr briefly wit

MI-L One-to-many joining/linking two tables

2001-08-23 Thread Keith Miller
Greetings, I have a SQL problem that I cannot seem to figure out how to implement. I have a table of zones (call it ZONES), which has one field (called ZONE) and a table of Origin-Destination pairs (call it ORIGDEST), with two fields (ORIGZONE and DESTZONE). What I would like to do is to be able

MI-L multiple .dwg files into one window

2001-08-23 Thread Adam Serafin
Hello List, Does anyone out there know if it's possible to open multiple .dwg files = into a single window in AutoCAD 2000? If not possible, perhaps some = suggestions of how to do this quicky (maybe create blocks?). Any help = will be most appreciated. Thanks, Adam J. Serafin Cartographer

RE: MI-L Text Deletion

2001-08-23 Thread Warren Vick, Europa Technologies Ltd.
Hello again Steve, Although search+replace seems a lot easier, there are actually a few down sides in using such a tool. There are a few around now with varying functionality (case sensitive, wild cards, etc.). One important feature most do not have is the ability to express a search text at the

MI-L Long character fields in the Info window

2001-08-23 Thread David Booth
Hi there, Does anyone know if it's possible to alter the bhaviour of the info tool window so that you can read to the end of long character fields (200 characters or so)? You don't seem to be able to increase the width of the info window beyond the screen width. I know you can "edit" and therefo

RE: MI-L multiple .dwg files into one window

2001-08-23 Thread Randy Wilson
Adam, Try xref at the command prompt or you can find it under insert, xref manager, select attach, select the .dwg and finish up the insertion point etc. (you can't edit the xref unless you bind the .dwg from the xref command. This can get messy since you will have to explode the .dwg, and the la

Re: MI-L MapBasic Code Documentation Standards

2001-08-23 Thread PEM
Hi Ioan, I once started on a "white book" on how I would like to see the MapBasic projects build up in our department here at Kampsax, but unfortunately a lot of other things came in my way and I hadn't time to finish it. Yes, sure just tell me that this might be very important to keep a common s

RE: MI-L Long character fields in the Info window

2001-08-23 Thread Warren Vick, Europa Technologies Ltd.
Hello David, I don't think there is any way to get the Info window to word wrap, but you can change the font used in this window. I have *just* managed to view a maximum string field length (254 chars) on a hi-res screen with no problems. The magic command for the MapBasic window is: set window

RE: MI-L

2001-08-23 Thread Scott B. Huntington
Thanks to Jeff and everybody else that responded. It worked!!= Happy boss!! Scott B. Huntington Great Oak Energy Inc. [EMAIL PROTECTED] -Original Message- From: Jeffrey Van Etten [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 9:08 AM To: Scott B. Huntington Subject: RE: MI-L

MI-L MapInfo Runtime Problems

2001-08-23 Thread Anitra Robertson
Hi, I'm hoping some of you can help me. I have a MapBasic Application that runs off MapInfo Runtime (V6). Very early in the application I have defined the distance units (as Km), however, when the application is run on a pc that does not have MI Pro (with Preferences) it does not make the distan

MI-L MI: Australian Map SHeet logic

2001-08-23 Thread Robert Crossley
I am trying to create a table that contains the extents of available topo maps in Queensland Australia. I have been supplied with the codes of available map sheet numbers from 100,000 to 2500. I have the logic to create the maps of the large scale maps based on the location of the 1:100,000 shee

Re: MI-L MapBasic Code Documentation Standards

2001-08-23 Thread Trey Pattillo
IMO--- Real programmers don't use documentation. If it was hard to write it should be even harder to make sense of it :-) Trey Pattillo -97.665333W 27.799121N www.wap3.com [EMAIL PROTECTED] - Original Message - From: "Jones, Ioan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thurs

MI-L MI: Australian Map SHeet logic

2001-08-23 Thread Robert Crossley
I am trying to create a table that contains the extents of available topo maps in Queensland Australia. I have been supplied with the codes of available map sheet numbers from 100,000 to 2500. I have the logic to create the maps of the large scale maps based on the location of the 1:100,000 shee

Re: MI-L Long character fields in the Info window

2001-08-23 Thread Trey Pattillo
Hello, Get a bigger screen.. That is why M$ and video folks folks have 2400x1800 res but the surgeon general needs to issue a warning that viewing micro print and reading *eye candy*, over time, will result in *ocular-diabetis* :-) Walmart has a 19" for about $279 and the local geek stor

Re:Summary MI-L LULC data

2001-08-23 Thread Cameron Crum
It seems that I had overlooked the viability of the NLC data available from the USGS. It is available at the link in Mr. Shields response below.This data is 30m data, most of which was compiled in the early 90's from LANDSAT data. It's pretty good and they will be coming out with a 2000 data set s

MI-L MI: THank you all already

2001-08-23 Thread Robert Crossley
THanks to all that have responded, and supplied the data. I will write the program to create the smaller map sheets that are currently available. I will find somehwere to post it, preferably with the suppliers for others to access it. Once again, thanks to all, R --

RE: MI-L MapInfo Runtime Problems

2001-08-23 Thread Martin Roundill
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. Hi Anitra, I am not aware of a bug in runtime that would cause this. My bet ;-} is that there is something resetting the value - eg when a workspace file is

MI-L MI 6.5 Legend not printing all letters

2001-08-23 Thread Alexander Herr - Herry
Hi Listers, I am printing a layout legend. Some of the text is cut off, it seems to be too long. Is there any way of increasing the maximum number of characters in a legend or even include a line break? ANy help appreciated Thanks Herry : Alexander Herr

MI-L SUM: Scale bar - Add units to

2001-08-23 Thread David Reid
Issue: Can anyone advise me of the unit and conversion formulas to add to this configuration file which would allow "Chains" to be available (in the Scale Bar tool)? Thanks Jacques Paris for the assistance. Referenced in the "About" Dialog of the "Scale bar" tool, the SCALEBAR.CFG file in the t

MI-L MI: ERROR 31107

2001-08-23 Thread Michel Larue
Dear Mappers, I have a rather small table (78 kB) and when I try to copy the map windows= =20 I get this error # 31107. Any clue ? Thanks In Advance _/ Michel Larue _/ Institut de Recherche pour le D=E9veloppement, IRD _/ T=E9l=E9d=E9tection - SIG - Mod=E9lisation - Aide =E0 l

Re:MI-L MapInfo Runtime Problems

2001-08-23 Thread PEM
Hi Anitra, Where exactly is it that the distance is miles ? If it is in your map windows, then it is because the "Set Distance Unit .. " doesn't effect the existing and new map windows. If you want to make sure that the distance unit within your maps are "km" you'll have to set this when the map

MI-L Layout Window Activity

2001-08-23 Thread Eric Durrance
Can anyone explain the to me this apparently random layout activity? When I make a layout, I insert a map frame into the layout, then file>save workspace. When the layout is reopened, sometimes the correct map frame is still inside the layout, but most of the time it shows the "No Window" frame.