RE: MI-L Internal Error

2001-10-11 Thread Robert Crossley
Just read the message below about the internal error 34623, and the number rang a bell. Some of my clients have been getting this error when printing from a mapbasic application i developed for a number of years now. I could never reproduce it. The error occurs in a part of the program whe

MI-L Yes. El Viceministerio de Desarrollo

2001-10-11 Thread Iván Alfaro
This is extending the scope further then what is planned. Yes we will map coca. We will also define and begín mapping all other cultivos. But this is a big task. If we are to do this we will need more than the 4 tecnicos from VMDA that we have requested. Content-Type: text/plain;

SUM: MI-L Need help accesing SQL Server Database tables

2001-10-11 Thread Bill Thoen
Thanks for the help, but I must caution some of you... you were close but not right. I had asked how I get a list of tables into MapBasic variables after opening an SQL Server database. Everyone who sent me a suggestion had the general idea, which was to use Server_Execute to pass an SQL string li

Re: MI-L MapBasic - Opening Files

2001-10-11 Thread Dyan C. Catamaran
Gordon My guess is that removing the "Map From s_tablename" out the loop will stop to open individual windows. It maybe be better open all the maps (as layers) and then use Add Map Layer and Set Map Layer instructions. Hope it helps DCC [EMAIL PROTECTED] wrote: > Hi folks, > > I'm (trying!)

Re: MI-L Help opening Delimited text files as table

2001-10-11 Thread Dyan C. Catamaran
Mike Sometimes is better import the file into Excel, do all the settings on field types and sizes there and saving it as DBF format. It is a workaround but it is reliable. Hope it helps. DCC Mike Gillies wrote: > I am having trouble opening a delimited text file as a table, whenever I = > do

Re: MI-L SCL to return unique records

2001-10-11 Thread Uffe Kousgaard
You will have to use "group by". Regards Uffe - Original Message - From: "Jeff Nash" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 11, 2001 8:40 PM Subject: MI-L SCL to return unique records > I am wondering what the structure is for the query to return unique rec

MI-L Sql query to return unique records

2001-10-11 Thread Jeff Nash
I am sure this is a quite common request, but I can't seem to find an answer... I was wondering what the query structure would be to return a list of unique values from a particular column of a table, in MI. I believe it somehow uses the word "Distinct"? Can anyone help? Jeff ___

MI-L SUM - animated time series

2001-10-11 Thread Timothy M. Shields
Orig request: Does anyone have any advice on putting together an animated time series? i would like to present data on the spread og of an epidemic across space and time. Summary: I received 15 responses with most stating basically the same advice,"Making a map for each frame and constructing a

MI-L Street network data - comparison of GDT, ETAK, NavTech

2001-10-11 Thread Lombard, Kristi
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. boundary="_=_NextPart_001_01C15286.92794180" --_=_NextPart_001_01C15286.92794180 Hello list! Has anyone done a comparison/analysis of the va

MI-L MapXtreme JAVA and ORACLE9i

2001-10-11 Thread Lombard, Kristi
Hello List! Does anyone have experience integrating MapInfo MapXtreme Java with an ORACLE 9i database.Based on your experience, do we need the MapInfo SpatialWare and/or EasyLoader to load the data into Oracle? We are planning to buy Oracle 9i database as well as the Oracle Spatial. However,

MI-L SCL to return unique records

2001-10-11 Thread Jeff Nash
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. I am wondering what the structure is for the query to return unique records from a table. Is the word "Distinct" involved? -Jeff __

MI-L Saving a Selection to a table

2001-10-11 Thread matthew . greatorex
All, Problem as follows: I have a table called 'Location', this produces a layer of the same name. Three other tables get created as sub-sets of this first table - Locations_a, Locations_b and Locations_c. The user can select one or more locations from one or mor

MI-L CAD functions in MapInfo

2001-10-11 Thread Erin Rubio
Hi, all, I'm looking for some sort of add-on software that will help me with CAD-type functions in MapInfo.I'd like to be able to do things like laying out subdivisions with commands like Parallel, Distance-Offset, etc. I think the discontinued Geometry Pro might have done this, but I'm not

MI-L Using mapbasic to customize the mouse cursor

2001-10-11 Thread PEM
Hi David, You cannot do it thru it MapBasic/MapInfo if we are talking about creating userdefined cursors. But there is no problem in using them when the have been created. The Tool Button syntax allows you to specify a cursor. This can be a default MapInfo cursor or one to be found in a DLL made

MI-L Help opening Delimited text files as table

