RE: MI-L MapX Mobile Installation

2002-11-12 Thread Lawley, Russell S
Sanjay,

I have not had any significant problems with my installation of the
development application and i certainly dont have to reinstall or reregister
any files..(the emulator does freeze occasionally but normally restarts ok).
I did note that some of the default directories for installation are a bit
'scattered' across the hard drive , so I would checkout what file
permissions you have and if you have any parts of your drive to which you
dont have full access.
If you are loading onto NT you may need to check what service pack you have
running, and i seem to remember that if you have previously installed eVC
that you need to be careful about installing new copies of eVB/C and
emulators.

I am running win2000 and the full range of Emulator SDKs, eVB and Mapxmobile
(all installed following a complete disk clean up), be warned...they use a
lot of space and performance takes a massive hit with the pocket2002
emulator.

One thing to note..evb definitely does NOT load properly onto win98 ...so if
you using w98 you need to upgrade to get anywhere..


HTH

R





-Original Message-
From: Sanjay K Agarwalla [mailto:ids;giascl01.vsnl.net.in]
Sent: Tuesday, November 12, 2002 4:31 AM
To: [EMAIL PROTECTED]
Subject: MI-L MapX Mobile Installation


Hi,

Can anyone let me know if the MapX Mobile components together with Geoset
has to be reinstalled everytime the emulator is shut down and also few dll
has to be registered everytime.

Regards

Kunal


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4026


*
This e-mail message, and any files transmitted with it, are 
confidential and intended solely for the use of the addressee.
If this message was not addressed to you, you have received
it in error and any copying, distribution or other use of any
part of it is strictly prohibited. Any views or opinions presented
are solely those of the sender and do not necessarily represent
those of the British Geological Survey. The security of e-mail
communication cannot be guaranteed and the BGS accepts
no liability for claims arising as a result of the use of this medium
to transmit from or to the BGS. The BGS cannot accept any
responsibility for viruses, so please scan all attachments.
http://www.bgs.ac.uk
*


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4027




MI-L Update Problem

2002-11-12 Thread Ben Crane
Hi list, the following code finds a polyline, creates
a buffer (1.5m), copies the polyline attribute data
and adds it the the buffer...then deletes the polyline
object. Right, it works like a charm, except that
TempData (alias) which is supposed to hold the value
of each cell (then use in the update command)- but
all it contains is 0 or . there is data in the
cells, so I know it's a programming fault. The columns
are integers, text, floats...but I thought alias
variables would be able to pass that along without any
problems...

Any ideas
Ben

For Var_A = 1 to TableInfo(PathToTableName$(FileName),
TAB_INFO_NROWS)
Fetch Rec(Var_A) From PathToTableName$(FileName)
CurObj = PathToTableName$(FileName)+.OBJ

Do Case ObjectInfo(CurObj, OBJ_INFO_TYPE) 
   
Case OBJ_TYPE_PLINE
Count=Count+1
Select * From PathToTableName$(FileName) Where RowID =
Var_A into TempDump
Create Object As Buffer From TempDump Width 1.5 Units
m Type Cartesian Resolution 12 Into Table
PathToTableName$(FileName)

For Var_C = 1 to NumCols(TempDump)
Fetch Rec(Var_C) From   TempDump
TempData = TempDump+.Col+Var_C

newrow=(TableInfo(PathToTableName$(FileName),
TAB_INFO_NROWS)+Count)

String1=Update +PathToTableName$(FileName)+ Set
+ColNames(Var_C)+ = +TempData+ Where RowID =
+newrow+
run command string1
note(string1)
Next
Delete From PathToTableName$(FileName) Where RowID  =
Var_A
End Case
Next

__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4028




MI-L Spatial database question

2002-11-12 Thread Brown, Greg 8690
Does anyone have any experience of Oracle 9i for storing, using spatial
data?
Particularly, I understand it is shipped with a component called Locator
which carries some of the basic functionality from what was Spatial
Cartridge.
What I am looking to do is evaluate the spatial options between SQL Server +
Spatialware or Oracle 9i for implementing a data warehouse.

The requirement will be to store point data (Crimes etc) and polygon data
(boroughs etc) and provide for geographic querying for non-MapInfo users.

At present there is no requirement to edit any of the spatial data inside
the database.

any advice appreciated

thanks

Greg Brown
Corporate Data Manager
Information Services

 Surrey Police HQ, Mount Browne, Sandy Lane, Guildford, GU3 1HG
 Tel. 01483 48(2333) Fax. 01483 482374
 Email. [EMAIL PROTECTED]
 
 
 
 
