MI-L MapBasic Question

2005-03-04 Thread Charles Kane
Sorry to repost but I did not get any replies: I have a directory containing approximately 2000 georeferenced tif files and I need to open them in MapInfo. The problem I am running into is twofold: 1) It asks me to specify the projection for each raster (they are all the same projection) - it w

MI-L MapBasic Question

2005-03-23 Thread Johanna D. Tomesch
Hi all, I have a question regarding MapBasic and was hoping someone could point me in the right direction. I am writing a program that has a table containing the names and paths to multiple data sets. All the data set names populate a MultiListBox. When I select a data set out of the MultiList

MI-L MapBasic Question

2004-01-28 Thread Marty Sprenz
How come the MapBasic 7.0 program I'm working with will only create an MBO and not an MBX? What's an MBO? Marty - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED]

MI-L mapbasic Question

2004-02-09 Thread Landmark Geographic Solutions
Hey Listers, How can I add the function to my script of selecting a set of records with a sql statement and then deleting these records. Can it be done? TIA LGS - List hosting provided by Directions Magazine | www.directionsm

MI-L Mapbasic question

2004-02-10 Thread Landmark Geographic Solutions
thanks for the reply on the delete selection set in a script! Have another question, In a script can I search a field for "-" and replace it with " " without using the search and replace tool, I can get mapbasic to search for "-", just don't know how to replace it. Thanks Trevor Robar GIS Coordi

MI-L MapBasic Question

2004-04-30 Thread Sam J
Hi, I have a simple mabasic code that would add a new item under "Tools" menu to run a function inside a dll. I packaged the .mbx and the dll in an installation file. Once I install the package. I have now the mbx and dll installed. But when I double click on the short cut or start the program

MI-L: MapBasic Question

2002-02-01 Thread ALICIA COX
I am going through a student workbook to learn mapbasic. I have found the section on adding buttons to current ButtonPads, I have attempted this but it is not showing up on that ButtonPad (attempting to add an open workspace button onto the auto-opening Tool ButtonPad). It says that it is com

MI-L Mapbasic question

2002-09-11 Thread Rachid Grib
Hello, Anybody knows where I can find a Mapbasic forum. Or maybe you can answer my question. I try to open an URL like a text file how can I do? Thanks you - Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost

MI-L MapBasic Question

2003-01-10 Thread Frank Aaron (EUS)
I produce a number of mbx's that are employed by our company's internal employees and external contractors -- to that end would it be possible (and does MapBasic support) to integrate a segment of code that would limit the duration of the program's usage? Currently, we have several Visual Basi

MI-L MapBasic question

2000-11-06 Thread Antoine Gilbert, KOREM
Hi   I'm writting a small MapBasic application. Does anybody know if it is possible to open (from MapBasic) a winzip window loaded with some defined files ?   I'm able to launch winzip (Run Program) with files in the argument line, but this only zip the file without have the time to see the

MI-L MapBasic Question

2000-11-07 Thread Antoine Gilbert, KOREM
It is possible in MapBasic to retrieve a list of files within a defined directory ?

MI-L Mapbasic question

2001-03-08 Thread Steven Heapy
Hi Ive written a simple mapbasic app and when the user selects print I would like to create and print a layout in the background without the user seeing it. I can create the layout no problems but would prefer it to be hiden not minimised. any help would be appreciated cheers Steve ___

MI-L mapbasic question

2001-03-08 Thread Steven Heapy
Hi Ive written a simple mapbasic app and when the user selects print I would like to create and print a layout in the background without the user seeing it. I can create the layout no problems but would prefer it to be hiden not minimised. any help would be appreciated cheers Steve ___

MI-L Mapbasic question

2001-05-28 Thread Steven Heapy
Hi I would like to declare a global variable for a path to files for a mapbasic app as the location of the files may change from being on a CD, Q drive and C drive but carn't quite get the syntax right. Any help would be appreciated. cheers Steve __

MI-L Mapbasic question

2001-10-21 Thread Slaven Blake
Hey Listers, I've never been good at writing code so I'm hoping someone out there can help me. I have a table with a list of building applications that I want deleted from the main building applications table. But when I run a simple select query in mapbasic selecting all records in the main ta

MI-L Mapbasic Question

2001-11-01 Thread Landmark Geographic Solutions
What is the command line to reopen you info tool window. Thanks LGS ___ List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MapInfo-L"

MI-L Mapbasic Question

2001-11-01 Thread JAL
Til: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>cc: Sendt af:

[MI-L] MapBasic Question

2006-08-01 Thread Tom Halbrook
Hi Listers:   Being a MapBasic Neophyte, I have what will probably be a dumb question. But here goes any way.   I manually select a record from table A, append it to table B, delete the selected record from table A and then save both tables.   To automate steps I have built a button p

[MI-L] MapBasic Question

