RE: [MI-L] Fixing Workspace Paths

2006-02-02 Thread OSullivan. Jerry \(IT Solutions\)
Tim Version 8.0 has the workspace resolver tool available in the tool manager 'The Workspace Resolver tool is a new tool that helps the user open workspaces when the tables referenced in the workspace have been deleted or changed locations. The Workspace Resolver tool works independently of the

RE: [MI-L] Help with Save Window As Command

2006-01-30 Thread OSullivan. Jerry \(IT Solutions\)
Ian, You should be able to say Save Window frontwindow() As c:\map.bmp Type BMP Resolution 600 If you are using a version of MapBasic earlier than 7.0 this is probably not available to you. Kind Regards Jerry O'Sullivan Jerry O'Sullivan GIS Consultant ESBI Computing Ltd Stephen Court |

[MI-L] SQL Server x,y coloums

2006-01-19 Thread OSullivan. Jerry \(IT Solutions\)
Hi, Is there anyone out there using SQL Server to store their point data (i.e x,y columns in a table and a map_catalog table also). I would be interested in hearing their experiences especially with regard to multi - user editing Thanks Jerry * ** *** ** * ** *** ** * ** *** ** * This email

RE: [MI-L] ConvertCoord in MapXtreme

2006-01-11 Thread OSullivan. Jerry \(IT Solutions\)
Tim, Have a look at the DisplayTransform class. That should do what you need map.DisplayTransform.ToDisplay(MapPoint, out DisplayPoint); Kind Regards Jerry O'Sullivan Jerry O'Sullivan GIS Consultant ESBI Computing Ltd Stephen Court | 18-21 St. Stephen's Green | Dublin 2 Tel +353 1 7038060 |

RE: Ang. [MI-L] VS.NET 2005 - Free Express Versions

2005-11-17 Thread OSullivan. Jerry \(IT Solutions\)
Title: Message MapXtreme 2004 is tightly integrated with Visual Studio.NET.The next version of MapXtreme 2004, version 6.5, will be integrated with Visual Studio 2005. If this includes the Express editions I don't know - Maybe somebody listening in from MapInfo can shed some light on that.

RE: MI-L Error message at start up

2005-11-01 Thread OSullivan. Jerry \(IT Solutions\)
Per, This error usually occurs if you do not have the Oracle client installed. This error can also occur when MapInfo can not find the Oracle installation, for example, if Oracle has recently been upgraded. To determine where the Oracle installation is MapInfo checks the PATH environment

RE: MI-L Raster Image (Turn Off) or disable

2005-10-17 Thread OSullivan. Jerry \(IT Solutions\)
Philip This should work for you: Include MapBasic.Def declare sub main sub main Dim i as integer Dim i_lay_type as integer Dim map_win_id as integer Dim cmd as string map_win_id = FrontWindow() if WindowInfo(map_win_id, WIN_INFO_TYPE) = WIN_MAPPER then For i = 1 to

RE: MI-L Making Rasters Transparent

2005-10-13 Thread OSullivan. Jerry \(IT Solutions\)
Philip, The only way I have done this before is by changing each .tab file individually. I think you can do it in the workspace as well if you want. I would suggest you view a .tab/.wor file in a text editor before and after you change the transparency/translucency, then use Ultraedit to do a

RE: MI-L MapBasic - returning the names of current layers into a popup menu

2005-10-05 Thread OSullivan. Jerry \(IT Solutions\)
Carolyn, The following steps should help you 1. Get the Number of Tables using the NumTables function 2. Create an array of that size 3. Loop on the TableInfo function to get the name for each Layer into the array 4. Build the dialog using the array The code below should do it for you Include

RE: MI-L Object Line-Polyline Style

2005-09-30 Thread OSullivan. Jerry \(IT Solutions\)
Hendrik, MapInfo recently started shipping a line style editor, check out http://extranet.mapinfo.com/products/Download.cfm?ProductID=1044 Kind Regards Jerry O'Sullivan Jerry O'Sullivan GIS Consultant ESBI Computing Ltd Stephen Court | 18-21 St. Stephen's Green | Dublin 2

MI-L GPS Utility