Internet communications are not secure and therefore Surrey Police does not
accept legal responsibility for the contents of this message.  This email
and any attachments may be confidential. They may contain privileged
information and are intended for the named addressee (s) only. They must not
be distributed without our consent. If you are not the intended recipient,
please notify us immediately and delete the message and any attachments from
your computer, do not disclose, distribute, or retain this email or any part
of it. Unless expressly stated, opinions in this email are those of the
individual sender, and not of Surrey Police. We believe but do not warrant
that this e-mail and any attachments are virus free. You must therefore take
full responsibility for virus checking. Surrey Police reserves the right to
monitor all email communications through their networks.





RE: MI-L SpatialWare Searching

2002-11-12 Thread Cook, Mark
Ian,

If our experience is anything to go by, then the answer is you can't. The Local 
Authority that I work for have been using MapInfo for 7-8 years now. One of the major 
uses it is put to is for the capture of Planning Applications and Local Land Charge 
searches. This is done via various MapBasic Modules. However, as this is a multi user 
system, we had been experiencing problems with file locking (data capture is done 
locally, but then is committed to the server when the user is happy). This means that 
on occasions a users machine fails to release one of the MapInfo files (usually the 
.id), causing a lock on the table which can only be released by the offending user 
logging out. As we have approximately 140 users, this can be problematic.

The solution as we saw it was to move to Spatialware for SQL Server as SQL Server is 
our chosen database in ICT (also we have no Oracle servers or DBA's in the authority, 
and they are also expensive). We initially had Spatialware installed in April, but we 
keep hitting problem after problem (mainly caused by the shocking lack of literature 
and information out there). However, the biggest problem is this indexing problem. 
Linked tables, no problem as they are virtually Native tables, so you can add an index 
to a column through table-maintenance (creating an .IND file, which allows the column 
to be searched via the find routine). However, the Live tables (which we need to use 
to overcome this locking problem) do not allow this (the boxes are greyed out), so it 
although you can add an index to the column in the SQLServer back end which means a 
select query completes almost instantaneously, when you try and run the same SQL 
through MapInfo, there is no index, hence the query falls over as it is having to do 
an entire table scan. Unfortunately for us, running select statements on moderately 
large tables (between 80,000-150,000 records). Therefore, as it stands it is useless 
as we require the modules to do several select statements through MapInfo (I must 
state that there are no problems doing a graphical select, the R-Tree Index on the 
geometry works absolutely fine). We are told that this glaring omission of being 
unable to add an index to a live table has been addressed and will be part of the next 
release V4.6, which I believe will be available in the UK and also in Australia and 
New Zealand I believe some time next month (although I have had one or two conflicting 
reports, this seems to be the most common answer). Until then, it is sit tight and 
hope that the problem is resolved, although whether it will allow you to use the find 
utility in ProViewer, we will have to wait and see.