2001-10-11 Thread Mike Gillies
I am having trouble opening a delimited text file as a table, whenever I = do the fields are rounded down or shortened. The files I am importing = contain Waypoint information in Lat Lon, this results in the Waypoint = 'moving' quite dramatically from it's intended position. ___

Re: MI-L MapBasic - Opening Files

2001-10-11 Thread Bob Young - www.bydesignwales.demon.co.uk
Hi Gordon One solution is to have the layer names as an array Dim s_tablename() as string then take the map from outside the loop ie below the loop. Build the map from up as string strCommand Dim strCommand as string strCommand = "Map From " for i = 1 to nValues strCommand = strComma

MI-L MB: Disable/Remove Stop Button of DBMS Save Progress bar

2001-10-11 Thread Tim Ch
Thanks for your reply Spencer This was the technique i was using but the key problem is the App uses fairly large Oracle Datasets and I want to keep the user "entertained" while the data saves. I use a modal Vb dialog to display certain event info. eg status text which says "Updating Key", "Sa

RE: MI-L RE: MapBasic - Opening Files - SUM

2001-10-11 Thread Paul . CRISP
Thanks to Gordon for the plug - perhaps I could start carrying advertising :¬). The advantage of using a single statement to map from your layers is performance - if you Add Map for each layer it will redraw each time - unless you set redraw off, of course. With a small number of layers either ro

RE: MI-L Internal Error

2001-10-11 Thread James Koennicke
Dan, I had a bugger of a time with 'Internal Error 34623' on an integrated mapping project I did with VB and MapInfo. The reason this error is generated is because a window handle is not being passed correctly or in my case, in a timely fashion, inside MapInfo. What I had to do was to write a pie

MI-L RE: MapBasic - Opening Files - SUM

2001-10-11 Thread Gordon . Stenhouse
Hi again folks, Thanks for the speedy response on this one! Couple of suggestions for the solution to my problem: Mike Lynch suggested altering my code to use Map From for the first layer then Add Map for subsequent layers. Tried this first and it worked great! Paul Crisp and Jacques Paris bot

MI-L Using mapbasic to customize the mouse cursor

2001-10-11 Thread Wohlgemuth, David Remi Francois (David)
Dear all, I'm hoping that someone can help me on this one. I'm trying to change my mouse cursor into a hexagon when I press a certain tool button. Is there anyway in mapinfo in which I can create a cursor shape? And if not possible in mapinfo can I do it another way? Thanks in advance David D

MI-L Internal Error

2001-10-11 Thread Dan Irwin
Dear Listers, I am having a problem with the statusbar in a customised version of MapInfo 6.0. When the user tries to change the View Display popup, the program returns the following error message: 'Internal Error 34623' The system then exits completely. does anyone know: a) What the problem

Re: MI-L MB: Disable/Remove Stop Button of DBMS Save Progress bar

2001-10-11 Thread Spencer Simpson
You might have better success if you issue mi_obj.do ("Set Progressbars Off") where mi_obj is the name of the mapinfo.map object you created. HTH Spencer ___ List hosting provided by Directions Magazine | www.directionsmag.c

MI-L MB: Disable/Remove Stop Button of DBMS Save Progress bar

2001-10-11 Thread Tim Ch
Dear MapBasic Gurus I currently have an integrated mapping application which connects to an Oracle database and I want to show the user the progress of a save event but I definately dont want them hitting the "Stop" button, it'll cause all kinds of havoc any way of removing it with alter MapIn

MI-L MapBasic - Opening Files

2001-10-11 Thread Gordon . Stenhouse
Hi folks, I'm (trying!) to write an application to open a series of tab files in one map window. I have a tab file which has the extents of each map in our area. What I want to happen is that the user select the maps they want to be displayed then these maps are opened in one map window. What

MI-L trouble loading geosets

2001-10-11 Thread sachin . 3 . deshpande
Hi, I am facing trouble loading geosets using the mapXtreme for Java's Map Definition Manager v3.1 and v4.0. The geosets load fine when i use Map Definition Manager v3.0. Any guesses why? TIA sachin ___ List h

Re: MI-L Need help accesing SQL Server Database tables

2001-10-11 Thread David Andrews
Bill, You will need to select from the SYSOBJECTS table the names where the xtype is U, for user-defined. This avoids all the system tables that are present in each database too. the general form of the query you need is simply :- Select cast(name as varchar(100)) From 'sysobjects' where xtype

RE: MI-L animated time series

2001-10-11 Thread Eric
Hi, Poping up a bit in the list this morning ;) Animated maps can be rendered using animated Gifs ... up to a point : for long time series, the document weight might be too high, or not precise enough (color and resolution) for practical communication. I would have a look at SVG (look in the archi