Re: Combing tables with MI

1999-08-04 Thread maccomb
A simple way to combine tables is through the "append rows" function. You can use this to append any two tables of identical structure. This procedure would need to be repeated for each successive table to add and can therefore be somewhat time consuming. Table projection settings can be change

RE: MI Workspaces

1999-08-04 Thread Robert Crossley
Is there a way that you can switch this automatic printer setting off? It is a pain when you want to print for example a draft set of maps, then a final and maybe one set to images. You used to be able to just change your print settings for a whole run, and reprint. Now it resets the printer

MI Utility

1999-08-04 Thread Franck Martin
http://www.sopac.org.fj/Presentations/GIS/Map/MapBasic/default.htm Contains a neat utility for Mapinfo. It draws Maps in 5mn and not posters in 1hour. Please send feedback on the Version 1.40Beta Cheers. -- To unsubscribe

RE: MI Joining two columns of one table

1999-08-04 Thread Sue Port
Alistair, You can use the Update Column command to join two columns together. In your case, first create an extra column through Table|Maintanence which is at least as big as the two columns you want to join together plus one. Now use the "Update Column" command to update the new column with an e

RE: MI Workspaces

1999-08-04 Thread Sue Port
Roger, The most common command that is new to version 5.5 which is sometimes put in the workspace is the printer settings. This command is usually a few lines up from the bottom of the file and starts with "Set Window FrontWindow() ...". If you take this line out as well as editing the version nu

MI Y axis values on graph

1999-08-04 Thread Peter Walsh
I am trying to graph 2 variables in MI on the same graph. That is quite possible (in fact you can graph up to 4 variables) however I need to show two sets of values on two different Y axis, as the scale of one dataset is much greater than the other. This can be done in Excel, but I doesn't seem p

MI RE: If statements in label expressions

1999-08-04 Thread Sue Port
Roy, It's not possible to add "if" statements in the label expression, however sometimes you can rearrange the expression to have the same effect. For example, your case can be expressed as Chr$(Abs(Sgn(Asc(UCase$(Name))-84))*5+83) The column data is converted to upper case and to an ASCII cod

RE: MI: Universal Translator causes crash

1999-08-04 Thread CHESTER Brian
Rick >From my experience this is not a "crash" but more a problem of the UT projection window coming up behind the main MI window an you cant get at it to respond. Before you start UT reduce the size of the main MI window so it does not cover the centre of the screen. Then start UT and when the

MI Workspaces

1999-08-04 Thread Roger Ling
Hi All, Some of our clients use MI Proviewer to view our tables/workspaces. However MI Proviewer only accepts MI 5.0 workspaces or before, which is a problem given that we now have MI 5.5. My question is, can you in MI 5.5 save a workspace as a V5.0 workspace OR will MI Proviewer be updated to

RE: MI maximum qty of points

1999-08-04 Thread Matt.Wilkie
>There is a relatively simple method to fix points being quished >against an imaginary line when combining tables. > >In MI 5.5 there is a mapbasic utility that enables you to change >the bounds (or extents) of any table. Make the bounds large enough >to encompass both tables you are trying to com

RE: MI maximum qty of points

1999-08-04 Thread Robert Crossley
I regularly generate terrain file using more than 1 million points (I think 5 million was the largest), so there is no limit that I know of. Sounds like the file you created to add the points to had bounds that excluded the area where the points came from. Try saving the first file as another

RE: MI maximum qty of points

1999-08-04 Thread Matt.Wilkie
>I recently had to combine 2 tables containing >75 000 points of elevation each into a "so called" >BigFile with Comb_lay.mbx in MI 5.0 > >All the points of one table got alligned in >a straight vertical line... !! >Is a file with 150 000 points too big for MI 5.0 ? >Is there a max limit ? I don

MI RE: If Then Else