I would also be interested to hear yours and anyone else's experience with the above 
product. We are flying a little bit blind when it comes to Spatialware (as many others 
are I'm sure), so I'm sure we can all benefit from helping each other out.

Regards,

Mark. 

-Original Message-
From: Ian Tidy [mailto:IanTidy;linesmarl.co.nz]
Sent: 11 November 2002 22:11
To: MapInfo-L (E-mail)
Subject: MI-L SpatialWare Searching


Hi

We have implemented SpatialWare 4.5 for SQL Server.  We run a combination of
MapInfo 7 and  ProViewer 7.  The problem I have is that we can't search the
SpatialWare tables from ProViewer (unless we include a query in the
workspace).  I would like to use the 'Find' function in both MapInfo and
ProViewer, but I understand that this requires the 'IND' index files.

So my questions is this, how can I use the 'Find' function with SpatialWare
(and create the index files without creating copies of what is in
SpatialWare)?

Cheers Ian

Ian Tidy
Network - Technical Assistant
Marlborough Lines
1 Alfred Street, P.O. Box 144, Blenheim, New Zealand
Phone + 64 (3) 577 7007, Fax + 64 (3) 577 7014
DDI Phone +64 (3) 579 3831, Mobile + 64 (27) 283 1862
mailto:IanTidy;linesmarl.co.nz
http://www.marlboroughlines.co.nz


This e-mail is only intended to be read by the named recipient.  It may contain 
information which is confidential or subject to legal privilege.  If you are not the 
intended recipient you must delete this e-mail and you may not use any information 
contained in it.  Legal privilege is not waived because you have read this e-mail.

#
This e-mail message has been scanned for Viruses and Content and cleared 
by MailMarshal.
#

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4021



This communication is from Wakefield Metropolitan District Council


Confidentiality: This communication may contain information that is confidential 
and/or privileged and is for the exclusive use 

RE: MI-L Sending mail through MapInfo

2002-11-12 Thread Warren Vick, Europa Technologies Ltd.
Hello Thomas,

If you have in-house development skills, I can recommend EasyMail from
Quiksoft. I've used this toolkit on a number of projects that required
e-mail send/receive functions and it works very well. Calling it from a
MapBasic program (maybe via a thin wrapper DLL) should allow you to do
anything you need.

http://www.quiksoft.com/

Regards,
Warren Vick
Europa Technologies Ltd.
http://www.europa-tech.com

-Original Message-
From: Thomas Rokkjær [mailto:throk;orange.dk]
Sent: Tuesday, November 12, 2002 12:06 PM
To: '[EMAIL PROTECTED]'
Subject: MI-L Sending mail through MapInfo


I would like to know, if anyone knows of a way to send mails through MapInfo
Professional. I need to automatically specify the recipient and subject. I
know of the M_SENDMAIL_CURRENTWINDOW and M_SENDMAIL_WORKSPACE definitions,
but these cannot be used for specifying the recipient and subject, the way I
see it. I believe the solution is to use the Run Program statement, where
the program_spec should be the mail client and then some specific
command-line arguments.

Med venlig hilsen / Best regards
--
Thomas Rokkjær, GIS Developer, Orange A/S
Prags Boulevard 80, DK-2300 København S
+45 26800766.





-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4033




Re: MI-L Text problem black rectangle instead of text

2002-11-12 Thread Ian Robertson
Hi All, 

We have discovered, at long last, that Abode Type Manager has 
been the cause of our printer problems when producing layouts. 

The solution has been to upgrade to 4.1. 

Ian 


Information Services, E, R  D Dept
Leicester City Council, LE2 6ZG, UK.

Tel +44 (0) 116 252 7230
Fax +44 (0) 116 255 6385
EM: [EMAIL PROTECTED]


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4034




MI-L DECCA to LatLong

2002-11-12 Thread James Bussell
Hi All,

I have some old survey data whose spatial reference is only in the old
DECCA style (which i know little about).  Does anyone know a way to
convert DECCA positions into lat long?  The DECCA positions are for the
Irish Sea off the North coast of Wales and read DECCA RED E3.0, GREEN
B32.2

thanks for any help

James

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4035




MI-L Layout Coordinate Strips.

2002-11-12 Thread Jonathan Gledhill
Hi MI-L'ers

I use both Smallworld GIS and Mapinfo Pro 7.0. One of the nice features
of Smallworld is that on the print layouts you can get it to put the
coordinates along the sides of the plot. So you'd have the major
coordinates listed down the sides with small bars inbetween to indicate
the minor coordinates.

Does anyone know of a tool or a way to get Mapinfo to do the same as it
can be quite handy sometimes to get rough coordinates if you are out and
don't have a GIS machine with you!

Thanks



Jonathan Gledhill
Technician
Biwater Treatment Ltd

Tel: 0141 847 5672
eMail: [EMAIL PROTECTED]



**
CONFIDENTIALITY

The information contained in this message and any attachments 
are intended solely for the use of the individual or entity to whom
they are addressed.  It may contain privileged or confidential 
information.  If you are not the intended recipient you must not
copy, distribute or take any action in reliance on it.  If you have
received this e-mail in error please notify the sender.  Thank You

This e-mail message has been swept by MIMEsweeper for the 
presence of known computer viruses.
**


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4036




RE: MI-L Sending mail through MapInfo

2002-11-12 Thread Thomas Brix Lyng
Hi Thomas

I got this of the list some time ago. It's not mine and I haven´t tried it
out and it's includes VB6 too, but give it a go if You can. (Original
Source from John Brosowsky)


'

Saw some discussion about trying to email attachments from MB recently.
 
I use mapbasic and Visual Basic rather then file-send mail for more
control, like attachments, etc. To cause mapbasic programs to launch my
e-mail software with a map or other file attached I just first create the
file in mapbasic, then have the mb app run a simple Visual Basic 6.0 app to
launch the default mapi e-mail software with a new e-mail and attachment. 

To avoid having to use DDE I just have the MB app dump info about what file
to attach to a little text file. The VB program reads the file, and launches
the default mapi e-mail with a new message and attachment.

