RE: MI-L : Multi-band Landsat Image Problem

2002-05-30 Thread khr
Try Winchips. Look at http://www.geogr.ku.dk/chips/. The standard version is free. regards Karl-Heinz Raatz -- Miljøministeriet Center for Informatik Haraldsgade 53 DK-2100 København Ø email: [EMAIL PROTECTED] -Oprindelig meddelelse- Fra: Data Directions [mailto:[EMAIL PROTECTED]] Sen

RE: RE: MI-L Check that a table is open??

2002-05-30 Thread PEM
I can only agree with David, but not only in Intergrated Mapping there might be problems. I have quite a few times experienced that the error handler doesn't work in MapInfo Pro therefor I'm using the loop way, too. Eventhough it might be a bit slower, especially when there a many tables open. P

MI-L Copying the properties of one map control to another in MapX

2002-05-30 Thread Phil Bright
Hi Listers, I have a problem, that is possibly very simple - but I cant get it to work! I have two mapx map controls on two different forms. (Map1 and Map2). I run my program and initialise all the details for map1 such as geosets, datasets, themes etc. Now, if I open another particular form th

MI-L Import emf into Pagemaker

2002-05-30 Thread Daniel Beauchamp
I saved a series of maps as emf files. On the maps were notations for degrees in Arial font, character 0186. Importing the emf files into PageMaker my client says that the degree symbol becomes a close quote i.e. " Does anyone know anything about PageMaker and how he can to import the files

Re: MI-L If,Then Statement

2002-05-30 Thread Simon O'Keefe
Hi Brandi, Use the following syntax to acheive an if/then kind of command in the MapBasic window or a workspace: run command left$(<>,1000*int(<>)) eg: run command left$("open table ""c:\temp\Property.tab""",1000*int(FileExists("c:\temp\Property.tab"))) This is great for saving into workspaces

RE: MI-L Check that a table is open??

2002-05-30 Thread Cautley, David/PDX
Correct ... I do it the other way because I sometimes use the function in integrated mapping contexts where error trapping doesn't work (loosely speaking). -Original Message- From: MAGS-Gerencia [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 2:45 PM To: Cautley, David/PDX; 'Morr

Re: MI-L Check that a table is open??

2002-05-30 Thread MAGS-Gerencia
Another way. Function IsTableOpen(Byval TName as string) as logical onerror Goto IsTableOpen_error IsTableOpen = TRUE Fetch First From TName Exit Function IsTableOpen_error: IsTableOpen = FALSE End Functin - Original Message - From: "Cautley, David/PDX" <[EMAIL PROT

MI-L Launching Acrobat Reader by selecting a point

2002-05-30 Thread Ron Gutiw
Listers: I have 100's of pdf files that are associated with 100's of points on a map. Is there a simple way to access these files by clicking on the point? ie. launch Acrobat Reader and the correct pdf is opened Will summarize Thanks Ron

RE: MI-L Check that a table is open??

2002-05-30 Thread Cautley, David/PDX
' * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ' ' * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Function IsTableOpen(Byval TName as string) as logical Dim l as Logical Dim Ta

MI-L Check that a table is open??

2002-05-30 Thread Morrier, Steve
Hi all is there a quick and painless way to verify that a table is open in MapBasic? Any table? I just want to make sure that a table is open before I continue with my script. TIA. Steve -Original Message- From: Bill Thoen [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:52 AM

MI-L unsubscribe mapinfo-l

2002-05-30 Thread Fast, Tim
unsubscribe mapinfo-l - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MI-L Trying to figure out if I had been dropped from the list

2002-05-30 Thread Bill Thoen
[EMAIL PROTECTED] wrote: > > Have I been dropped from the list? To check to see if you are still on the list, send a blank email to [EMAIL PROTECTED], where you substitute you email address and domain in place of NAME and DOMAIN. In your case, you would send a message to [EMAIL PROTECTED] Note t

RE: MI-L Opening 3D analyst grids in VM

2002-05-30 Thread Harvie, James
I have not imported a grid from Spatial Analyst for a while and I think the proper export format is ASCII text format. I am assuming it is the same export module that is in 3D Analyst. Bottom line, it can be done. Jamie -Original Message- From: Chris Gallagher [mailto:[EMAIL PROTECTE

MI-L Trying to figure out if I had been dropped from the list

2002-05-30 Thread Brian_VanDruten
To Whom It May Concern, Have I been dropped from the list? Sincerely, Brian Van Druten Forestry Technician Alligator River NWR - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [

MI-L Opening 3D analyst grids in VM

2002-05-30 Thread Chris Gallagher
Does anyone know of a simple way to import 3D analyst grids into VM3.0?? It does not appear that VM supports importing them and I cannot find a way to export them in 3D analyst. Thanks alot, Chris

MI-L Application needed to refresh map

2002-05-30 Thread Collard, Mike MB SUKOP-UORM/232
I have a map based on an Access.mdb. table. The Access table gets refreshed periodically and records get added and deleted. I want my map to get refreshed automatically, displaying new locations and hiding/deleting old ones i.e. I don't want to have to recreate the atble each time the data is re

Re: MI-L Degree, Minute, Second

2002-05-30 Thread Jessie O. Floren
Thanks to David. But I tried to have a column that have the following figures 123° 12' 30" and not 123,12,30 or 123 12 30 or 123-12-30 or 123_12_30 Jessie - Original Message - From: David Reid <[EMAIL PROTECTED]> To: 'Jessie O. Floren' <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 1

MI-L HP Deskjet Printer MIPro Mapx

2002-05-30 Thread Harry Bell
I am currently looking for a HP Colour Deskjet for a networked environment, but will consider other makes too! PC's on network have NT and Win2000. I basically need a printer that works well with MIPro and MapX. I am wondering whether I need to buy a printer with PostScript capabilities. This i

MI-L RE: Problems importing DXF files

2002-05-30 Thread Blaine Castle
Hello Catherine, You wrote: >I am having problems with this particular .DXF file...contains a >polygon object...import it...Using the Reshape function, if I try to move >one of the object's nodes or to delete one, nothing seems to happen. When I >release the button of the mouse, the node actua

RE: MI-L Automatically refreshing DBMS tables

2002-05-30 Thread CRISP, Paul -Syntegra UK
Keith - You seem to be using a workspace rather than MapBasic - either way the syntax will be the same (but in the workspace NOT in the TAB file) Open Table MyDBMSTable Server Refresh MyDBMSTable A 'refresh' is a complete rebuild of the table by rerunning the query it is based on so you could