MI Info re. MapInfo and its capabilities?

2000-05-29 Thread Tony Kelava

HI all,

Is there any information out there that describes what can be done with MapInfo, its 
capabilities etc?

Comparisons with ArcView would also be nice.

Regards

Tony

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI Why does this select fail...

2000-05-29 Thread Robert Crossley



sometimes you have to do force the returned variable, 
something like 
 
select 
* from tableA  where int(ObjectInfo(obj,OBJ_INFO_TYPE)) = OBJ_TYPE_PLINE 
into tableB
 
seems 
to happen a lot where the returned variable type is a small 
integer.
 
Robert.

Robert CrossleyWild LimeSuite 1, 169 Newell StCAIRNS 
4870 AUSTRALIAwww.wildlime.comPh: 61-7-40337644Fax: 
61-7-40337688[EMAIL PROTECTED] 

  
- Original Message - 
From: 
Scott 
Fagg 
To:     
Sent: Monday, May 29, 2000 4:26 
PM
Subject: MI Why does this select 
fail...
select * from TableA where ObjectInfo(obj , 
OBJ_INFO_TYPE) = OBJ_TYPE_PLINE into TableBfails with : "Datatype 
mismatch in expression"According the the mapbasic references, 
ObjectInfo returns an SmallInt when called with OBJ_INFO_TYPE.I'm 
trying to select all of the objects of type PLINE from a table into another 
table.--To 
unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and 
put"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]


Re: MI Viewer Softwares

2000-05-29 Thread nancy_lai
Hi Peter, Check outwww.mapinfo.com/software/index.html There is a MapInfo Proviewer link under Desktop products.It's free.  It works well as long as you open a workspace, not just a map or table. Cheers,Nancy>>Nancy Jarrott Email: [EMAIL PROTECTED]>Software Engineer Tel: 61 7 3004 6706>Agsystems Pty Ltd Web: www.agsystems.com.au>> >@>Sent by: [EMAIL PROTECTED]>05/30/2000 11:12 AM>> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>> cc: > bcc: > Subject: MI Viewer Softwares> >>>I am looking a delivering a product containg Mapinfo files and linked>documents on CD to a client.>What viewer softwares are available ? Cost ? Comments ?>I have seen solutions using Autodesk Whip, Arcview>>TIA>>Peter>-->To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put>"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]


Re: MI Why does this select fail...

2000-05-29 Thread Michelle Smith



I had a similar problem.  I may 
have taken the long way round, but I ended up 
fetching each object then testing it 
using the obj_info_type & then executing any changes if 
required:
Dim obj_type as 
smallint
count = 
tableinfo(table,TAB_INFO_NROWS)
for i = 1 to count
Fetch i from table
    obj_type = 
objectinfo(table.obj,OBJ_INFO_TYPE)
If obj_type = PLINE Then
    execute changes, 
or store in a temp table
End If
 
Next
 
Ta, Michelle.

  - Original Message - 
  From: 
  Scott 
  Fagg 
  To:     
  Sent: Monday, May 29, 2000 4:26 PM
  Subject: MI Why does this select 
  fail...
  select * from TableA where ObjectInfo(obj , OBJ_INFO_TYPE) 
  = OBJ_TYPE_PLINE into TableBfails with : "Datatype mismatch in 
  expression"According the the mapbasic references, ObjectInfo returns 
  an SmallInt when called with OBJ_INFO_TYPE.I'm trying to select all of 
  the objects of type PLINE from a table into another 
  table.--To 
  unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put"unsubscribe 
  MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]


MI MapInfo Graphics

2000-05-29 Thread Schelbach Karen

Hello everyone,

I'm trying to save a MI layout as a clear, quality graphic which can be
imported into a MS word document.  I have tried saving the MI layout in
various formats (jpeg, png, bmp, tiff, and gif) then importing straight into
Word.  Each format loses clarity and ends up very grainy and a different
colour as to MI.  I've also tried using PaintShop to sharpen the tiff image,
then compressed it to a smaller file size, but still end up with the same
grainy results.  I just can't seem to get the map graphic to retain quality
once taken out of MI.  Can anyone help?

thank you!
Karen.



___
KAREN SCHELBACH
Project Officer
Communication & Information Infrastructure Development
Department of Communication, Information, Local Government, 
 Planning & Sport