Its really easy to do in VB.   Just create a new project with a single form.
Add MicroSoft MAPI Controls 6.0 from project - components. Then in the VB
form add the MAPIMessages control and the MAPISession control. Then just add
the following code to the program and your set:

Private Sub Form_Load()
'*** get the file to email from the mapbasic program
Dim fileName As String
Open App.Path  \file.ini For Input As #1
Input #1, fileName
Close #1
' launch email and attach file
MAPISession1.SignOn
MAPIMessages1.SessionID = MAPISession1.SessionID
MAPIMessages1.Compose
MAPIMessages1.AttachmentPathName = fileName
MAPIMessages1.AttachmentIndex = 0
MAPIMessages1.AttachmentPosition = 0
MAPIMessages1.Send True
MAPISession1.SignOff
' all done, quit this puppy - happens so fast you'll never see this
form on the screen
Unload Me
End Sub

To run the VB application from mapbasic, just complile it to an exe file and
use a line in your mapbasic program like: Run Program c:\runMAPI.exe

Of course you need VB to do the above yourself, but I have just compiled the
little app and created a setup program so you can install runMAPI on any PC
with or without VB. I also have a sample MB program that demonstrates using
it to add an e-mail option to the main mapinfo menu bar.

'*

Regards

Thomas Brix Lyng
Frederikshavn Munincipal Administration
Denmark
+045 96 22 53 21


-Oprindelig meddelelse-
Fra: Thomas Rokkjær [mailto:throk;orange.dk]
Sendt: 12. november 2002 13:06
Til: '[EMAIL PROTECTED]'
Emne: MI-L Sending mail through MapInfo


I would like to know, if anyone knows of a way to send mails through MapInfo
Professional. I need to automatically specify the recipient and subject. I
know of the M_SENDMAIL_CURRENTWINDOW and M_SENDMAIL_WORKSPACE definitions,
but these cannot be used for specifying the recipient and subject, the way I
see it. I believe the solution is to use the Run Program statement, where
the program_spec should be the mail client and then some specific
command-line arguments.

Med venlig hilsen / Best regards 
-- 
Thomas Rokkjær, GIS Developer, Orange A/S 
Prags Boulevard 80, DK-2300 København S 
+45 26800766. 

 

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4037




RE: MI-L DECCA to LatLong

2002-11-12 Thread Warren Vick, Europa Technologies Ltd.
Hello James,

Below is a link to a free utility program which can batch convert DECCA
coordinates to lat/lon.

http://www.hydro.nl/pgs/en/decca_en.htm

Regards,
Warren Vick
Europa Technologies Ltd.
http://www.europa-tech.com

-Original Message-
From: James Bussell [mailto:J.bussell;ccw.gov.uk]
Sent: Tuesday, November 12, 2002 1:09 PM
To: [EMAIL PROTECTED]
Subject: MI-L DECCA to LatLong


Hi All,

I have some old survey data whose spatial reference is only in the old
DECCA style (which i know little about).  Does anyone know a way to
convert DECCA positions into lat long?  The DECCA positions are for the
Irish Sea off the North coast of Wales and read DECCA RED E3.0, GREEN
B32.2

thanks for any help

James

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4035



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4038




RE: MI-L Sending mail through MapInfo

2002-11-12 Thread Thomas Rokkjær
The solution provided by Vladimir did the trick 
the simplest way I believe. Thanks to all of you 
for the replies.

I followed the examples of how to use the Shell 
library function, ShellExecute() from here:
http:\\www.paris-pc-gis.com/mb_r/dll/dll_shell_start.htm

Best regards,
Thomas Rokkjaer

-Original Message-
From: Vladimir Lashin [mailto:vln;microolap.com]
Sent: 12. november 2002 13:48
To: Thomas Rokkjær
Subject: Re: MI-L Sending mail through MapInfo


Hello Thomas,

Tuesday, November 12, 2002, 3:06:16 PM, you wrote:

TR I would like to know, if anyone knows of a way to send mails through
MapInfo
TR Professional. I need to automatically specify the recipient and subject.
I
TR know of the M_SENDMAIL_CURRENTWINDOW and M_SENDMAIL_WORKSPACE
definitions,
TR but these cannot be used for specifying the recipient and subject, the
way I
TR see it. I believe the solution is to use the Run Program statement,
where
TR the program_spec should be the mail client and then some specific
TR command-line arguments.
You can use ShellExecute() API function to launch default mail client.
Ex. In Visaul C++ syntax it looks like this
ShellExecute( 0, open,
mailto:vln;microolap.com?subject=hellobody=Hello, NULL, NULL,
SW_SHOWNORMAL );

