Re: MI-L pulling start/end coords for lines/polylines

2004-08-25 Thread Uffe Kousgaard
You can search MI-L here for old messages: http://lists.directionsmag.com/discussion/search.php?f=7 The syntax for polylines is much different from that for lines: First x-node: ObjectNodeX(obj, 1, 1) Last x-node: ObjectNodeX(obj, 1, Objectinfo(obj,OBJ_INFO_NPNTS)) (similar for y). OBJ_INFO_NPNTS

RE: MI-L Windows API constants for MapBasic

2004-08-25 Thread Martin Higham
Bill, The ultimate references are the header (*.h) files in the Platform SDK. This comes as part of Visual Studio, or can be freely downloaded from msdn. Best Regards, Martin Higham Avantra Geosystems ph (61 3) 8504 0428 0425-730-428 fx (61 3) 9596 7997 www.avantra.com.au > -Original

Re: MI-L Complicated IF statement

2004-08-25 Thread Guy E Corcoran
This does not seem to require an if statement to update your O_E column, but an AND query. try something like: select * from [table] where fromleft >0 and toleft >0 and fromright =0 and toright = 0 into [anothertable] update anothertable set O_E = "O" and reverse the operators for the Even side

MI-L Complicated IF statement

2004-08-25 Thread David Reid
Greetings List, I have what for me, keeps getting foggier and foggier. I am tempted to just do this in Access, it would sure be a lot easier but hate to mix this particular MI table with Access. Perhaps I am making it too complicated. I have an ODD and EVEN column "O_E" formatted as Char 1, in wh

RE: MI-L Global Styles

2004-08-25 Thread SCISOFT
They are in the MapBasic manuals (Reference Guide, User Guide) and one or other version is downloadable as a PDF from MapInfo. I think the 7.0 or 7.5 manuals are there at present (I can't remember accurately). The advantage of looking there, is that you actually see what the styles look like - im

RE: MI-L Windows API constants for MapBasic

2004-08-25 Thread SCISOFT
You could use the Windows API Database Add-In supplied with Visual Basic 6 (and other MS tools). It can be run independently of VB6 - it's called the "API Text Viewer". It provides a lookup of Constants, Declares, Types. For example, I visited the URL you provided and saw the first item descried w

Re: MI-L Global Styles

2004-08-25 Thread Bill Thoen
It's all in MAPBASIC.DEF, which comes with MapBasic. Since more people these days are trying to do things in MapInfo where they need this information, maybe we ought to excerpt these defined constants into a public text file. Funny, but this is the same gripe I have with Microsoft and the defined c

MI-L Global Styles

2004-08-25 Thread Don Guerra
Hi all, Where can I find the definitions of the numeric arguments for the "Global Pen" (and Line & Brush)clauses. For example, a solid line is number???.or the color blue is number??? I haven't seen this in the users manual or on the Directions site. I hope it's not right in fron

MI-L pulling start/end coords for lines/polylines

2004-08-25 Thread Guy E Corcoran
Hi list, This is going to be a repeat of an old question, and for that I apologise. I remember reading a while ago that someone asked how to update upstream and downstream coordinates for lines and polylines. I have a table that has four new columns, upstream northing/easting and downstream northin

MI-L Query Street Pro data

2004-08-25 Thread Allsup, Tina (YBUSA-CDR)
I just had a client call and ask me a couple questions about Street Pro data and Map Info. They have both versions of Street Pro data available to them (Regular and EAL versions). I am not familiar with this type of query so I thought I would check with you the experts. Is it possible to query S

MI-L Windows API constants for MapBasic

2004-08-25 Thread Bill Thoen
When adapting Windows APIs to MapBasic I find the documentation at Microsoft's MSDN site is great, except for one thing: they seldom tell you the values of defined constants. For example, I'm looking at their File Security page at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fil

MI-L Map Label Issue (Database transformation?)

2004-08-25 Thread Philip . Lesnik
- Forwarded by Philip Lesnik/General Growth Mgmt Inc/US on 08/25/2004 02:54 PM - Paul Green

MI-L MapX Geoset Conversion to Workspace

2004-08-25 Thread yýldýz
Hi List , i have a workspace with 8 layers and won't to convert it to a geoset . ( each layer include 1 or 2 colums) but i'm get : "Layer is not supported by MapX and will not be writen to the geoset ..." Message for some layers. 1 - i have many of geosets they include big layers (50 MB) i u

MI-L MBX Applications

2004-08-25 Thread Andrew Tracey
Thanks for the responses to my first e-mail. Have had a look at the suggestions but can't seem to find the tool I am after. The tool allowed you to move the map from the layout window. Any suggestion would be appreciated. Rehards Andrew Tracey Information Support Officer Corporate Information Co

RE: MI-L MBX Applications

2004-08-25 Thread GISInfo Lemah
Dear Rehards, I think this link can help u to get mbx apps.. http://www.paris-pc-gis.com/util_links.htm regards hifazat -Original Message- From: Andrew Tracey [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 5:23 PM To: [EMAIL PROTECTED] Subject: MI-L MBX Applications Dear Al

MI-L MBX Applications

2004-08-25 Thread Andrew Tracey
Dear All I have used a website before which was full of downloadable MBX applications. Does anyone know the web address off the top of their heads ? Rehards Andrew Tracey Information Support Officer Corporate Information Corporate Growth and Focus Corporate Development South Tyneside Council Wes

MI-L Missing MAPINFOW.MNU and other files

2004-08-25 Thread Simeon Kohlman Rabbani
All: I recently had some problems with my PC and had to uninstall and reinstall some of my applications. I was able to restore MapInfo 7.0 and MapBasic 7.0 from the WindowsXP backup. For some reason, however, this did nor restore the MAPINFOW.MNU, MAPBASIC.DEF, ICONS.DEF, or MENUS.DEF. Unfort

Re: MI-L writing random and binary files

2004-08-25 Thread Bill Thoen
On Tue, 24 Aug 2004, Rahma Sarita wrote: > I want to store the information or records (user-defined data type) to > random or binary files using mapbasic. I have the error message so far. > Is mapbasic enabled for writing this kind of variable (records) to > random or binary files? Any samples? M