1999-08-04 Thread Robert Crossley
This was a request I put to the wish list last year (I think) - a function that is similar to the VB/ Access function IIF(condition, truepart, falsepart). I of course agree that it would be a great feature, but alas not available yet. Rob -Original Message- From: Jason Dettman [SMT

Re: Importing Arc/Info Data into MI

1999-08-04 Thread Tony Elson
Franck Martin wrote: > > I asked this question a while ago and the only alternative despite having > ArcInfo to convert the files in E00 format was to use ArcView to read them > and convert to shapefiles. > > I haven't tried the Arcview path, and I'm not sure if it works. It does - quite sat

MI USA highway data

1999-08-04 Thread Lepage, Mike L (Mike)** CTR **
I am trying to find a file of highways for MapInfo. I have tried the highway file that came with mapinfo free data, but it seems to only be the major interstate highways. Does anyone know of or have a highway file that has the state highways and not just the cross country ones? I would be lookin

MI Internet Detective Software....Find Anyone/Anything!! (23885)

1999-08-04 Thread [EMAIL PROTECTED]
GET "CYBER-SPY INTERNET DETECTIVE SOFTWARE"!! To stop future emails, see end of message. cyberspysoftware.com 1717 S Brentwood STL MO 63144 708-401-0369 [EMAIL PROTECTED] FIND OUT ANYTHING ABOUT ANYONE USING THE NET!! http://www11.myesites.net/ - Find college roommates, old

MI Mapinfo 2 DGN

1999-08-04 Thread Dennis Hill
I've got a .tab file full of information that I need translated to Microstation.  The Universal Translator option works well in getting the file into Microstation format but it clobbers the symbology.  I think I can fix the problem if I could control which Microstation seed file is used by

RE: MI PDF Conversion of custom symbols

1999-08-04 Thread Landis, Bill @ Phoenix
I had the same problem, I think. I use Distiller to translate print files into PDFs. There is a setting in Distiller that resamples bitmaps to 72 dpi. By turning off that option I solved my problem. Bill Landis... Information Management Director, Global Mapping Services CB Richard Ellis P 602

MI Responses to Workspaces and NT Printing Problems

1999-08-04 Thread p . graham . mky
Dear listers, Below is a summary of the responses I got to my queries on workspace improvements and printing from MI on an NT4 workstation: NT PRINTING We have been on NT for several years and don't have the problems to which you referred. First, the NT knowledge base has a lot of information o

No Subject

1999-08-04 Thread Jason Dettman
Is there a way to have an "If...Then..Else" statement in a label expression??? For example: If columnA ="T" Then Label = "X" Else Label ="S" End IF Thanks...Roy -- To unsubscribe from this list, send e-mail to [EMAIL PROT

SUM: MI: Universal Translator causes crash

1999-08-04 Thread Phillips, Andrew
Thanks to all those who responded. Several suggested that the crash was caused by a bug with VM; UT would work with VM not running. A patch was created for the bug and is included in recent versions of MI. I am using MI 5.0 and thus the solution had to be sought elsewhere. Today's solution: Ma

MI MapBasic Syntax Question

1999-08-04 Thread McNeil, Todd (TMCNEIL)
I have a block of code in whcih I am trying to write a few lines to verify an intersection of two overlapping regions that come from two tables. The user can select the two tables, which contain the voice data link service stations, an they can be the same. The idea is to automatically selec

MI PDF Conversion of custom symbols

1999-08-04 Thread Lacroix, Jacques
Have anyone heard of or have been faced with this problem : a PDF conversion (with ACROBAT 4.1) of a layout "demolishes" bitmap Customs symbols. MapInfo 5.5 (in use) may be the problem here since we have been faced with other problems using Custom symbols with version 5.5. Note that PDF conversi

MI 5.5

1999-08-04 Thread Ian Macey
Hi All I have just installed MI 5.5 and have experimented with the "save printer settings" new function. This saves the printer name and the paper orientation but does not appear to save the paper size. Has anyone else experienced this problem? Is there any reason why this should be? and any ways

MI regions are lines in thematic map?

1999-08-04 Thread Phillips, Andrew
I'm trying to create a thematic map of a table of polygons, but the only available display style parameters are for lines. The result is solid colored regions. What gives? I wonder if the creation method had some effect: 1. Drew polygons 2. Converted them to polylines for editing 3. Co

RE: currency of MI supplied data

1999-08-04 Thread Steve Wallace
At 09:49 AM 08/04/1999 -0400, Patrick Phillips wrote: >Per "Appendix K: Copyright Information for Sample Data" in the "User's >Guide" for version 5.0 the US Zip Code Boundaries are copyrighted by >Geographic Data Technology, Inc. 1997. I am sure it is different for each >version of MapInfo Profe

MI Argentina data

1999-08-04 Thread Jon Spinney
Buenos Dais List, Thank you all for the Argentina data sources. I have found what I am looking for. I really appreciate all responses, and hope that someday I can return a similar favor. Best Regards, Jon Spinney [EMAIL PROTECTED] ---

MI International Cartographic Assn - Ottawa 99

1999-08-04 Thread Ted Florence
The International Cartographic Associationsannual conference in Ottawa is less than 2 weeks away. I had offered free entry passes to list members several weeks ago and they were snapped up quickly but I have managed to obtain some more which I am now offering on a first come first served basis. If

RE: currency of MI supplied data

1999-08-04 Thread Patrick Phillips
Per "Appendix K: Copyright Information for Sample Data" in the "User's Guide" for version 5.0 the US Zip Code Boundaries are copyrighted by Geographic Data Technology, Inc. 1997. I am sure it is different for each version of MapInfo Professional. Check your manual for copyright date. Also;

MI Digitizing

1999-08-04 Thread Andrea Perego
Dear MI Listers, I need to digitize a couple of maps. Not many. No big deal. But I'd like to do it the best way possible. Am I better off digitizing them in something like AutoCAD then importing them into MapInfo, or should I digitize them directly into MapInfo. Is there some other program t

MI Canadian Data Sought

1999-08-04 Thread Ted Florence
Please excuse cross-posting of this message. So here we go again on the subject of Canadian data. I have a customer who is looking for data for a particular Canadian city that they can use with MAPublisher to create a map or series of maps for use in a book. The question that comes up is not one

Re:MI: Universal Translator causes crash

1999-08-04 Thread Branchaud, Rick
Drew, This is not just a quirk with your system, I have run into this same problem using MI 5.0, Win 95. To say it was frustrating would be an understatement. I have managed to work around it by using the Control/Alt/Delete keys to end the UT task after the "crash" occurs i.e. after pressing th

MI Mapinfo scale handling

1999-08-04 Thread sandeepb
HI All If someone can help me out with information , how mapinfo handles scale settings , i am trying to set the minumum and visiblity and maimum visibilty sclaes for a table through mapbasic using the ( Set Map Layer 1 Label Visibility Zoom (min,max) Units "km" , where min and max are

MI suspension from list

1999-08-04 Thread Jacques Paris
I am going to suspend my participation to this list sometimes to-nite. It is going to be for a limited time, until mid-october I expect. Our site will remain open, even if its order center is closed. But you will be able to get what you like by getting into contact directly with my son at

Re: MI MapX/Invalid Page Fault

1999-08-04 Thread Chris Martin
This occurs on my machine, and at least two others, however not on some others. Not very conclusive. All these machines have been used to run the application in the recent past, to varying degrees during the development period, so I'm building a fresh m/c to test it on. >>> Bob Young <[EMAIL P

RE: MI batch table editing

1999-08-04 Thread pel
Hi You dont need to open all the tabels via the program, this code will update all open tabels, the trick is then to whrite a function that alters the object style Declare Sub Main Declare Function NewStyle(byval o as object, byval Code as string)as object Sub Main Dim i, N as integer,

RE: MI RE: Map Projections for Eastern Europe

1999-08-04 Thread Ole Gregor
Hi I agree but there is another problem with military maps from the former east block and that is the coordinate displacment. The map coordinates are often wrong and you will need a special table which translates the coordinates on the map to real world coordinates. An example is Warszaw which is

RE: MI batch table editing

1999-08-04 Thread Thake, Peter
Hi Matt, Yes, your message is getting through! Don't know an easy answer though, other than writing a mapbasic routine to open each table in turn, make the style changes, save the table, do the next one etc. This is not perhaps quite as straightforward as it might seem, - you probably want to rea

MI Joining two columns of one table

1999-08-04 Thread Alistair Hart
Hi, I'm mapping out a Dengue Outbreak that finished recently in North Queensland, Australia and am using the State Digital Road Network to geocode my records. My problem is this: I have the street_name and street_number in different columns and I think I need to combine this information into 1

MI MB: Universal Translator from MapBasic

1999-08-04 Thread Franck Martin
Does anyone know how to pilot Universal translator from Mapbasic ? Or to do Shapefile to Tab conversion from MapBasic to be more precise. Franck Martin Database Development Officer SOPAC South Pacific Applied Geoscience Commission Fiji E-mail: [EMAIL PROTECTED] Web si