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
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;
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
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!)
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
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
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
___
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
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
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,
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
__
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
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
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
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.
___
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
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
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
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
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
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
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
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
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
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
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
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
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
28 matches
Mail list logo