MI Date: Mon, 17 Apr 2000 10:42:05 +1000

2000-04-16 Thread Paul Grambauer
unsubscribe MAPINFO-L Paul Grambauer Cessnock City Council PO Box 152, 68-72 Vincent St, Cessnock, 2325 AUSTRALIA NSW Phone : +61 02 49934192 Fax : +61 02 49934200 Email : [EMAIL PROTECTED] -- To unsubscribe from this list, send

MI Tables

2000-04-16 Thread Tony Kelava
How do tell if a table is open in mapbasic? I've tried x = TableInfo (tablename , TAB_INFO_NROWS) but if the table is not open, this halts the mapbasic program, so i tried this: onerror goto NotOpen x = TableInfo (tablename , TAB_INFO_NROWS) NotOpen: BUT, it still halts the program if the

Re: MI FME

2000-04-16 Thread technical support
Hi Jonathan Just read your letter. By Designs translator, which now does not require MapInfo to run, is available for evaluation from our Website www.mapsbydesign.co.uk Typical translation is about 1 second per tile. MapNTF creates seamless horizontal layers rather than one layer per tile. I g

Re: MI Projection and automation

2000-04-16 Thread Mats Elfström
Andreas Schölzel wrote: > > I'm reading coordinates from a textfile into a Visual Basic application > from which I run an instance of MapInfo through automation: Hi Andreas! Seems if you forget to set the coordsys to your table - so MapInfo will default to lat/long when creating the points. Thi

MI Projection and automation

2000-04-16 Thread Andreas Schölzel
I'm reading coordinates from a textfile into a Visual Basic application from which I run an instance of MapInfo through automation: I set the projection as follows: 1. msg = "Create Map For " & MapNameArray(MyType, 2, BrowserNo) & " CoordSys Earth Projection 8, 104, " msg = msg & Chr(34) & "m" &