RE: MI-L Error on MapInfo-Vbasic

2004-01-19 Thread paul.crisp
Mehmet The problem is as the error message describes - MapInfo is not a RDBMS and cannot handle the same number of subclauses in a SQL statement as say Access or Oracle. You can monitor the expression complexity by counting the number of times you loop - if you have too many, then run the query i

Re: MI-L XYZ TO VM?

2004-01-19 Thread Samuel E.R
I do this (rename and open), but i can't interpolate because the xyz is a classified grid. ¿What i can do? - Original Message - From: "Stephen R Baig" <[EMAIL PROTECTED]> To: "Samuel E.R" <[EMAIL PROTECTED]> Sent: Monday, January 19, 2004 1:46 AM Subject: Re: MI-L XYZ TO VM? > Samuel, >

MI-L Getting trutype font symbols to locate 'off centre'

2004-01-19 Thread Lawley, Russell S
Dear all, I'm sure this has been answered before but I cannot find it in the dicussion archives.. I have a series of true type font symbols where I wish the symbol to be placed on the map 'off centre' ie, if you imagine an arrow symbol.. i want mapinfo to always place the arrow with its point

Re: MI-L XYZ TO VM?

2004-01-19 Thread Eric Gagnon
Hi Samuel, What I do is open the file in mapinfo as a table. Usually you can open the file buy using *.txt extension Then you should have a window so you can specify the header. ex: using firts row as header. You can aslo specify where dou you want your data to start ex: Excel style (B1 : A3500)

MI-L Convert SRTM Data to MSI Planet Format

2004-01-19 Thread Frank Aaron (TX/EUS)
Does anyone know of a document or tool that one could utilize for converting SRTM data to the MSI Planet format? Regards, Frank

RE: MI-L Error on MapInfo-Vbasic

2004-01-19 Thread paul.crisp
Mehmet - If you know the number of subclauses that your query will produce then you can control the complexity of your expression. In your case, the A = rst2.RecordCount line gives you the answer. If A is greater than 30 then you need to break the query up eg (this is a description not code - I c

Re: MI-L XYZ TO VM?

2004-01-19 Thread Samuel E.R
thanks for all - Original Message - From: "Stephen R Baig" <[EMAIL PROTECTED]> To: "Samuel E.R" <[EMAIL PROTECTED]> Sent: Monday, January 19, 2004 3:16 PM Subject: Re: MI-L XYZ TO VM? Good morning, And apologies for assuming you had not already tried the obvious solutions. Have you had

MI-L Border of Raster Image

2004-01-19 Thread Philip . Lesnik
I have a company logo .gif file that I'm opening in MI to put in the layout view. When the frame is drawn to add the .gif, a border appears. How do I fill the frame without receiving a border? -- Philip Lesnik Associate Analyst, Market Res

MI-L Standard Emergency Map Symbols are Available for Review

2004-01-19 Thread Bill Thoen
I'm just passing this on to anyone interested in Emergency Managemtn mapping: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, January 17, 2004 4:22 AM To: [EMAIL PROTECTED] Subject: [coems] CO EMS Listserv Digest Number 935 Your organization is invite

RE: MI-L Border of Raster Image

2004-01-19 Thread Evan MacDougall
I'm working on the same thing at the moment. If you find out a solution, I'd like to know how you did it, too. -Evan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 9:48 AM To: [EMAIL PROTECTED] Subject: MI-L Border of Raster Image

Re: MI-L Border of Raster Image

2004-01-19 Thread Sandy Nelson
I believe it's Options - Region Style - Border Style = None. Sandy Evan MacDougall wrote: I'm working on the same thing at the moment. If you find out a solution, I'd like to know how you did it, too. -Evan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mo

Re: MI-L Border of Raster Image

2004-01-19 Thread DLPSBR
Hello Philip, It's pretty simple. Within the layout window, select the logo frame. Then go to the Options menu, and select region style. Chose "none" for Fill pattern and Border style. Dan == Daniel P. Laux Geologist South Branch Resources LLC Apache Jun

RE: MI-L Border of Raster Image

2004-01-19 Thread Jacques Paris
The Frame is a rectangle object. Select it and change the border style to none. Jacques Paris e-mail [EMAIL PROTECTED] MapBasic-MapInfo support http://www.paris-pc-gis.com -Original Message- From: Evan MacDougall [mailto:[EMAIL PROTECTED] Sent: 19-Jan-04 13:12 To: [EMAIL PROTECTED] Sub

RE: MI-L Border of Raster Image

2004-01-19 Thread Evan MacDougall
Awesome. Thanks for the quick easy answers, guys. :) Works fantabulously -Evan -Original Message- From: Jacques Paris [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 10:24 AM To: Evan MacDougall; [EMAIL PROTECTED] Subject: RE: MI-L Border of Raster Image The Frame is a rectan

MI-L Indexing a file taking a long time?

2004-01-19 Thread Josh Forsythe
I am taking a file from Excel (~60,000 rows) and trying to join one of the columns to an existing TAB file to update a column in the TAB. Whenever I try to do that, the status box comes up and says first that it can't autocompute the join. After I force the join, it says "Indexing field xxx" and li

MI-L directional arrows

2004-01-19 Thread Richard Block
Is it possible to change the color of directional arrows on lines? Neither the shape of a centroid or the shape or color of a line direction seems to be changeable. THanks Dick Richard Block Department of Sociology Loyola University 6525 N Sheridan Rd. Chicago IL 60626 Telephone 773 508 3454

MI-L Named Views MBX

2004-01-19 Thread Hankins, Mike
Greetings, I recently migrated to XP. I lost all of my named views on the way. No big deal, just recreate. Problem--Named views stores the txt file in C:\Winnt directory. The wonderful IS people will not let us save to the C drive (main hard drive). I look at the Nview.mbx in notepad an

Re: MI-L Indexing a file taking a long time?

2004-01-19 Thread Data Directions
Josh, In MapInfo, anything you do with a non-native MapInfo table (such as Excel, ASCII TXT, etc) takes significantly longer to work with. This applies to joins, indexing, thematic mapping, etc. I'd recommend saving your Excel table as a native MapInfo table (via File > Save Copy As) and then usi