Telephone:  (07) 3404 3419
Website: www.dcilgp.qld.gov.au
Email:  [EMAIL PROTECTED]



**
This e-mail, together with any attachments, is intended for the named
recipent(s) only.

If you have received this message in error, you are asked to inform the
sender as quickly as possible and delete this message and any copies of this
message from your computer system network. 
Any form of disclosure, modification, distribution and/or publication of
this e-mail message is prohibited.
Unless stated otherwise, this e-mail represents only the views of the sender
and not the views of the Queensland Department of Communication Information,
Local Government, Planning & Sport.


**



--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Viewer Softwares

2000-05-29 Thread Hoskinson, Peter


I am looking a delivering a product containg Mapinfo files and linked
documents on CD to a client.
What viewer softwares are available ? Cost ? Comments ?
I have seen solutions using Autodesk Whip, Arcview

TIA 

Peter
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI text length

2000-05-29 Thread Ethan Hohneck

Good morning, evening, and night to all.

Has anyone come across a text constraint relating to the number of
characters and spaces that can be inputted into a text window.  I have had a
user who complained when he tried to type in a small essay into a layout
window.  After he had typed out his essay and chose OK, only 250 approx
characters and spaces total were visible and printable.  I myself, out of
curiosity, tried the same process in a map window and had the same result.
The MapInfo version we are currently using is 5.5.

My questions are:
*   is there a reason for this?
*   are is there any fixes?
*   are we doing the process incorrectly?
*   and is it a bug?

Any help and discussion on this topic would be very helpful

Thanks heaps

Ethan
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Why does this select fail...

2000-05-29 Thread Scott Fagg


select * from TableA where ObjectInfo(obj , OBJ_INFO_TYPE) = OBJ_TYPE_PLINE into TableB

fails with : "Datatype mismatch in expression"

According the the mapbasic references, ObjectInfo returns an SmallInt when called with 
OBJ_INFO_TYPE.

I'm trying to select all of the objects of type PLINE from a table into another table.

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI subscribe

2000-05-29 Thread vera_bram


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Packing tables question

2000-05-29 Thread Peter_McPherson




Hello,

The table consists of polygons with attributes. When I was working
with these tables, I notice some greyed out records. I thought I would
pack the table.

I passed along these tables to another user, the owner. Now he claims
that the packing 'messed-up' the polygons and their attributes.

Has anyone experienced this before?

TIA

Peter


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI warning on startup

2000-05-29 Thread Max Fernandez

I did what Bill proposed and the error message disappeared.

Thank .

Max

[EMAIL PROTECTED] wrote:

> The error message for MIDLOCI.dll is because the Oracle8i driver was
> selected to be installed as part of the RDBMS\ODBC portion of MapInfo and
> the Oracle8i client software is probably not installed on your system which
> this dll looks for on startup if present.
> If you do not have the Oracle8i client installed, remove the midloci.dll
> from your MapInfo program folder and the error message will no longer
> occur.
>
> Regards,
> -Bill
>
> Mail List:owner-mapinfo-l
>
>  From:"Jaromir Svasta" <[EMAIL PROTECTED]> on
>   05/26/2000 09:38 AM ZE2
>
>
>  To:  "mapinfo-l" <[EMAIL PROTECTED]>
>
>  cc:  "mapinfo-l" <[EMAIL PROTECTED]>
>
>  Subject: (Document link: MapInfo -L and Co.)Re:
>   MI warning on startup
>
>
> I am having the same problem after reinstalling the whole system (Windows
> NT
> 4.0, SP6). I think it has something to do with Office 2000 installed,
> because this error didn't appear before, with Office 97.
>
> Can anyone help?
> Thanks
>
> --
> Jaromir Svasta
> Hydrogeologist
> Geological Survey of Slovak Republic
> Mlynska dolina 1
> 917 04 Bratislava
> Slovak Republic
>
> Tel: +421 7 59375423
> Fax: +421 7 54771940
>
> - Original Message -
> > dear all,
> >
> > I had to re-install mapinfo v5.5 after a system crash. Install from CD
> went
> > without any problem, but since then I receive the following warning at
> > startup of mapinfo:
> >
> > [IMAGE]
> >
> > When I click OK, startup continues and all seems to work ok.
> >
> > Can anyone shed some light on what that DLL is?
> >
> > TIA
> >
> > --
> > *
> > Max Fernandez
> >
> >Departement Geologie, Koninklijk Museum voor Midden - Africa
> >
> >Département de Géologie, Musée royal de l'Afrique centrale
> >Department of Geology, Royal Museum for Central Africa
> >
> > Steenweg op Leuven, 13tl: +32 2 769 5431
> > B-3080 Tervuren   fx: +32 2 769 5432
> > Belgiumemail: [EMAIL PROTECTED]
> > *
> >
> >
>
> --
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
>
> --
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

