MI-L MS MapPoint

2002-04-09 Thread Thomas Brix Lyng
Hi listers Take a look at this: http://www.msdn.microsoft.com/library/default.asp?url=/nhp/Default.asp?conte ntid=28001402 MapPoint .NET XML Web Service Microsoft MapPoint .NET is a hosted, programmable XML Web Service that allows you to integrate high-quality maps, driving directions, distance

AW: MI-L HSI to RGB

2002-04-09 Thread Christof Kaiser
I think I found a formular here http://home.earthlink.net/~janos1/vidpage/color_faq.html#hsi if not, ask google for RGB HSI tranform hth christof > List Users > > > > Is there a tool for converting HSI (e.g. Arcview defined color table) > > to > RGB > > (e.g. MapInfo color table)? > > > > Re

MI-L setting up menu scrolls in MapBasic

2002-04-09 Thread Jeffrey Van Etten
Users- I have been trying to figure this one out for awhile. I am just learning the ins and outs of MapBasic and have looked through all of my reference documents and still was unable to come up with the answer. How do you create a menubar that has items that will scroll out as you highlight th

MI-L Retrieve data

2002-04-09 Thread Salynah
hi there, If anyone can help me, how i can retrieve featureId and coordinate using SQL. I really need help thanks

MI-L retrieve data from file

2002-04-09 Thread Salynah
Dear people, Is there any possible I can retrieve the data without refer to .gst, can I straight away retrieve from the specific file i.e. .tab or .id thanks for your help salynah

RE: MI-L setting up menu scrolls in MapBasic

2002-04-09 Thread PEM
Hi Jeffrey, You don't things as advanced as API, it's a built in feature in MapBasic. You just have to create a "sub" menu and refer to this in your menu. More or less like this simple example ccode here: Declare Sub Main Declare Sub TestProc Declare Sub EndProgram Sub Main Create Menu "Sub

MI-L MapInfo version 6.5 DLL installation problem on Windows 95 pc

2002-04-09 Thread Vinesh Govind
Users A colleague of ours tried installing MapInfo version 6.5 onto a pc and when trying to launch MapInfo the following error message appeared: (c:\program files\mapinfo\professional6.5\mapinfow.mnu:1100) MapInfo Database driver failed to load C:\PROGRAM FILES\MAPINFO\PROFESSIONAL 6.5\MIDLOCI.D

MI-L querying tables

2002-04-09 Thread DUNNE, Suzanne
Dear all, I have a browser window within information about each polygon. I would like to query the browser window to give me a list of some of the polygons with attribute x. How do I write it? cheers, Suzanne. --

Re: MI-L MapInfo version 6.5 DLL installation problem on Windows 95 pc

2002-04-09 Thread DeepakKa
Hi Vinesh I too had faced the same problem and it turned out to be that I had re-installed Oracle on my m/c after MI had been installed. and I used to get these messages about MIDLOCI.DLL only after that . The problem went away with installing dbms support provided in the MI

RE: MI-L MapInfo version 6.5 DLL installation problem on Windows 95 pc

2002-04-09 Thread Mircea Baila
Hi, If when installing DBMS support you choosed also the Oracle8i option, but Oracle Client is not installed on your machine - you get this error message. To get rid of the error message install Oracle Client OR reinstall DBMS support without the Oracle8i option. BRGDS Mircea Baila MobiFon,

MI-L SUM: SQL query to group data on classifications

