RE: MI-L Mapbasic:- Clearing point object from cosmetic layer

2001-01-09 Thread Robert Crossley
Use: Delete From WindowInfo(gMapWinID,WIN_INFO_TABLE) ' Clear cosmetic where gMapWinID = the ID of the window you wish to delete from. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ulung G Sent: Wednesday, January 10, 2001 12:55 PM To: mapinfo list Subj

No Subject

2001-01-09 Thread Eduardo Nuñez
Hi all, I need find a Mapbasic tutorial or user guide in internet. (*.pdf, *word .etc). __ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup ___ Lis

Re: MI-L Lat/long to GDA 94

2001-01-09 Thread Adrian Davey
My understanding is that GDA 94 is NOT WGS84 but GRS80, so the parameters in my mapinfow.prj have the datum value (2nd item of numeric data after projection name string) as 33, not 104 as it would be for WGS84. I don't know which version of MI you are on, but the latest we have is 5.5, the mapinf

MI-L Mapbasic:- Clearing point object from cosmetic layer

2001-01-09 Thread Ulung G
Hi, How do you flush item from the cosmetic layer programatically? use rollback command? any comment appreciated ___ List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, send e-mail to [EM

MI-L Lat/long to GDA 94

2001-01-09 Thread David McDonald
Why don't old road centreline tables supplied by MapInfo StreetWorks (in lat/long) line up with datasets in GDA 94 (WGS 84). I thought MapInfo could overlay data from different projections in the same mapper. To try and rectify the problem I saved the lat/long table as GDA 94 (MGA 54). The new

MI-L Variable or Field not defined...

2001-01-09 Thread Jim Wilson
Hi all, As part of a MB program I'm trying to loop through a table created from a select (Workingtable) , checking if the 2nd column in the workingtable is less than 20 and if it is then selecting all the records in the original table (filename) where the passno column is equal to "Deletepassno"

MI-L RouteView Pro - thank you note

2001-01-09 Thread Othman Issa
I will like to thank the many wonderful list members who responded to my question relating to RouteView Pro and routing in general. That's one of the things that make this list wonderful. Thank you all, Othman Issa Bell ActiMedia Toronto, Ontario, Canada. _

MI-L MapInfo/MapXtreme vs SAS GIS

2001-01-09 Thread Lawrence Loadman
Title: MapInfo/MapXtreme vs SAS GIS HI all, Does anyone have any experience with SAS/GIS module?  I am doing a comparison of MapInfo/MapXtreme with SAS.  We currently use MapInfo v. 6.0 but we are shifting to a Web environment and are looking into MapXtreme.  We also use SAS to access our da

FW: MI-L FW: papersize.def

2001-01-09 Thread Ronald Louer
Title: FW: MI-L FW: papersize.def Hello Dan, the papersize.def just makes it easier for a developer to use descriptions instead of hardcoded numbers. However, here's the file so you can see for yourself. Within MapInfo, just use the numbers. Also take care of the comments in the helpfile of

RE: MI-L Storing symbol variables

2001-01-09 Thread David Booth
Hi Rodrigo, Hopefully, the bit of MB code below shows how to deal with assigning symbol variables in Mapbasic. I suspect the key to what you're trying to do is the makesymbol() function. All the best, Dave. dim test(3), test_sym as symbol test(1)=currentsymbol() test(2)=makesymbol(35,2,12) te

Re: MI-L VMAP1

2001-01-09 Thread Steve Wallace
I'm pretty sure the same person (Dimitri Rotow) is involved with that project too. Steve Wallace - Original Message - From: "Lyn Du Chateau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 04:35 PM Subject: MI-L VMAP1 > Last week, in the

MI-L Storing symbol variables

2001-01-09 Thread Rodrigo . Mendez
Hi all: I need to store a dimension 6 array SYMBOL variables on a kind of preference file, so the program lets the user load that default styles or choose new ones, that will be stored as the new defaults. I've tried with PUT, but to MB they are string variables and not symbol variables. I'm re

MI-L FW: papersize.def

2001-01-09 Thread Dan Irwin
> -Original Message- > From: Dan Irwin > Sent: 04 January 2001 16:17 > To: [EMAIL PROTECTED] > Subject: papersize.def > > Hi guys, > > I am having trouble printing from MapInfo 6.0 so i consulted the user > guide, only to find that the printer setup seems to rely on a mapbasic