2006-08-01 Thread Comparri, Erin @ Tempe
Hi Tom,   The statement   Delete From  Table_A  Where Rowid =  id_number should work. Good Luck!   Erin   Erin Comparri | Mapping SpecialistCB Richard Ellis | CBRE Mapping Center1620 Fountainhead Pkwy, Suite 610 | Tempe, AZ 85282MC 877 580 4674 | F 480 929 6400 [EMAIL PROTECTED] | www.c

RE: MI-L MapBasic Question

2005-03-04 Thread Ben A Greenberg
you. Ben Greenberg GIS Coordinator NAI MLG Commercial 262-797-9400 -Original Message- From: Charles Kane [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 2:01 PM To: mapinfo-l@lists.directionsmag.com Subject: MI-L MapBasic Question Sorry to repost but I did not get any replies: I

Re: MI-L MapBasic Question

2005-03-04 Thread Bill Thoen
On Fri, 4 Mar 2005, Charles Kane wrote: > Does anyone know of a program or the code that will allow me to open > files in batch and specify the projection? How about code to open all of > the files that are in the same directory without knowing the names? I believe there's MapBasic code at Jacque

FW: MI-L MapBasic Question

2005-03-05 Thread Ryan Morgan, Aerials Express
-Original Message- From: Ryan Morgan, Aerials Express [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 7:14 PM To: 'Charles Kane' Cc: MapInfo-L (MapInfo-L@lists.directionsmag.com) Subject: RE: MI-L MapBasic Question I use BatchProj (attached, look in the direction

RE: MI-L MapBasic Question

2005-03-23 Thread Terry McDonnell
D. Tomesch [mailto:[EMAIL PROTECTED] Sent: 23 March 2005 15:00 To: Terry McDonnell Subject: MI-L MapBasic Question Hi all, I have a question regarding MapBasic and was hoping someone could point me in the right direction. I am writing a program that has a table containing the names and paths to

RE: MI-L MapBasic Question

2004-01-28 Thread Canfield, Andrew
g them in one project. It allows MapBasic developers to modularize their code so individual .mb files do not get so large as to be impossible to read and maintain. -Original Message- From: Marty Sprenz [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 6:55 AM To: 'Mapinf

RE: MI-L MapBasic Question

2004-01-28 Thread Marty Sprenz
Got it! Thank you for you valuable time, Marty -Original Message- From: Canfield, Andrew [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 10:13 AM To: 'Marty Sprenz'; 'Mapinfo List' Subject: RE: MI-L MapBasic Question It will create an .mbx but you pro

RE: MI-L MapBasic Question

2004-01-28 Thread Mcinnis, Michael
FuncCall = "FuncCall Ran." End Function Sub SubCall Note "SubCall Ran." End Sub '** -Original Message- From: Marty Sprenz [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 9:05 AM To: 'Canfield, Andrew&

RE: MI-L MapBasic Question

2004-01-28 Thread Mcinnis, Michael
** ' Dopey.mb Declare Sub SubCall() Declare Function FuncCall() As String Global m_LookMa As String Function FuncCall() As String m_LookMa = "Hello World!" FuncCall = "FuncCall Ran." End Function Sub SubCall Note "SubCall Ran." End Sub

RE: MI-L mapbasic Question

2004-02-09 Thread Simmonds, Ashley (OPT)
: MapInfo Listers Subject: MI-L mapbasic Question Hey Listers, How can I add the function to my script of selecting a set of records with a sql statement and then deleting these records. Can it be done? TIA LGS - List hosting

RE: MI-L mapbasic Question

2004-02-10 Thread Darrin Clement
Don't you also need a "Commit Table TableName" statement? -Original Message- From: Simmonds, Ashley (OPT) [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 11:06 PM To: MapInfo Listers Subject: RE: MI-L mapbasic Question how i do it... #

RE: MI-L MapBasic Question

2003-01-10 Thread Canfield, Andrew
x27;s greater than fifty Note "Your number of trial uses has expired." Exit sub. -Original Message- From: Frank Aaron (EUS) [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 8:50 AM To: '[EMAIL PROTECTED]' Subject: MI-L MapBasic Question I produce a number of m

Re: MI-L MapBasic Question

2003-01-10 Thread Bill Thoen
If you want MBX apps to time-out after a certain number of days, you have to build it yourself. The simplest method is to hard-code a "time-to-die" date into the code and test that against the systems clock. To check that the user hasn't rolled back the system date, just check the dates on some sys

Re: MI-L MapBasic Question

2003-01-10 Thread Cameron Crum
I do something similar to what the others have proposed, writing the date into a hidden file somewhere, but I also come up with a sort of encryption for the date. I change the numbers into something that doesn't appear to be a date at all by adding numbers, converting it to ascii characters or s

Re: MI-L MapBasic question

2000-11-06 Thread Spencer Simpson
Antoine Gilbert, KOREM wrote: > I'm writting a small MapBasic application. Does anybody know if > it is possible to open (from MapBasic) a winzip window loaded with some defined files ? > I'm able to launch winzip (Run Program) with files in the argument line, > but this only zip the file without

RE: MI-L MapBasic Question

2000-11-07 Thread Thomas Brix Lyng
> It is possible in MapBasic to retrieve a list of files within a defined > directory ? > > YesI got this answer from the list some time ago: Below is a snippet of code that allows you to retrieve file names located in a particular directory. The first argument of the FindFirstFile API call can

SV: MI-L mapbasic question

2001-03-09 Thread BVT
delig meddelelse----- Fra: Steven Heapy [mailto:[EMAIL PROTECTED]] Sendt: 9. marts 2001 04:01 Til: [EMAIL PROTECTED] Emne: MI-L mapbasic question Hi Ive written a simple mapbasic app and when the user selects print I would like to create and print a layout in the background without the user seeing i

RE: MI-L mapbasic question

2001-03-09 Thread Tim.Nuteson (Exchange)
EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 9:01 PM To: [EMAIL PROTECTED] Subject: MI-L mapbasic question Hi Ive written a simple mapbasic app and when the user selects print I would like to create and print a layout in the background without the user seeing it. I can create the layout no prob

RE: MI-L Mapbasic question

2001-10-22 Thread GIS Coordinated
method above. HTH (hope that helps!) regards Doug -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Slaven Blake Sent: 22 October 2001 02:59 To: Mapinfo Mailing List (E-mail) Subject: MI-L Mapbasic question Hey Listers, I've never been good at wr

Re: [MI-L] MapBasic Question

2006-08-01 Thread [EMAIL PROTECTED]
Hi Tom, Try: delete from tablename [where rowid=n] You'll need to supply the table name in place of "tablename". The optional rowid where clause allows you to select a particular record to delete. -- Eric Johnson Tom Halbrook wrote: Hi Listers: Being a MapBasic Neophyte, I have what

MI-L MapBasic question - Style override

2001-10-02 Thread Driver, Greg 9434
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. Listers, Is there anyway when switching a layer on in MapBasic to know whether a global style override has been set? The reason I ask is that we have a small

RE: MI-L MapBasic question - Style override

2001-10-02 Thread Jacques Paris
y Jacques Paris e-mail [EMAIL PROTECTED] MapInfo/MapBasic support http://www.paris-pc-gis.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Driver, Greg 9434 Sent: October 2, 2001 06:41 To: '[EMAIL PROTECTED]' Subject: MI-L MapBasic quest

RE: MI-L MapBasic question - Style override

2001-10-02 Thread Tim.Nuteson
: Tuesday, October 02, 2001 5:41 AM To: '[EMAIL PROTECTED]' Subject: MI-L MapBasic question - Style override 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. Listers, Is there anyway when switching a l

[MI-L] MapBasic Question: Custom Shortcut Menu

2006-06-02 Thread Bill Thoen
Using MapBasic, does anyone know if it is possible to create a custom "mapper shortcut" menu for one map window and a different one for another map window in the same session? - Bill Thoen ___ MapInfo-L mailing list MapInfo-L@lists.directionsmag.com ht

MI-L Mapbasic question - please disregard previous question

2001-05-28 Thread Steven Heapy
Hi Sorry I had just left off a quote cheers Steve ___ List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MapInfo-L" in the message body.

SUM: [MI-L] MapBasic Question: Custom Shortcut Menu

2006-06-02 Thread Bill Thoen
Bill Thoen wrote: Using MapBasic, does anyone know if it is possible to create a custom "mapper shortcut" menu for one map window and a different one for another map window in the same session? Well, well... Once again, this list comes up with the answer! Thanks to Jacques Paris and Steve Nabo

MI-L Mapbasic Question :- Code for creating offset lines

2000-10-10 Thread Ulung Gurtala
I'm sure someone has done this before, I have a need to add points data at a particular offset from property boundry. Is it possible to select the boundary line or create a line which encompases many property boundary and have that line offset say 6m so that I have a quick guide to more accu

RE: MI-L Mapbasic Question :- Code for creating offset lines

2000-10-11 Thread Campbell, Keith (WSA Telford)
s menu.   Keith -Original Message-From: Ulung Gurtala [mailto:[EMAIL PROTECTED]]Sent: 11 October 2000 00:05To: [EMAIL PROTECTED]Subject: MI-L Mapbasic Question :- Code for creating offset lines I'm sure someone has done this before, I have a need to add points data at a pa

RE: MI-L Mapbasic Question :- Code for creating offset lines

2000-10-11 Thread Jacques Paris
  at http://www.total.net/~rparis/gisproducts.htm   For MapBasic questions see the J.Paris site at    http://www.total.net/~jakesp/index.htm   -Original Message- From: Ulung Gurtala [mailto:[EMAIL PROTECTED]] Sent: 11 October 2000 00:05 To: [EMAIL PROTECTED] Subject: MI-L Mapbasic