RE: MI-L Another Newbie Question - Displays

2004-07-12 Thread Gilbert Haché
You can have more then one field at a time displayed. In the labels, choose functions and add col1 + col2 +... Since you want to see the text with a separator, you should use a blank space like col1 + " " +col2 + " "+... You can even put them on separate line using chr$(13) to use as carriage

RE: MI-L Another Newbie Question - Displays

2004-07-12 Thread Gilbert Haché
You can make variance like in the following exemple to add a description of the fields in quotes: "Parcel Number="+Pid+Chr$(13)+"ZONING="+ZONING+Chr$(13)+"AREA="+LOT_SIZE_acre+Chr$(13)+"Numbers of Dwellings="+DWELLING_UNITS GH -Original Message

RE: MI-L Thematically mapping ovelapping polygons

2004-07-14 Thread Gilbert Haché
Can be done! I try the following procedure and it worked. Create a new table call overlaps with at least 2 columns, called ID, and count_overlaps Add the layer on top of your polygon layer, make sure it's editable Select all the objects on the layer where polygones overlaps. Go to the menu obje

RE: MI-L Odd & Even Integers

2004-08-09 Thread Gilbert Haché
You can use SQL SELECT and choose Where condition : ID mod 2 And ID > 32 and ID < 49 for the ODD or where condition ID <> (ID mod 2) And ID > 32 and ID < 49 for EVEN You can use your Mapbasic windows to make (or see the result) of those queries Select * from Outlets where ID mod 2 And ID > 32

FW: MI-L Odd & Even Integers

