RE: MI MB compiling error problem

2000-07-30 Thread Dion Duran

This the reply I got when I ask tech support.
"This is bug# 14223 in MapInfo 6.0."

They didn't give me anymore than that on when it can be fixed.

Dion Duran
Metricon, Inc.
GIS/OPS Systems Analyst
[EMAIL PROTECTED]

-Original Message-
From: Doug Pease [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 30, 2000 6:03 PM
To: '[EMAIL PROTECTED]'
Subject: MI MB compiling error problem


List Gurus

I am trying to create an application using the new Set Window Printer
statement in MB 6

When I compile my application with the following statement
Set Window FW 
  Printer Name "\\NT1\HP1055CM by HP" Orientation Portrait Copies 1
PaperSize 9(or any other number)

I get a System Error message window stating "Internal Error 34623" then MB
just closes down.

Now, if I compile it without including PaperSize it is successful. 

Is this a bug or can someone shed some light on this for me.  

Thanks


Doug Pease
GISO
Livingstone Shire council
P.O. Box 600
YEPPOON 4703

Ph 49399957

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI histograms

2000-06-28 Thread Dion Duran

Hello all,

I'm trying to create a cumulative histogram within MapInfo similar
to that of Microsoft's Excel. I can replicate the scatter plots almost
exactly like Excel can output. I'd really like a MapBasic solution to this.

Thanks,
Dion Duran
GIS Systems Analyst
Metricom, Inc.
[EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI RE: Interactive Web-mapping

2000-06-19 Thread Dion Duran

Natalie,
From your first message, I would have replied with the answer MI 6.0
too. MapInfo 6.0 has an Image map creator tool that can take a layer like
your company locations and export them as an image map in an HTML file. You
have to choose a field it can use as a link to a web page to assign the
locations on the image map. This would be your companies' web page. It will
also export the image as a png or a jpeg. I've been using it in beta to
output a clickable service grid map where the link is a zoomed in map of the
area. I've found a limitation on the length of the html file name
assosicated with the link. It can only be 8 characters long. 
You may also want to look into MapXsite. It is a location-finding
tool specifically design to do what you want. Big companies like Blockbuster
and Walmart have used it to upload their locations. MapInfo serves the data
for you, all you need to do is give them a file with the data. Check the MI
web site. I haven't look into it in a while.
Also everything you stated was correct about Mapinfo on the web
unless you have an old copy of MapInfo Proserver which did call Mapinfo
using OLEISAPI from a web page. I've tried'em all. If you need maps with
ever-changing data and live maps, you need Mapxtreme, else you can create a
Mapbasic batch output program to update your web page like I do now for data
that only changes every-so-often.

Hope that helps,
Dion Duran
GIS Systems Analyst
Metricom, Inc.
[EMAIL PROTECTED]

-Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent:   Monday, June 19, 2000 12:51 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject:RE: Interactive Web-mapping

Correct me if I'm wrong here, but isn't MapInfo Professional
with Internet connectivity function limited? ...not an alternative to
MapXtreme to develop an interactive mapping site, but just utilities to
deliver GIF images to a web site and to start a browser from an object in a
map and it does not work in both directions, MapInfo Professional cannot be
controlled by an Internet application (in any case it would be against the
copyright licence)?
 -Original Message-
From:   PERRY Chris [mailto:[EMAIL PROTECTED]]

Sent:   Tuesday, June 06, 2000 7:03 PM
To: Swayze, Natalie: WPG
Subject:RE: Interactive Web-mapping

Natalie,

I believe you will need MI 6.0

Thanks,

Chris Perry
Systems Development CoOrdinator
Parks Victoria
Melbourne, Australia
Ph: 61 3 9816 6800
Fax: 61 3 9816 9876
[EMAIL PROTECTED]

-Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent:   Wednesday, 7 June 2000 6:52
To: [EMAIL PROTECTED]
Subject:Interactive Web-mapping

A client would like me to create a map
displaying company location sites for a region of Canada, incorporating the
ability to click on each location and automatically be directed to the
companies website.

Is this something I will need additional
software for, or is this simply a matter of changing the format of the
tables' column containing the companies URL?

TIA
Natalie Swayze

**
This message and any files transmitted with it are
intended only for 
the addressee. This message may contain confidential
or privileged 
information. If you are not the addressee of this
message you must not 
read, copy, distribute this information or take an
action in reliance on it.
If you have received this message in error you are
requested to 
immediately contact the sender or Parks Victoria at 
[EMAIL PROTECTED] and delete the original
and any copies 
of this message and any files transmitted with it.
The views expressed 
in this message are those of the individual sender,
except where the 
sender has the authority and specifically states
them to be the views 
of Parks Victoria.  Parks Victoria accepts no
liability for any damage 
caused

RE: MI Accessing DLL

2000-06-19 Thread Dion Duran

Kenn,

It took me a while to get this working when I did it 2 years ago, so
I hope what I tell you is correct. I just opened my C++ project and here's
what I have. 
First, If I remember right you need to create a Windows 32 dll -
empty project. Then create a resource script file. Insert your Bitmaps by
right clicking on the resource folder, then insert, then select bitmap and
click import. Make sure to copy the bitmaps into the project folder before
you do an insert. Or you can create your own bitmaps by drawing them with
C++ by selecting New instead. The bitmaps have to be 16 color and either 18
width by 16 height and 26 width by 24 height. See page 246 of the MapBasic
User's guide for reasons why you have to have two and other specs. Also,
make sure their resource id value is sequential. Start the smaller bmp as
100, then the larger as 101 then the next icon set as 102 and 103. If you
need to change the values append a '=integer' to the name like
DRAW_LINE=100.
Then go under Project-settings. LINK . In the Project Options box at
the bottom of the window type /NOENTRY at the end of the list. Make sure
there is a space between the last option. Then rebuild all and you should
have your DLL.

Now for the Mapbasic code, I think your error is in the Icon value.
If you didn't create 2 Icons, this is where it'll fail, or if you picked a
value not in the file. The Icon value in MB source has to be the smaller
value. You could put the DLL anywhere, but Mapinfo will find it if it's in
the Mapinfo program directory without adding a path to the statement. I like
to leave the dll with the mbx if its only for that app, but I have about 30
icons in my dll for several apps, so I have to tell my employees using it to
move it to their MI directory.
Here is an example call " ICON 102 file applicationdirectory$() +
"testicons.dll"
If it doesn't work. Let me know and I'll send you a sample to help.

Thanks,
Dion Duran
GIS Systems Analyst
Metricom, Inc.
[EMAIL PROTECTED]

-Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent:   Monday, June 19, 2000 2:36 PM
To: [EMAIL PROTECTED]
Subject:MI Accessing DLL

I require some guidance with respect to accessing resources
inside a
.dll. I am trying to make custom icons. I know my MapBasic
code is
correct since I am able to create new button icons accessing
other
dll's. My problem must be in the compiling of my .dll..  I
am using
Visual C++. What parameters or procedures are required to
compile a dll
that MapBasic can access. My error message is unable to load
external
Icon resource. There is something I must be overlooking.
Thanks for
everything gang!

Cheers Kenn


--
To unsubscribe from this list, send e-mail to
[EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact
[EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI FW: graph scale crash

2000-03-09 Thread Dion Duran

Hello all,
I'm posting this here since I haven't gotten a response from Tech
Support from 2 days ago. Maybe some has experienced this problem and has a
work around.

Thanks,
Dion


 -Original Message-
 From: Dion Duran 
 Sent: Tuesday, March 07, 2000 2:10 PM
 To:   '[EMAIL PROTECTED]'
 Subject:  graph scale crash
 
 
 Hello,
   MI crashes when the scales tab under grids and scales is selected.
 Here are the details:
 
 MAPINFOW caused an exception 10H in module MITDGSDK.DLL at 017f:0081fdc1.
 Registers:
 EAX=177f CS=017f EIP=0081fdc1 EFLGS=00010202
 EBX=1270 SS=0187 ESP=00b1d638 EBP=00b1d650
 ECX=40921270 DS=0187 ESI= FS=5a8f
 EDX=0555 ES=0187 EDI=4092bf1e GS=
 Bytes at CS:EIP:
 dd 45 f8 59 59 eb 22 f6 c3 20 75 ed dd 45 f8 53 
 Stack dump:
 1270 40921270 0096de8a fc7bf1f0  4092bc00 00b1d69c 0080534b
 fc7bf1f0 4092bf1e 009a4728 00b1d688 0001 0096c74c 009a4728 00a01207 
 
 I have installed the 55026 patch. Running on win98, 512 ram.
 
 Thanks,
 Dion Duran
 Systems Analyst
 Metricom, Inc.
 281-873-3430
 [EMAIL PROTECTED]
 
 
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Graph setting in MB

2000-03-07 Thread Dion Duran

Hello all,
I'm trying to automate and port a graph making process from Excel
using MapBasic. Now I've found that I can't set graph settings within MB
anymore. Does anyone have a way to do this automatically?
Thanks,
Dion Duran
Systems Analyst
Metricom, Inc.
281-873-3430
[EMAIL PROTECTED]


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI Converting .grc files

2000-02-17 Thread Dion Duran

Hi all,
If you read the question again, you will understand what he is
asking! I believe there is a tool built into Vertical Mapper that will
convert( or contour) a .grc to a polygon-based Tab file, not a grid file.
The mbx you refer to will only allow for viewing the grid, not query or
manipulate the underlaying data from the raster.

Dion Duran
GIS Systems Analyst
Metricom, Inc.

-Original Message-
From:   Thomas Misek [mailto:[EMAIL PROTECTED]]
Sent:   Thursday, February 17, 2000 3:27 PM
To: Mapinfo List (E-mail)
Subject:RE: MI Converting .grc files

Go to the Vertical Mapper web site and there is a MBX file
that will allow
reading the raster files by MapInfo.

-Original Message-
From: Bruce Blais [mailto: [EMAIL PROTECTED]]
Sent: Thursday, February 17, 2000 1:23 PM
To: Mapinfo List (E-mail)
Subject: MI Converting .grc files


Listers;

Does anyone know of a way to convert .grc files produced by
dB Planner into
tables that can be opened in MapInfo? Any help would be
greatly appreciated.

Thanks,

Bruce B. Blais
Director - Network RF Engineering


--
To unsubscribe from this list, send e-mail to
[EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact
[EMAIL PROTECTED]

--
To unsubscribe from this list, send e-mail to
[EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact
[EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



SUM: MI Digital topos

1999-07-20 Thread Dion Duran

Thanks to all.  
I've looked at several sites for 1:24k DRG files. Anyone have a good
place to buy them from with a quick turn-around? I need bulk sets, like
whole states. The USGS seems to be the cheapest. I'd like them in Nad83
format. Any suggestions?

Thanks,
Dion Duran
GIS Systems Analyst
GIS - Houston
Metricom, Inc.
[EMAIL PROTECTED]



-Original Message-
From: Dion Duran [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 19, 1999 7:18 PM
To: [EMAIL PROTECTED] (E-mail)
Subject: MI Digital topos


To All,
Where can I get digital topo maps for the US? Currently I order
paper maps from the USGS and scan them in on a BW large format scanner. I
looked at Sure!Maps. Any other suggestions. Basically I use them for
elevation analysis, but more importantly I can see more detail about area
landscape than with just plain TIGER data like parks and buildings. I've
used DEM files before for elevation. I'm really looking for a replacement
for the topos. What else is there?

Thanks,
Dion Duran
GIS Systems Analyst
GIS - Houston
Metricom, Inc.
[EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI GIS positions available

1999-07-02 Thread Dion Duran

Hello everyone,

Metricom is expanding now and our GIS department is growing by leaps
and bounds. All skill levels needed from basic mapping to high level
demographics and terrain analysis, as well as a Mapbasic Programmer and
MapXtreme/ASP web developer. All GIS positions will be located in Houston,
Texas, USA. 
The following link will lead you to the job descriptions
http://www.metricom.com/careers/jobs.htm. If asked who or how you were
referred, please include my name. 

Thanks,
Dion Duran
GIS Systems Analyst
GIS - Houston
Metricom, Inc.
[EMAIL PROTECTED]


--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]