--
*
Max Fernandez

   Departement Geologie, Koninklijk Museum voor Midden - Africa

   Département de Géologie, Musée royal de l'Afrique centrale
   Department of Geology, Royal Museum for Central Africa

Steenweg op Leuven, 13tl: +32 2 769 5431
B-3080 Tervuren   fx: +32 2 769 5432
Belgiumemail: [EMAIL PROTECTED]
*


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI: MS Access 2000 and ODBC Problem

2000-05-29 Thread Hobson, Craig

Hi everyone!

I have an Access Database that resides on a network drive. I follow the
following steps:

1) I create an ODBC connection for this database
2) I create a MapInfo Map Catalog for the database
3) I ATTEMPT to make the remote table mappable in MapInfo
- When I try to do this - I get the message "There are no
non-mappable tables for this datasource"
- When I click the OK button, the 'Select ODBC Table wizard' comes
up - indicating the right ODBC database connection - but where all the
tables should appear in the select table area - it is BLANK - no tables
appear.

Now the kicker. If I copy this same database onto my local hard drive, set
up an ODBC connection to it there - it works fine. No problems. I can also
use the same ODBC connection to access the network database using Excel. The
Access database in Access 2000. If I save the database as an older version
of Access - it works.

I don't use MapInfo a lot, so I don't know if I am missing something very
obvious. Can anyone assist? Is there a compatibility problem with Access
2000. I am using MI Pro 5.0 ...

Thanks in advance for any assistance you can provide!

Craig


Craig Hobson
Patrol Sergeant

Winnipeg Police Service
Crime Prevention Unit
P.O. Box 1680
Winnipeg, MB
Canada  R3C 2Z7

phone: (204) 986-6379
fax: (204) 957-2450
email: [EMAIL PROTECTED]
Web site:  www.city.winnipeg.mb.ca/police


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI The Empire versus the metric

2000-05-29 Thread juanse barros

I guess that is the reason why the world community is trying to agree on the
Universal Metric System. You do not need the history to memorize the links
between diferent units. And the mathematics are much simpler.

Juanse Barros
Temuko-Chile


-Mensaje original-
De: Mick <[EMAIL PROTECTED]>
Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Fecha: Jueves, 25 de Mayo de 2000 12:48 a.m.
Asunto: Re: MI The Empire versus the metric


>I must admit I've been impressed with the discussion, it's brought a smile
>to my face a few times, well how about the Solomon Islands distance is
>measured by the litre there..
>
>i.e the number of litres of fuel you need in an outboard on a canoe to get
>from  A to B, weather, currents and load sometimes make the same journey a
>different length of course, as I found out to my cost a few times
>
>I guess the bottom line is the best system to use in a place is the one
that
>most people in that place understand, or maybe that's controversial.
>
>Mick
>
>--
>To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
>"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Automatic registration of OS rasters

2000-05-29 Thread Neil MacKinnon

Hello,

I have recently taken delivery of 20 Cd's from OS for much anticipated 1:10k cover of 
Scotland.  However, before I get the books out, I was interested to find out if anyone 
out there has developed a tool to automatically register raster Ordnance Survey maps 
based upon the file name (eg NS0475ne.tif).

Any help would be gratefully received!

Cheers,



Neil Mack

___
Neil Mackinnon
Scottish Homes
GIS Co-ordinator

Phone: 0131-479-5264

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Looking for a website

2000-05-29 Thread Frank Schuessler


Can somebody point me to the website of GEODATA SOFTWARE SYSTEMS, NAVARRE?

Frank


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]