2004-08-09 Thread Gilbert Haché
Correction - I should have said for EVEN in where condition : not (ID mod 2) GH -Original Message- From: Gilbert Haché [mailto:[EMAIL PROTECTED] Sent: August 9, 2004 10:20 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: MI-L Odd & Even Integers You can use SQL SELECT

MI-L Routing software inquiry

2004-08-10 Thread Gilbert Haché
Hi I want to update my knowledge base on routing software like routing J server, Chronomap, etc. with a survey You are welcome to send me your feedback on different packages both for Mapinfo Pro or MapXtreme application. I will summarize the result... Gilbert Haché Solutions

RE: MI-L More PDF problems.

2004-08-18 Thread Gilbert Haché
Angela For CAD/GIS you could use a PDF maker made specifically for such software (better support for different line type, patterns, objects overlay, etc) Try this one, free tryout... http://www.cadzation.com/ Small file as output, very good quality! Gilbert -Original Message- From:

FW: MI-L drawing order for lines

2004-08-31 Thread Gilbert Haché
I think the order of display depend on the sequence they were added. You cant try to change that... Create a new table using your original table as a template for table structure Select all the gray lines, copy and paste them on the new layer. Do the same with the yellow one. The order display

RE: MI-L drawing order for lines

2004-09-01 Thread Gilbert Haché
If you are NOT EDITING THE LAYER ANYMORE and want to have one single layer seen has one single layer for display purpose, here's a possible solution... Query your layer like everybody suggested before and save it as different tables. Once you have done it, close all, open the new layers and crea

RE: MI-L Shapefile to MI TAB conversion : Error if more than 16 fields

2004-09-01 Thread Gilbert Haché
I heard that the incoming version of mapinfo will support more then 256 characters fields. That may resolve this problem in the futur. Anyone out there knows if that would fix it? GH -Original Message- From: Mach Nife [mailto:[EMAIL PROTECTED] Sent: September 1, 2004 09:17 To: [EMAIL

RE: MI-L sample code in C that convert *.TAB to DXF file

2004-09-20 Thread Gilbert Haché
I have to agree, writing a program may be time consuming vs purchasing a transformation suite like FME from Safe. Other things to consider: -Autodesk devellops more GIS application everyday, like Autodesk Map , Autodesk civil, etc. now support mid/mif and .tab directly. Even Autodesk use FME

RE: MI-L MI Proviewer

2004-09-29 Thread Gilbert Haché
By the way,a little more info about proviewer 7.0 Mapinfo corp. said that he wouldn't update it, but that was a long time ago. In a recent Web presentation, they said that they would eventually update it to be compatible with Mapinfo Pro 7.8 GH -Original Message- From: Uffe Kousgaard [m

MI-L New-York data needed

2004-10-04 Thread Gilbert Haché
I'm looking for New-York streets Data Don't need address ranges Need metro line and station Need Zips (up to date) Bus line if possible Looking for public domain and/or to purchase data. Will depend on precision and content Need info as soon as possible! Thanks

RE: MI-L Background colour of Mapwindow

2004-10-07 Thread Gilbert Haché
You can also change a background color in your layout. Select the windows in the layout, click on the icons to change polygon properties and choose a color. The results will depend on the layers you have... For example, if you don't have an "ocean layer" you can set the background to your favour

RE: MI-L DISPLAY PROBLEMS

2004-11-16 Thread Gilbert Haché
Looks like a video adapter compatibility problems. When I upgraded to 7.5, I found multiple little problems but a huge lost of performance in 3D windows. I had to change my video card to a new one - Made a world of difference especially with those 3D windows! I've seen often similar problem wit

RE: MI-L Convert coordinate point to another projection.

2004-11-17 Thread Gilbert Haché
They are many ways to do it. You could use the tools coordinate extractor. You could also make a copy of you table - create points using the create point command in NAD83 and save a copy as and specify then to make the copy in NAD 27 BE CAREFUL. Whatever techniques you use, if you are from Canad

RE: MI-L Labelling Difficulties

2004-12-01 Thread Gilbert Haché
- In you map windows zoom to cover the area you want your label. -Display the labels to your liking, fonts, etc from the layer control, make sure that you set your options properly like no labels limits and so... also, make the labels small, that will help the display in the layout that you will

RE: MI-L Christmas competition

2004-12-01 Thread Gilbert Haché
I remember a few years ago my brother told me that he used to go on the net on Christmas eve, there was a web site somewhere (I don't know where, sorry) that will show on a map the location of Santa live by GPS! Then when he was getting close to where they lived, It was time to say to the child

RE: MI-L SUM: MapInfo Licence Manager

2004-12-13 Thread Gilbert Haché
I would like to add that technically one can use an external license manager to have network seat managed for Mapinfo. But legally, the Mapinfo's license agreement for the users is clear, you can't legally use a third party software... GH -Original Message- From: Campbell, Keith A [mai

FW: MI-L : Speed processing issues

2004-12-23 Thread Gilbert Haché
To follow on the "speed issues" I wanted to add my two cents... I've been using ram drive technology with cad and other high end software for about fifteen years. It's a must to improve performance but one has to know how to use it. You can find multiple "ramdrive" products. Some are even hardwa

RE: MI-L PDF - a bit of WOW-factor

2005-01-28 Thread Gilbert Haché
Looks like Autodesk and Adobe are going the same way with their files. The dwf (pronounced like do-if)format is also available in 3d for some Autodesk package. It has been available for a while... You can see nice samples at: http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=4355414

RE: MI-L NAD27 to NAD83 coordinate conversion

2005-02-22 Thread Gilbert Haché
You have encounter "the Mapinfo canadian problem" Mapinfo has a problem converting data from NAD27 to NAD83 and vice versa IN CANADA. It's a known Mapinfo limitation. Personnaly, I've been asking to solve since version 5,5 or so... The NAD83 conversion used in Mapinfo is made using equations fo

RE: MI-L SUM: Multiple Grids on 3D Map

2005-04-05 Thread Gilbert Haché
You can have an evaluation version from Encom for their products. If you made a request, you should receive an answer eventually. They are in Australia and probably have a significant different time table... They will send you a link for the download of the requested product. You install it, a

RE: MI-L AutoCAD to MapInfo

2005-04-29 Thread Gilbert Haché
Are you sure? I do it all often with version 7.8 (of course V6.5 won't, didn't since acad 2005 didn't exist then...). I even did it again this morning with 7.8 UT before writing this message... Make sure that you have all the latest patch.. Also, I remember having problem before with files that

RE: MI-L Amber IQ - Vertical Mapper on Steroids

2005-06-23 Thread Gilbert Haché
So did I, knew them then... I haven't had the time to test their evaluation version yet but for what they told me the software do and what is coming in the future, can be very promising... GH -Original Message- From: Eric Gagnon [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 200

RE: MI-L Ang. RE: Ang. RE: MI-L Ang. MI-L Autocad and MI workspaces

2005-07-18 Thread Gilbert Haché
You can do it manually or use saved profiles for transformation. By the way, you can use a raster with the registration from within the associated Mapinfo .tab file also... I like to use Autodesk map 3D to input Mapinfo files, clean them, add all kind of info to it and send it back in Mapinfo.

MI-L Looking for International Airport database

2005-09-14 Thread Gilbert Haché
s about it... Gilbert Haché Solutions Consortech Inc. 6300, Auteuil, Bureau 505 Brossard, Québec, Canada, J4Z 3P2 Tél/Tel. : (450) 676-1555 Ext. 211 Télécopieur/fax : (450) 676-8851 Courriel/email: [EMAIL PROTECTED]

MI-L Error in metadata

2005-09-14 Thread Gilbert Haché
Using the FGDV export, have exportfgdcmetada.mb 193 subscript out of range, message on a few system... Using Mapinfo 7.0... Anyone knowing what could cause this? Gilbert Haché Solutions Consortech Inc. 6300, Auteuil, Bureau 505 Brossard, Québec, Canada, J4Z 3P2 Tél/Tel

RE: [MI-L] Exporting Rasters to AutoCad

2005-12-03 Thread Gilbert Haché
I also like to point out that if someone has a good number of file to import, he should use autodesk Map 3D. This software from autodesk will support projection. Most of the time your vector won't fit over a projected raster file if the software doesn,t support projected files. And it support im

MI-L Crashing when exporting FGDC

2003-03-03 Thread Gilbert Haché
t it... They say there must be a specific procedure, or steps that caused this... But, I have different systems and they al do it, all the time! Anyone had this problem before and hoppefuly has a solution? Gilbert Haché Solutions Consortech Inc. 6300, Auteuil, Bureau 505 Brossard, Q

FW: MI-L MapInfo 7.5 Feature List - wish list by Steve Wallace

2003-06-13 Thread Gilbert Haché
Hi list! I would like to point out for (those who are not aware of Mapinfo's future) that 7.5 with its Mapbasic will be eventually be replace by .Net. There was many posting on this subject already and I'm not trying to start other debates. It's just that we all know that 7.5 will be coming ou

RE: MI-L MapInfo and .Net Framework

2003-06-20 Thread Gilbert Haché
My own "little bird" told me that the new produit MapX/MapXtreme .Net should be out next winter and the Mapinfo Professional . Net should be out a short while after. My guess is that MiCorp will try to get back to their old update schedule - an update yearly around May so that they can justify

RE: MI-L Custom Fill Styles

2003-07-08 Thread Gilbert Haché
There are a few utilities available. I tried some years ago... Look on the net for free utilities and Mapinfo. I don't have any particular link in mind and I hope that some members will give you some! I just wanted to mention that the Mapinfo 7.5 and the .net (V8) will have a new and better pa

MI-L Mapinfo StreetInfo, StreetPro infos

2003-07-23 Thread Gilbert Haché
amples are too big for sending by email, please contact me and I'll grant you access to our FTP site Thanks in advance for your help Gilbert Haché Solutions Consortech Inc. 6300, Auteuil, Bureau 505 Brossard, Québec, Canada, J4Z 3P2 Tél/Tel. : (450) 676-1555 Ext. 211 Télécopieur/

FW: [Fwd: Re: MI-L Access 2 dbf]

2003-07-24 Thread Gilbert Haché
Couldn't agree more! Mapinfo Corp have been notified about this again and again. And that just the tip of the iceberg. We don't all use "english" only format (numeric or text)and it can be a real challenge interfacing software using different standards... I just wanted to point out that I've be

RE: MI-L Checking for changes

2003-07-29 Thread Gilbert Haché
I made a turn around of those limitation using the FME from SAFE software to compare changes between two files. All I had to do is to save the file I was working on on an other name (temporarly). Run the FME script to compare file1 and file2. At the time I did this, I was a very moderate user

RE: MI-L Scale Bars, North Arrows & Registered images MI7.0

2003-08-14 Thread Gilbert Haché
I can suggest this turn around... This is how I put all scale bars now... Duplicate a copy of the map you are working on and put the scale bar on the Cosmetic layer. Turn off the diplay on ALL layers in that window leaving the scale bar visible. You add this window in the layout, you can move it

RE: MI-L How to Control what the Info Tool Shows?

2003-09-09 Thread Gilbert Haché
One easy way is to use the one of the Query builders. Choose in order of appearance the fields of your choice. Make sure to save in a table named like smaller_table for exemple Add smaller_table in the layer control. Remove or undisplay or unselect the base table in the layer control. The info

RE: MI-L Is it possible to "Alias" a Layer Name

2003-09-12 Thread Gilbert Haché
You can open your files ans arrange them to your liking an save it in a Workspace then you'll have to edit the workspace in the following manner: Open Table "AAA" as BBB Interactive Open Table "CCC" as DDD Interactive Repeat for every table that you want to rename. But, since in the maps, the o

RE: MI-L Universal Translator and/or Projection Issues with Texas data

2003-10-02 Thread Gilbert Haché
Hi Jay The Universal translator is a different program then Mapinfo, it's just activated by an mbx... Whatever you add in Mapinfo Projection .prj file will not be included in Universal translator, but will be in the import function of Mapinfo only... The files for projection are in .DB in the M

RE: MI-L Universal Translator and/or Projection Issues with Texas data

2003-10-02 Thread Gilbert Haché
I made an eror when I said that the projection of the Mapinfo .prj was not the same. Thanks to Bill from Mapinfo who explained how it works. Sorry for the mistake;( Here's the content of the explanation I received: The UT does in fact use the mapinfow.prj file. Anytime you hit the projection bu

MI-L Maps of Algeria

2003-11-10 Thread Gilbert Haché
I'm looking for street maps of Algeria, no addresses. Would be nice to also have maps with topographical features Gilbert Haché Solutions Consortech Inc. 6300, Auteuil, Bureau 505 Brossard, Québec, Canada, J4Z 3P2 Tél/Tel. : (450) 676-1555 Ext. 211 Télécopieur/fax : (450) 676

RE: MI-L Data formats

2003-11-13 Thread Gilbert Haché
NDI can supply numerous format: Here's a link to samples data. http://www.digitalocean.ca/DigitalOcean%20E-Store/sample_data_2003.asp Gilbert -Original Message- From: Landmark Geographic Solutions [mailto:[EMAIL PROTECTED] Sent: November 12, 2003 20:19 To: MapInfo Listers Subject: MI

RE: MI-L MapInfo v8.0

2003-11-19 Thread Gilbert Haché
The Alpha is available now but one has to have register for it a long time ago, don't know if they would accept new members... You also need Visual Studio 2003. I've been told that a Beta version should be available since this time they re-write the software. I don't have any exact date but sho

RE: MI-L Importing map.pdf into Illustrator - Font issue

2003-12-12 Thread Gilbert Haché
The double-byte fonts are required to encode the thousands of characters that make up such font sets as those used for various East Asian, East & West European, Arabic, Hebrew and maybe some other langages that I don't know of. The key to making these legible is to choose the correct font on YO

RE: MI-L Importing map.pdf into Illustrator - Font issue

2003-12-12 Thread Gilbert Haché
Since we are talking about fonts compatibility. I've been told that Mapinfo is working to include the UNICODE standard in it futur releases... That is something that international users should keep an eye on... GH -Original Message- From: Jennifer Blek [mailto:[EMAIL PROTECTED] Sent: D

RE: MI-L Deleting same ID's

2003-12-12 Thread Gilbert Haché
>From SQL select, found how many each Select ID, Count(*)"occurance" from YOUR_TABLE group by ID into query_link >From Select from query_link where occurance > 1 into table_of_multiple - SAVE table_of_multiple (because you will need to make a link and it's only possible on base table) - C

RE: MI-L How to identify base tables

2004-01-08 Thread Gilbert Haché
You may have joined files for your streets To help you verify if one of the table is a link file here's an exemple of Mapinfo Street file where the base street is link to an extra file to have the addresses (check if you have this type of data in the street.tab file) Exemple :Street1 and stree

RE: MI-L What's the best way to get Visual Studio .NET?

2004-02-03 Thread Gilbert Haché
I agreee, definitely not cheap and it will be a good thing for developpers to find any substitute if any... But for those who wants to have a "feel" of .net with visual Studio with the Beta or upcoming softwares, It's available as a free 60 days evaluation at http://msdn.microsoft.com/vstudio/pr

RE: MI-L Printing in MapX

2004-02-05 Thread Gilbert Haché
I heard of a sofware called pegasus Print Pro from a developer friend that works in intranet-internet applications. That all I know... Since Mapx/MapXtreme become .net, I was wondering how it was possible to enhance some printing capabilities but never had the chance to test it yet PrintPRO(tm)

MI-L full window by default?

2004-03-01 Thread Gilbert Haché
iable... Also, is it possible to set a file to open by default in browser windows only, full view also? Gilbert Haché Solutions Consortech Inc. 6300, Auteuil, Bureau 505 Brossard, Québec, Canada, J4Z 3P2 Tél/Tel. : (450) 676-1555 Ext. 211 Télécopieur/fax : (450) 676-8851 Courriel/email: [

MI-L full window by default?

2004-03-01 Thread Gilbert Haché
From file1 set window frontwindow() max Browse * From file1 set window frontwindow() max Gilbert Haché Solutions Consortech Inc. 6300, Auteuil, Bureau 505 Brossard, Québec, Canada, J4Z 3P2 Tél/Tel. : (450) 676-1555 Ext. 211 Télécopieur/fax : (450) 676-8851 Courriel/email: [EMAIL PROTECTED]

MI-L Problem with dwg and French version, twf with spanish

2004-03-09 Thread Gilbert Haché
spanish version that couldn't open a georeferenced tif using the twf file, but I could open the same file with the english 6.5 Any suggestion for those two "langage" related problems? Gilbert Haché Solutions Consortech Inc. 6300, Auteuil, Bureau 505 Brossard, Québec, Canada

RE: MI-L Touching Polygons

2004-03-10 Thread Gilbert Haché
>From a table called "regions" and column for id is "name" and you want to find the >region that touches the one region with name=A Where condiditions: Obj intersects (select obj from regions where name = "A") But that will show all the neighbouring AND the region named "A" And if you want to

RE: MI-L Hotlink to Mapinfo objects

2004-03-11 Thread Gilbert Haché
Let say you want to click on a region like a Country from a world Map and that will open a workspace that has the proper set of files when you activate a hotlink from a specific country... Modify the table structure of that reference file (the world map) to add a column in character format. Ed

MI-L update 2 columns from one columns

2004-03-12 Thread Gilbert Haché
about the Cityname part? I'm sure to have seen it before put couldn't put my hands on it in the archive something about using the "," as a delimiter... Gilbert Haché Solutions Consortech Inc. 6300, Auteuil, Bureau 505 Brossard, Québec, Canada, J4Z 3P2 Tél/Tel. : (45

RE: MI-L update 2 columns from one columns

2004-03-12 Thread Gilbert Haché
Exactly what I was looking for and worked perfectly, thanks Tim GH -Original Message- From: Tim.Nuteson [mailto:[EMAIL PROTECTED] Sent: March 12, 2004 16:53 To: Gilbert Haché Subject: RE: MI-L update 2 columns from one columns Gilbert, Stateabbreviation = Right$(COLUMN, 2) Cityname

MI-L utility to download coordinate in GPS

2004-03-30 Thread Gilbert Haché
>From a laptop with Mapinfo on it, I want to click on the maps in Mapinfo, download >the coordinate in the GPS and the GPS will tell me "go in that direction for x >numbers of milles" Eventually that could be made for a hand held device but not a >priority. Gil

RE: MI-L The Fool's World Map

2004-05-14 Thread Gilbert Haché
A funny comment about the map... After having a look at it, I mentionned some of the elements to a friend like "do you know where they put the Pisa tower on this map?" and he answer "you are talking about the one in France?" which is exactly one of the error shown on the map! I remember readi

RE: MI-L Centroids

2004-05-04 Thread Gilbert Haché
Or if you a a recent Mapinfo version, you can use the tool Coordinate Extractor It will extract the centroids and update your table with native OR non native projection into existing column or ask the tools to create them for you. This mean that you can just make a copy of your table (leaving yo

RE: MI-L Unicode Characters ?

2004-06-03 Thread Gilbert Haché
A piece of info for everyone out there that I've been told that the Mapinfo .net should have Unicode support... Gilbert -Original Message- From: Lars V. Nielsen (GisPro) [mailto:[EMAIL PROTECTED] Sent: June 3, 2004 10:37 To: Jon Petter Nielsen Cc: [EMAIL PROTECTED] Subject: Re: MI-L

MI-L mid-mif conversion tools

2004-06-04 Thread Gilbert Haché
Does Anyone has an inexpensive tool to transform mid-mif to tab and tab to mid-mif? And it should be use outside Mapinfo Pro... Gilbert Haché Solutions Consortech Inc. 6300, Auteuil, Bureau 505 Brossard, Québec, Canada, J4Z 3P2 Tél/Tel. : (450) 676-1555 Ext. 211 Télécopieur/fax : (450) 676

MI-L urgent business proposal

2003-01-15 Thread Gilbert Haché
Funny, I haven't seen that hoax for years... At leat the "director" should use something more then a hotmail account... -Original Message- From: kofo aboderin [mailto:[EMAIL PROTECTED]] Sent: January 15, 2003 08:58 To: [EMAIL PROTECTED] Subject: MI-L urgent business proposal I

RE: [MI-L] hot link question

2006-06-19 Thread Gilbert Haché
Put the layer twice in the layer manager First copy with link set to col1 Second copy with link set to col2 If the 2 col have content, a pull down menu will appear to choose one or the other. If blank field in one, the other will be chosen automatically Hope this help GH -Original Message

RE: [MI-L] Importing Lidar data

2006-06-21 Thread Gilbert Haché
I know that FME from SAFE is looking into it –seen comments from the FME user group that since users are requesting it, they will look into adding this in their package. I don’t think it’s available yet. You could check on their web site or ask them the status of that function at www.safe.c

RE: [MI-L] Tips for printing large map regions to PDF

2006-08-09 Thread Gilbert Haché
Size of file - clip function is a big factor on the resulting file size, don't use this if you can... - Do you use Acrobat to make your PDF? This application has many options that change the quality of the output and file size. Basically, it has different algorithm use to compress the elements o

RE: [MI-L] Tips for printing large map regions to PDF

2006-08-09 Thread Gilbert Haché
y options as the other output but not just downtown. GH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gilbert Haché Sent: August 9, 2006 2:01 PM To: [EMAIL PROTECTED] Cc: MapInfo-L@lists.directionsmag.com Subject: RE: [MI-L] Tips for printing large ma

FW: [MI-L] Curse of the black spot

2006-09-04 Thread Gilbert Haché
I remember hearing about "black box", since at least version of MI 7 if not earlier. It depends a lot on the versionsof MI, acrobat and individual settings. I didn't personnaly had any "copyright issues" mentionned by Lars but I vaguely remember some posts about it...    Most of the problems I'v