2002-04-09 Thread K Miller
Thanks for the responses (DPC, Peter, and Patrick). The best technique for me was from Peter, who suggested using the int() function to convert from logical to numeric. This led to the following expression: int(popden>=0)+int(popden>=1000)+int(popden>=5000)+int(popden>=1) (There is no reas

MI-L ADV: A Marketplace for GIS Contracts

2002-04-09 Thread Bill Thoen
Here's an interesting idea: What if someone set up a forum where people could post project descriptions for GIS-related contracts and where people who do that sort of work could bid on the contracts? Imagine a blend between ebay and GISjobs... If this interests you, there is such a place online,

MI-L Removing duplicate regions.

2002-04-09 Thread Landmark Geographic Solutions
Hey Listers, Got property information, joined database to it by PID numbers and got duplicate regions. How do I get rid of the duplicate regions or PID numbers? TIA LGS - List hosting provided by Directions Magazine | www.d

MI-L AD: Free Homeland Security Seminar in AZ, WY and CO

2002-04-09 Thread John Troiano
UPCOMING MAPINFO PUBLIC SECTOR USER GROUPS During the month of April, Primus Geographics, Inc. along with MapInfo Corporation will be hosting 3 User Group Sessions. The demonstrations will be geared towards Public Sector applications, but anyone is welcome! We will focus on MapInfo's Counter-

MI-L Custom Symbol Hell

2002-04-09 Thread Joe Barreca
I have a set of custom symbols working just fine in Version 4.5. I managed to get many of them to work in Version 6.5. This morning I loaded them into the custom symbol directory for 6.5 on a new machine (Win 2000) and they worked. Then I added some that were missing into the directory and

RE: MI-L Retrieve data

2002-04-09 Thread computacion
Hi I think you should try select featureId, centroidX(obj),centroidY(obj) from TableName into TableName2 browse TableName2 I hope this help regards Jose Ramon Castro - List hosting provided by Directions Magazine | w

MI-L Is there a way to obtain the NE and SW corners given NW and SE corners in lat/longs?

2002-04-09 Thread Samuel Huang
Hi, I want to create a rectangle on a map using "Create Region" with 4 nodes. But all I am given is the NW corner point and the SE corner point. Due to the curvature of the Earth I cannot just use the E from SE and so on. Any ideas would be appreciated. Thanks, - Sam -- -

MI-L mapbasic set map zoom

2002-04-09 Thread Jonathan Stavis
Hi, Does anyone know how MapInfo resolves zoom distances based on degrees? The following code is not doing what I would expect (to zoom a window to the x-extents of one specific object) minx = objectgeography(ob,obj_geo_minx) maxx = objectgeography(ob,obj_geo_maxx) miny = ... maxy = ... centerx

MI-L snap to point

2002-04-09 Thread Robert Molina
Hi all, I need that someone help me, I am studing to programm in MapX, I´d want to know if someone can help me to programm a Snap tool, I mean Snap to point as in MapInfo. Best regards, Robert - Do You Yahoo!? Yahoo! Messenger! Comunicación instantánea gra

MI-L MapXtreme Java - adding TAB Files

2002-04-09 Thread Crompton, Mark
All, I am having problems programmatically adding mapinfo TAB files. Here's the sample code straight from the book. TABTableDescHelper myTabDesc = new TABTableDescHelper(strTabFileToAdd); TABDataProviderHelper myDPHelper = new TABDataProviderHelper(strMapPath, false, false, false, false); MapX

Re: MI-L mapbasic set map zoom

2002-04-09 Thread Trey Pattillo
Hello, the zoom in is "distance units" you are using "coodinates" from the "bounding" the easiest way is to let MI do what it does best "mapping" and MB [integration VB etc] is for user interface just issue "M_QUERY_FIND_SELECTION" or in code Run Menu Command 306 you must haveinclude "menu

MI-L Informix file performance under MI 6.5

2002-04-09 Thread Steve Carlsson
Hi listers Has anyone encountered performance problems when opening Informix files using MapInfo v6.5 vs earlier versions. Under v5.5 the files opened within seconds, under 6.5 the files are taking minutes to open. The operating system and drivers are all the same I have simply upgraded to MI

Re: MI-L ADV: A Marketplace for GIS Contracts

2002-04-09 Thread DeepakKa
Hi Well not aware about other sites, but out here in India, we got www.gisdevelopment.net which hosts tenders and also lets people to subscribe to them. So, if things work fine for both sides, you could possibly get the contract. Regards Kaul, Deepak RMSI INDIA

MI-L MapInfo Viewers

2002-04-09 Thread Guy Matters
Hi Folks, I noticed a thread last week about free Viewers. Uffe Kousgaard posted a reference to the following Website http://software.geocomm.com/viewers/general/ I looked at the site, and from the descriptions, several of the viewers seemed to view MIF files but none seemed to view Tables or