2005-09-26 Thread OSullivan. Jerry \(IT Solutions\)
Hi, Does anyone know of a GPS utility other than Geotrack.mbx that can plot points in MapInfo. I am having trouble getting geotrack to communicate on com 10 (other applications can talk on com10 to my gps but not geotrack :( ) Thanks in advance Jerry * ** *** ** * ** *** ** * ** *** ** *

RE: MI-L Trim special characters

2005-09-22 Thread OSullivan. Jerry \(IT Solutions\)
Jiye, I don't think you can do a trim on specific characters. Your are probably going to have to use a bunch of the other string functions to achieve what you want to do Kind Regards Jerry O'Sullivan Jerry O'Sullivan GIS Consultant ESBI Computing Ltd Stephen Court | 18-21 St.

RE: MI-L finding nearest point (distance)

2005-08-18 Thread OSullivan. Jerry \(IT Solutions\)
Hi Cathy Try these links: http://www.sgsi.com/MIUserGroup/Tech_FindNearest_SGSI.htm http://www.directionsmag.com/files/index.php/view/588 There is also a find nearest function in MapBasic 8, which I presume you can use in the MapBasic Window in MI Pro v8 but I haven't tried it Kind Regards

RE: MI-L Starting with MapBasic

2005-06-14 Thread OSullivan. Jerry \(IT Solutions\)
Carlo, Have a look at http://www.directionsmag.com/files/. This site has a lot of MapBasic scripts available for download, many including source code. The excellent http://www.paris-pc-gis.com/ has a lot of sample scripts as well. I note you have VB.NET experience, MapXtreme 2004 -

RE: MI-L MapBasic and Excel

2005-06-03 Thread OSullivan. Jerry \(IT Solutions\)
Cathy, You should be able to pass the name of the excel file as a parameter as below: Run program C:\Program Files\Microsoft Office\Office10\EXCEL.EXE C:\Book1.xls Jerry -Original Message- From: Cathy Coldrey [mailto:[EMAIL PROTECTED] Sent: 03 June 2005 14:35 To:

RE: MI-L MapX query

2005-04-28 Thread OSullivan. Jerry \(IT Solutions\)
Tony, I think if starting off a fresh you are better going for vb.net and mapXtreme 6. MapX and MapBasic will be slowly retired by MapInfo over the next few years. Kind Regards Jerry O'Sullivan Jerry O'Sullivan GIS Consultant ESBI Computing Ltd Stephen Court | 18-21 St.

RE: MI-L MapX-L ??

2005-04-27 Thread OSullivan. Jerry \(IT Solutions\)
Greg Try https://www.mapinfo.com/registration/discussions/forum.jsp?forum=3 It is an official MapInfo forum, that the tech guys and gals respond to. You will need to register for it. Kind Regards Jerry O'Sullivan Jerry O'Sullivan GIS Consultant ESBI Computing Ltd Stephen Court

RE: MI-L write in a tab file refresh layers

2005-03-31 Thread OSullivan. Jerry \(IT Solutions\)
Pedro, I haven't done anything like this, but the following may work. If program A updates Table X and program B views Table X, you may be able to do the following. In Program B you can write code in the RowDeletedEventHandler , RowUpdatedEventHandler RowInsertedEventHandler of Table X to

RE: MI-L can not print translucent raster layer

2004-12-07 Thread OSullivan. Jerry (IT Solutions)
Sergi Check out this document http://www.mapinfo.com/static/files/techtip/1064856331921/TechTips_PrintingI nPro.pdf, it should be of help in setting up your map for printing Kind Regards Jerry O'Sullivan Jerry O'Sullivan GIS Consultant ESBI Computing Ltd Stephen Court | 18-21

RE: MI-L How to change objects style permanently

2004-11-30 Thread OSullivan. Jerry (IT Solutions)
Sashib First you must extract the object of interest into a variable before it can be altered. Fetch First from MyTable MyObj = MyTable.obj Alter Object MyObj Info OBJ_INFO_SYMBOL, symbol_style In this case you are modifying the symbol style of the first object contained in the Table MyTable

RE: MI-L SQL Querying

2004-11-30 Thread OSullivan. Jerry (IT Solutions)
Andrew, Try something like: 'Select * from Untitled where Mid$(ID,10,1) = 2 or Mid$(ID,10,1) = 3 into Selection' For Chars 'Select * from Untitled where Mid$(Str$(ID),10,1) = 2 or Mid$(Str$(ID),10,1) = 3 into Selection' For Decimals Enjoy, Jerry Jerry O'Sullivan GIS

RE: MI-L MIX2004

2004-08-12 Thread OSullivan. Jerry (IT Solutions)
Michel Have a look at the MapInfo discussions https://www.mapinfo.com/registration/discussions/index.jsp There is a MapXtreme 2004 discussion section available, once you login. It is free to register. Jerry -Original Message- From: Michel Van Asten [mailto:[EMAIL PROTECTED] Sent: 12

MI-L Split Line Based on points

2003-12-02 Thread OSullivan. Jerry (IT Solutions)
Hi, Quick question: I have two tables one line table and one point table, the features in the point table falls on top of the features in the line table. I would like to split the line into segments between each point. So from point A to point B would be a new feature and from point B to