Also you can create On-fly EML file from MapBasic application and put
his filename into 3-rd param of ShellExecute()

-- 
Best regards,
Vladimir Lashin
microOLAP Technologies LLC


---
MBBuilder - Visual Development Tool for MapBasic -
http://www.microolap.com/products/gis/mbbuilder.htm
Raster Handler for ERDAS Imagine to MapInfo -
http://www.microolap.com/products/gis/imgrhl.htm
MapInfo Callbacks Manager ActiveX -
http://www.microolap.com/products/gis/micmx.htm
EasyMap VCL - http://www.microolap.com/products/gis/easymap.htm

---

mailto:vln;microolap.com
http://www.microolap.com/gis/ - GIS related products


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4039




MI-L MetaData standards

2002-11-12 Thread Windeler, David
I was just wondering if someone could direct me to a link that contains
current metadata standards? If you don't know of one then perhaps you would
be willing to share with me your companies current standards for describing
spatial data.

David Windeler Hons. BSc. Geo, GIS Apps. Specialist
GIS Technician / Applications Specialist
City Of Vaughan

Engineering Department
2141 Major Mackenzie Drive
Vaughan, Ontario
L6A 1T1

Tel. (905) 832-8525 Ext. 8747
Fax (905) 832-6145
E-mail [EMAIL PROTECTED]

http://www.city.vaughan.on.ca





Re: MI-L MapX Mobile Installation

2002-11-12 Thread Deepak . Kaul

Hi,
   What are you using Pocket PC emulator for 2000..?
If its so, then you don't need to shut down the emulator, but you got to
save the state using the options in the emulators menu..
I don't remember exactly which menu item it is, as I use win CE 3.0 (An
older version ) and it doesn't have such issues

But when I tried it on PPC 2000 emulator, I too was confused on that part,
and was not knowing why the DLL's were missing everytime I start it...
So don't shut down it, use the other menu options... to save the state.

HTH

Deepak Kaul
RMSI
INDIA



   
   
  Sanjay K
   
  Agarwalla   To:   
[EMAIL PROTECTED]  
  [EMAIL PROTECTED]cc: 
   
  l.net.inSubject:  MI-L MapX Mobile Installation 
   
   
   
  11/12/02 10:01 AM
   
  Please respond to
   
  ids  
   
   
   
   
   




Hi,

Can anyone let me know if the MapX Mobile components together with Geoset
has to be reinstalled everytime the emulator is shut down and also few dll
has to be registered everytime.

Regards

Kunal


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4026







-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4042




MI-L SQL statement not saved in workspace

2002-11-12 Thread Tim.Nuteson
If I do these two selections in Mapinfo Pro:

select * from States where stabbr = WY into WyomingState
select * from Cities where obj within (select obj from WyomingState) into
WyomingCities

It works just fine.  I end up with a table of WyomingCities I can map,
browse, etc.

When I save the workspace, however, only the first of the two select
statements is saved.  When I load the workspace, it comes up with no sign of
the WyomingCities table.  Is this normal, works-as-designed behavior?  

Can anyone explain this?  I'm using Mapinfo Pro 6.5

Thanks-

Tim Nuteson
Target Corporation



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4043




MI-L Update Problem :

2002-11-12 Thread Ben Crane
Hi list,

okay, the first polyline is updated normally from the
modifications give by you all...but after the first
polyline, all others revert to blank values: I'm
thinking it has to do with the number of rows and the
update getting th wrong value and it snowballs from
there:

For Var_A = 1 to TableInfo(PathToTableName$(FileName),
TAB_INFO_NROWS)
Fetch Rec(Var_A) From PathToTableName$(FileName)
CurObj = PathToTableName$(FileName)+.OBJ

Do Case ObjectInfo(CurObj, OBJ_INFO_TYPE) 
   
Case OBJ_TYPE_PLINE
Count=Count+1
Select * From PathToTableName$(FileName) Where RowID =
Var_A into TempDump
Create Object As Buffer From TempDump Width 1.5 Units
m Type Cartesian Resolution 12 Into Table
PathToTableName$(FileName)

For Var_C = 1 to NumCols(TempDump)
Fetch Rec(Var_A) From TempDump
TempData = TempDump.Col+Var_C 

newrow=(TableInfo(PathToTableName$(FileName),
TAB_INFO_NROWS))
string1=Update +PathToTableName$(FileName)+ Set
+ColNames(Var_C)+ = +TempData+ Where RowID =
+newrow+

'note(string1)  

run command string1
Next

Delete From PathToTableName$(FileName) Where RowID  =
Var_A

Commit Table PathToTableName$(FileName)
Pack Table PathToTableName$(FileName) Graphic Data 
Open Table FileName
End Case
Next

ideas??

Ben


__
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4044




Re: MI-L Update Problem :

2002-11-12 Thread Estibaliz Yague
I've found some problems using rowid as you've done.
Try something like this:


Fetch first from TABLE_TO_CHANGE
While not EOT ( TABLE_TO_CHANGE )
my_RowId = TABLE_TO_CHANGE.RowId
...
Update from TABLE_TO_CHANGE
Set col_name = new_Value
Where RowId = my_RowId

Fetch next from TABLE_TO_CHANGE
Wend

Best regards

-
Estíbaliz Yagüe Zatón
SGSmap Ingenieros Consultores
San Sebastian - España
http://www.sgsmap.com/
[EMAIL PROTECTED]
-

- Original Message -
From: Ben Crane [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 12, 2002 5:29 PM
Subject: MI-L Update Problem :


 Hi list,

 okay, the first polyline is updated normally from the
 modifications give by you all...but after the first
 polyline, all others revert to blank values: I'm
 thinking it has to do with the number of rows and the
 update getting th wrong value and it snowballs from
 there:

 For Var_A = 1 to TableInfo(PathToTableName$(FileName),
 TAB_INFO_NROWS)
 Fetch Rec(Var_A) From PathToTableName$(FileName)
 CurObj = PathToTableName$(FileName)+.OBJ

 Do Case ObjectInfo(CurObj, OBJ_INFO_TYPE)

 Case OBJ_TYPE_PLINE
 Count=Count+1
 Select * From PathToTableName$(FileName) Where RowID =
 Var_A into TempDump
 Create Object As Buffer From TempDump Width 1.5 Units
 m Type Cartesian Resolution 12 Into Table
 PathToTableName$(FileName)

 For Var_C = 1 to NumCols(TempDump)
 Fetch Rec(Var_A) From TempDump
 TempData = TempDump.Col+Var_C

 newrow=(TableInfo(PathToTableName$(FileName),
 TAB_INFO_NROWS))
 string1=Update +PathToTableName$(FileName)+ Set
 +ColNames(Var_C)+ = +TempData+ Where RowID =
 +newrow+

 'note(string1)

 run command string1
 Next

 Delete From PathToTableName$(FileName) Where RowID  =
 Var_A

 Commit Table PathToTableName$(FileName)
 Pack Table PathToTableName$(FileName) Graphic Data
 Open Table FileName
 End Case
 Next

 ideas??

 Ben


 __
 Do you Yahoo!?
 U2 on LAUNCH - Exclusive greatest hits videos
 http://launch.yahoo.com/u2

 -
 List hosting provided by Directions Magazine | www.directionsmag.com |
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 Message number: 4044



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4045




MI-L [Fwd: JPEG2000 for Geospatial Applications]

2002-11-12 Thread Bill Thoen
FYI, for anyone interested in remote sensing...

 Original Message 
Subject: GISTrans: JPEG2000 for Geospatial Applications
Date: Tue, 12 Nov 2002 11:03:50 -0500
From: Frank Warmerdam [EMAIL PROTECTED]
Reply-To: Frank Warmerdam [EMAIL PROTECTED]
To: OpenSource RemoteSensing
[EMAIL PROTECTED],gistrans list
[EMAIL PROTECTED],GeoTIFF Mailing List
[EMAIL PROTECTED]

Folks,

JPEG2000 has been released as an ISO standard, and is now being
rapidly
adopted by geospatial software companies as a format for
geospatial image
data.  I have created a mailing list and web site that I hope can
serve
as a focus for JPEG2000 information for the geospatial community,
including
discussions of geospatial extensions (ie. GeoJP2(tm)), and as a
site for
samples images and interoperability testing.

Anyone interested in geospatial applications of JPEG2000 format,
especially
software developers, is encouraged to visit this new site at:

   http://www.remotesensing.org/jpeg2000

Please do *not* to a reply all to this message as it is cross
posted to
several mailing lists.  I appologise to those receiving this
message
multiple times.

Best regards,

-- 
---+--
I set the clouds in motion - turn up   | Frank Warmerdam,
[EMAIL PROTECTED]
light and sound - activate the windows |
http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer
for Rent


-
To unsubscribe from this list, send e-mail to
[EMAIL PROTECTED] and put
unsubscribe gistrans-l in the message body.

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4046




RE: MI-L rtl file output from HP750c?

2002-11-12 Thread Ryan Morgan
Check this out:
http://www.hp.com/cposupport/plotters/support_doc/bpp02315.html

It looks like HP may have a specific RTL driver you need to install.

Hope this helps!

Ryan Morgan
Aerials Express
480.777.9909
www.AerialsExpress.com

-Original Message-
From: Caroline Hilton [mailto:info;pelicangeographics.co.uk]
Sent: Monday, November 11, 2002 3:28 AM
To: MI-L
Subject: MI-L rtl file output from HP750c?


Hi all

I have been asked to provide a print file to a client in rtl format, but as
far as I can see my HP750c driver only produces .prn files. Does anyone know
how to produce an rtl file (which I believe is a raster, rather than vector,
format file)?

Thanks
Caroline




-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4014



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4047




MI-L Peters world projection

2002-11-12 Thread Simon Roy
Hi all,

I need help to find the parameters for the Peters world projection.  It would be 
much appreciated.

Thank you

Simon Roy
GIS Specialist
Carto-Média, Environnement Illimité
Montreal
tel.:514-849-7281
Fax.:514-849-6770
Email : [EMAIL PROTECTED]



MI-L Custom Made projections problem importing

2002-11-12 Thread Snashall, Scott

Hello all,

I have a an autocad file that has the following coordinate
information.

Geographical Location
latitude: 49 0 0 
longitude: 110 0 0 

projection: 10TM
Central Meridian: 115
Combined Scale Factor: 0.00
IGDS GLOBAL ORIGION X: = 500,000 Y = -5,000,000
DESIGN SCALE: = 1:1,000,000
DATUM: NAD83
UNITS: METERS

The closest I can get this information to align to the street file(long lat
nad83) is with a custom projection(.prj file)

10TM (NAD 83), 8, 74, 7, -115, 0, 0.9992, 0,0.

Using this information the data is off by about 300 Meters and needs to be
shifted east.

See below 

If anyone can help me determine the appropriate information within
the .prj file it would be appreciated 

thanks









Scott Snashall
  
 





import discrepancy.ppt
Description: import discrepancy.ppt
-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4049


Re: MI-L rtl file output from HP750c?

2002-11-12 Thread Caroline Hilton
Thanks Ryan. I downloaded the driver (which said rtl) from the website a
couple of days ago, only when I installed it, it didn't seem to have any rtl
options, just a prn option. I am using Win98, and that page is for win95.
I'll keep trying as the hp site keeps kicking me out today

cheers
Caroline

- Original Message -
From: Ryan Morgan [EMAIL PROTECTED]
To: Caroline Hilton [EMAIL PROTECTED]; MI-L
[EMAIL PROTECTED]
Sent: Tuesday, November 12, 2002 5:34 PM
Subject: RE: MI-L rtl file output from HP750c?


Check this out:
http://www.hp.com/cposupport/plotters/support_doc/bpp02315.html

It looks like HP may have a specific RTL driver you need to install.

Hope this helps!

Ryan Morgan
Aerials Express
480.777.9909
www.AerialsExpress.com

-Original Message-
From: Caroline Hilton [mailto:info;pelicangeographics.co.uk]
Sent: Monday, November 11, 2002 3:28 AM
To: MI-L
Subject: MI-L rtl file output from HP750c?


Hi all

I have been asked to provide a print file to a client in rtl format, but as
far as I can see my HP750c driver only produces .prn files. Does anyone know
how to produce an rtl file (which I believe is a raster, rather than vector,
format file)?

Thanks
Caroline




-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4014



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4047




-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4050




MI-L Plotting to a Xerox XES Color GrafX X2

2002-11-12 Thread Feinberg, Harold
Has anyone encountered problems printing to higher resolution 720
presentation papers? When I go through Page Setup in the Layout Window in
MapInfo, I get a print if I set my page size to E and select 90G Production
media. When I reset the media type to 720 Presentation, my page layout turns
grey an give me a memory error.

I have both types of media loaded in the plotter and the cue list both media
as well. 

TIA, Will Sum


--Harold Feinberg





MI-L Automatic reprojection of several vector data tables

2002-11-12 Thread Ryan Morgan
I have a few hundred tables to reproject, and I'm falling asleep at the
controls doing each one manually.  Does anyone have some code lying around
that reprojects all tables in a specific folder to a selectable projection?
Thanks for your help, I'm totally inept when it comes to MapBasic.

TIA--

Ryan Morgan
Aerials Express
888.482.2336
www.AerialsExpress.com


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4055




MI-L:MOD function; unexpected behaviour

2002-11-12 Thread korinne

Hi all,

I wish to extract all tuples from a table that have a value without a decimal part in 
a float field (ie 1 not 1.2; 75 not 75.6) but I cannot seem to get the 'MOD' function 
to operate as my rusty maths remembers that it should.

Theory: (Math based expected behaviour, checked on a scientific calculator)
5.6 mod 1 = 0.6

Practice: (MIPro apparent behaviour)
5.6 mod 1 = 0

I have tried updating into all three numeric field types with no success.

Update tablename Set HeightFloat = FloatField mod 1
Update tablename Set HeightDec = FloatField mod 1
Update tablename Set HeightInt = FloatField mod 1

After running these updates all the Height fields are still zero :(

The FloatField definitely contains a range of values from 0.0 to 118.0 and contains 
a range of whole and partial numbers. 
the table has 107435 elements/tuples.

I am using MapInfo Professional Version 7.0 Release Build 26 on Windows 2000 incase 
that has any bearing on the issue :)

Could I be using the operator in an inappropriate way with respect to MIPro or may it 
just not be working properly..???

Any suggestions greatly appreciated!
thanks in advance
Korinne



Get your free encrypted email at https://www.hushmail.com

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4057




Re: MI-L:MOD function; unexpected behaviour

2002-11-12 Thread B. Thoen
MapInfo's definition of MOD assumes all the numbers itii operates on are
integers, and in the range of short integers (SmallInts) as well. You'll
have to do some tricky math to use mod for this purpose. Another way to
find numbers without fractional components is to use the int function,
e.g. find cases where:

n - int(n) = 0

- Bill Thoen

 On Tue, 12 Nov 2002 [EMAIL PROTECTED] wrote:


 Hi all,

 I wish to extract all tuples from a table that have a value without a decimal part 
in a float field (ie 1 not 1.2; 75 not 75.6) but I cannot seem to get the 'MOD' 
function to operate as my rusty maths remembers that it should.

 Theory: (Math based expected behaviour, checked on a scientific calculator)
   5.6 mod 1 = 0.6

 Practice: (MIPro apparent behaviour)
   5.6 mod 1 = 0

 I have tried updating into all three numeric field types with no success.

 Update tablename Set HeightFloat = FloatField mod 1
 Update tablename Set HeightDec = FloatField mod 1
 Update tablename Set HeightInt = FloatField mod 1

 After running these updates all the Height fields are still zero :(

 The FloatField definitely contains a range of values from 0.0 to 118.0 and 
contains a range of whole and partial numbers.
 the table has 107435 elements/tuples.

 I am using MapInfo Professional Version 7.0 Release Build 26 on Windows 2000 incase 
that has any bearing on the issue :)

 Could I be using the operator in an inappropriate way with respect to MIPro or may 
it just not be working properly..???

 Any suggestions greatly appreciated!
 thanks in advance
 Korinne



 Get your free encrypted email at https://www.hushmail.com

 -
 List hosting provided by Directions Magazine | www.directionsmag.com |
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 Message number: 4057



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4058




Re: MI-L Automatic reprojection of several vector data tables

2002-11-12 Thread Lars V. Nielsen
Hi Ryan,

Just use a WOR (macro) to do it.

1. Open all tables
2. Save a workspace file
3. Edit the saved workspace file manually, add a Save As statement for each table 
(see below). Use any text editor for this.
4. Close all tables, and open/run the edited workspace file

The Save As statement looks like this:

Commit Table MyFirstTable As c:\some_path_to_an_empty_dir\MyFirstTable.tab Coordsys 
the_new_projection_clause

The Commit-As will overwrite any previous table, so save to an new/empty directory.

Best regards/Med venlig hilsen
Lars V. Nielsen
GisPro, Denmark
http://www.gispro.dk/
http://hjem.get2net.dk/lars-online/
WGS84: 10.20'40E 55.20'20N
- Original Message - 
From: Ryan Morgan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, November 13, 2002 12:45 AM
Subject: MI-L Automatic reprojection of several vector data tables


 I have a few hundred tables to reproject, and I'm falling asleep at the
 controls doing each one manually.  Does anyone have some code lying around
 that reprojects all tables in a specific folder to a selectable projection?
 Thanks for your help, I'm totally inept when it comes to MapBasic.
 
 TIA--
 
 Ryan Morgan
 Aerials Express
 888.482.2336
 www.AerialsExpress.com
 
 
 -
 List hosting provided by Directions Magazine | www.directionsmag.com |
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 Message number: 4055
 


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4059