RE: MI-L Serch for non-unique ID

2003-08-20 Thread Peter Horsbøll Møller
) Into DUPLICATED__UNIQUEID HTH Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk COWI GIS konference afvikles i

RE: MI-L Cannot create index on an Access table

2003-08-20 Thread Peter Horsbøll Møller
recreating a dropped index will make the IND file grow (!) but as you I would expect MapInfo to overwrite the index ? So to avoid this problem, you could drop all your index before recreating them, but this might be a bit time consuming ! Peter Horsbøll Møller GIS Developer Geographical Information

RE: MI-L questions about general programming procedures

2003-08-19 Thread Peter Horsbøll Møller
functions regarding tables, eg TABIsOpen(), TABColExists(), TABGetListOfOpenTables() etc. In this way it is easy to reuse the functions you allways use in your projects, just include the def file and include the module in your project file Peter Horsbøll Møller GIS Developer Geographical Information

RE: MI-L Calling cmd and executing wzunzip from MapBasic

2003-08-14 Thread Peter Horsbøll Møller
in your source modules. '* Define eye Chr$(34) Run Program cmd.exe /k eye c:\Program Files\WinZip\wzunzip eye eye ImportZip eye *00.* eye result eye '* HTH Peter Horsbøll

RE: MI-L SUM RE: MI-L Push button placement order on Standard toolpad

2003-08-14 Thread Peter Horsbøll Møller
Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk COWI GIS konference afvikles i dagene d. 2.-3

RE: MI-L MapInfo hanging up

2003-08-14 Thread Peter Horsbøll Møller
if they show a dialog. So try to diable all your tools. - When MapInfo starts it might start by loading Startup.wor and/or MapInfow.wor. Find these on your computer and make sure that they don't hold any strange settings (printer settings, MapBasic application, ...) Peter Horsbøll Møller GIS Developer

RE: MI-L Floating custom window

2003-08-14 Thread Peter Horsbøll Møller
You could build your dialog using Delphi and make sure that isn't modale. In this way the dialog will act. In the same manner as the Info window in MapInfo. I you compile this dialog into a DLL you can call the dialog from within MapBasic and transfer values to it. Peter Horsbøll Møller GIS

RE: MI-L MapInfo hanging up

2003-08-14 Thread Peter Horsbøll Møller
these problems have come from I do not know. But anyway packing the table cleaned up the problems and made sure that all relations between the data and the objects were destroyed for ever. Has anyone else seen anything like this ? Peter Horsbøll Møller GIS Developer Geographical Information

RE: MI-L setting object styles via mapbasic using 'picker' controls etc

2003-08-14 Thread Peter Horsbøll Møller
to be created, I guess you'll have to only let the user choose either pen for line or pen for region, not both, because MapInfo can't handle this before version 7.0 Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013

RE: MI-L SUM RE: MI-L Push button placement order on Standard toolpad

2003-08-14 Thread Peter Horsbøll Møller
the MapInfow.mnu file because he/she never uses these menus. This might actually make some tools not work ! That's also the reason why I tend to create my own Dummy menu containing the menu items I know I'll be using thru Run Menu Command. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S

RE: MI-L MapInfo hanging up

2003-08-14 Thread Peter Horsbøll Møller
One thing I often have been lucky to do when trying to solve trouble was to clean up my temp folder. You mentioned that you have (or you application has) been creating lots of queries. These tend to fill up the temp folder, so try deleting what ever you have there. HTH, Peter Horsbøll Møller GIS

RE: MI-L Problem opening Mapinfo tables in MapX application

2003-08-14 Thread Peter Horsbøll Møller
be nessessary to create points for your records as well. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http

RE: MI-L Someone else using table ...

2003-08-14 Thread Peter Horsbøll Møller
Make sure that you haven't any TDA, TMA or TIN files located with this table. These files are transaction files that for some reason have surviewed a MapInfo session. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45

RE: MI-L Select/Insertion within Same Table

2003-08-14 Thread Peter Horsbøll Møller
= vegetable Commit Table FOOD Close Table TO__UPDATE HTH Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http

RE: MI-L Server_connect problem

2003-08-12 Thread Peter Horsbøll Møller
information necessary to obtain a connection to the database. Try replacing the QULIB with either ODBC or ORAINET depending on the driver (ODBC or OCI) Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313

RE: MI-L External Subroutines and Functions

2003-08-11 Thread Peter Horsbøll Møller
there might be a timing problem as well HTH, Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk COWI

MI-L SHBrowseForFolder and the BROWSEINFO

2003-08-01 Thread Peter Horsbøll Møller
* BIF_BROWSEINCLUDEURLS * BIF_EDITBOX * BIF_NEWDIALOGSTYLE * BIF_NONEWFOLDERBUTTON * BIF_RETURNONLYFSDIRS * BIF_VALIDATE TIA, Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313

RE: MI-L SHBrowseForFolder and the BROWSEINFO

2003-08-01 Thread Peter Horsbøll Møller
%3DGoogle%2BSearch The one Jaques didn't find was found using Mikes link: #define BIF_NONEWFOLDERBUTTON 0x0200 // Do not add the New Folder Thanks again and have a nice weekend (here in Denmark it 15.20 so I'll call it a day ) Peter Horsbøll Møller GIS Developer Geographical Information IT COWI

RE: MI-L Checking for changes

2003-07-29 Thread Peter Horsbøll Møller
procedure to go thru !!?? A few years ago MapInfo talked about implementing a RowChangedHandler() in MapBasic but I guess other features were more important. Hopefully the shift to .NET will provide these features. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej

RE: MI-L Undo edit

2003-07-27 Thread Peter Horsbøll Møller
saved a table you can not undo the last change anymore either. I hope this has spread some light on the Undo function. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045

RE: MI-L Unable to open .tab

2003-07-23 Thread Peter Horsbøll Møller
the information in these tables. That these files are missing also supports the statement above. I hope this can explain the exisence of these files...let's call them x-files ;-) Peter Horsbøll Møller COWI A/S - Geographical Information IT -Original Message- From: Don To: Mapinfo List Sent: 23

RE: MI-L Title MultilistBox by custom type

2003-07-18 Thread Peter Horsbøll Møller
to this string array. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk COWI GIS konference afvikles i

RE: MI-L Working with WinClosedHandler

2003-07-11 Thread Peter Horsbøll Møller
that you . '**I'll show you, now you'll have to start all over again, he he End MapInfo '**or whatever command you need to run end if End Sub Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000

RE: MI-L Making zones.

2003-07-10 Thread Peter Horsbøll Møller
this issue was discussed lately at MapInfo-L Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk COWI

RE: MI-L Making zones.

2003-07-09 Thread Peter Horsbøll Møller
id column as column and choose the insert the result into a new table - Make sure this new table at least holds the column for the zone id and tell MapInfo to read this value from the column holding this value in the ZoneVoronoi table. Et voila ! HTH, Peter Horsbøll Møller GIS Developer

RE: MI-L Re: Majority contain SQL?

2003-07-04 Thread Peter Horsbøll Møller
How about converting your roads to buffers and using the ProportionOverlap() to determine how big a part are overlapping ? Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45

RE: MI-L Keeping the inside lines of a region/pline

2003-07-03 Thread Peter Horsbøll Møller
select cvan be somewhat slow depending on the number of objects in your table. It might be faster to select all lines where NUM_LINES 1 and then use the Invert Selection to select the other. 8. Now you have selected all those lines that aren't shared. Et voila, Peter Horsbøll Møller GIS

RE: MI-L Creation of lines from table with points and angles/bearing

2003-07-02 Thread Peter Horsbøll Møller
the formula mentioned above only works on the second. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http

RE: MI-L Objects region and Objects text

2003-07-01 Thread Peter Horsbøll Møller
the number of text objects intersecting each object 4. Use SQL to select the wanted: Select * From TABREGION Where NUMTEXTS = 2 HTH, Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob

RE: MI-L Prompting user for Parameters

2003-07-01 Thread Peter Horsbøll Møller
than it's possible here. But anyway give it a try. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk

RE: MI-L ProViewer install question

2003-06-30 Thread Peter Horsbøll Møller
up these preferences on a computer with MapInfo Pro, and then copying this preference file to the other computers with ProViewer. HTH, Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob

RE: MI-L MapInfo Geocoder

2003-06-25 Thread Peter Horsbøll Møller
each address only appears a single time, and then you could link your names to these addresses by a unique id: ADDRESSES: Id Address City St. ZIP Longitude Latitude NAMES AId Telephone Number Name HTH, Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK

RE: MI-L Last Button Clicked

2003-06-19 Thread Peter Horsbøll Møller
Try CommandInfoCMD_INFO_TOOLBTN) Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk -Original

RE: MI-L Changing data in tables

2003-06-17 Thread Peter Horsbøll Møller
Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk -Original Message- From: Mick [mailto:[EMAIL

RE: MI-L MapBasic and Passing Command Line Parameters

2003-06-16 Thread Peter Horsbøll Møller
to. If no connection is made the MapBasic application is started again. After this the parameters are sent to the MapBasic application using DDE (the latest technology ;-) ) and the application acts on the parameters it reads in the Remote MessageHandler. HTH Peter Horsbøll Møller GIS Developer Geographical

RE: MI-L MapInfo Runtime

2003-06-13 Thread Peter Horsbøll Møller
application, that is you are not allowed to let the user use other MapBasic applications, eg. From DirectionsMags Tools section. Maybe we should have some one from MapINfo Corp. Licensing office to comment on these issues ? Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S

RE: MI-L MapInfo 7.5 Feature List - wish list by Steve Wallace

2003-06-13 Thread Peter Horsbøll Møller
You are right quite some of the features has actually been adobted by MapInfo. Maybe it was time to update the list, so that we could see how many items are left ? Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313

RE: MI-L MapInfo Runtime

2003-06-12 Thread Peter Horsbøll Møller
into you Runtime application. That is you are not allowed to use a Runtime version and then supply your costumer with a full MapInfo Pro, even though this is possible technically. HTH, Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark

RE: MI-L VM-Max points

2003-06-06 Thread Peter Horsbøll Møller
into a maximum number of points Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http://www.cowi.dk -Original Message

RE: MI-L Mouse movement speed reduction in MI7

2003-06-06 Thread Peter Horsbøll Møller
exists in the latest version of Microsofts mouse driver ? Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45 6313 5090 E-mail [EMAIL PROTECTED] http

RE: MI-L Adding a field to Crystal Reports

2003-06-03 Thread Peter Horsbøll Møller
now, just making sure) 4. The Refresh function only works on the actual values in the database, not the structure of the database. I hope any of these ideas might help you solve your problem Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense

RE: MI-L Query Efficiency

2003-06-03 Thread Peter Horsbøll Møller
the queries might be to use the NoSelect keyword. This prevents MapInfo from highlighting the selected rows. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax +45

RE: MI-L Query Efficiency

2003-06-03 Thread Peter Horsbøll Møller
* From MYTABLE Where MYCOLUMN Like A given value% Into MY_SEL NoSelect Takes 12 sec. (No index: 12 secs) Select * From MYTABLE Where MYCOLUMN Like %A given value% Into MY_SEL NoSelect Takes 12 sec. (No index: 12 secs) Sorry for any misinformation Peter Horsbøll Møller GIS Developer

RE: MI-L Adding a field to Crystal Reports

2003-06-02 Thread Peter Horsbøll Møller
In Crystal Report you can use the menu item Database Verify Database to let Crystal Report check up which columns are availeble. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob

RE: MI-L Printing from a message window

2003-06-02 Thread Peter Horsbøll Møller
You can open a layout window and create a frame holding the Message window and in this way print this window. Peter Horsbøll Møller GIS Developer Geographical Information IT COWI A/S Rugårdsvej 55 DK-5000 Odense Denmark Tel +45 6313 5013 Direct +45 6313 5008 Mob +45 5156 1045 Fax

RE: MI-L Problem with a MapBasic Select statement

2003-03-25 Thread Peter Horsbøll Møller
Try Printing your SQL statement to the message window before running it using the Run Command. I guess you'll see that there is some quotation marks missing. I guess all your should be . Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C

RE: MI-L Mapbasic and mapinfow.exe error

2003-03-25 Thread Peter Horsbøll Møller
I guess you should have a look at your data. Figure out what records kills the application (record #330?) and have a closer look at this object. Is there somethin wrong with this when you are comparing it to the others ? Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information

RE: MI-L Thematic Map LEGEND not in ascending or descending order

2003-03-25 Thread Peter Horsbøll Møller
the first letter in the text to sort by. Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni 2002 overtaget af COWI. I

RE: MI-L MB - Close table event handler

2003-03-25 Thread Peter Horsbøll Møller
your application, do remember to restore the menu items you have changed. Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni

RE: MI-L TableInfo(0,TAB_INFO_NAME)

2003-03-24 Thread Peter Horsbøll Møller
If your tab file name is more than 30 characters MapInfo will cur the last part of the table table name when it is opened. This is more or less like replacing the spaces with underscores. So MapInfo sees the table with a diferent name than the name Windows uses. Peter Horsbøll Møller GIS

RE: MI-L MB - SearchPoint() but with metres?

2003-03-20 Thread Peter Horsbøll Møller
I guess you'll need to use the Buffer() function within a Select statement and then run thru the tables in you map window Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270

RE: MI-L Custom Symbol profile location

2003-03-19 Thread Peter Horsbøll Møller
that LocateFile$() only works in MapInfo 6.5 or 7.0 HTH, Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni 2002 overtaget af COWI

RE: MI-L MS Access Tables and spatial objects

2003-03-17 Thread Peter Horsbøll Møller
to the database. If you are using DAO (thru File Open) you'll have to create the points yourself and MapInfo will not update the coordinates in the database automatically. Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct

RE: MI-L Relative Path

2003-03-17 Thread Peter Horsbøll Møller
entered some alternative places MapInfo is supposed to look for tables. This can be done in Preferences Directories. In the bottom of this dialog you can enter some other locations where MapInfo will look for tables that weren't found . Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk

RE: MI-L Minimum distance calculation

2003-03-14 Thread Peter Horsbøll Møller
the same projection as your active mapper when extracting coordinates. HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 -Original Message- From

RE: MI-L Friday help

2003-03-14 Thread Peter Horsbøll Møller
to create a new table from this function. If not I'd recommend that you create a new table before usig this function. HTH and I'll be looking foreware to the cold Guinness, eventhough I'd think it would be hard to find hedre in Kosova ;-) Best regards, Peter Horsbøll Møller GIS Developer COWI

RE: MI-L Vertical Mapper Error 503

2003-03-13 Thread Peter Horsbøll Møller
an error more or less like this one you mention here. Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni 2002

RE: MI-L More Raster Woes

2003-03-05 Thread Peter Horsbøll Møller
it worked or not. Peter Horsbøll Møller COWI A/S -Original Message- From: Martin Hodder To: Mapinfo Mailing List Sent: 05-03-03 10:38 Subject: MI-L More Raster Woes Hi, Has anyone experienced or know how to get around the following problem. I have a workspace in which I have three

RE: MI-L Incompatible Definition in MB Project

2003-02-27 Thread Peter Horsbøll Møller
My best guess would be that this source file hasn't been recompiled wiht the new definition of the MAPPER_LAYERS_INFO type : Have you tried recompiling your D:\MapBasic\Code_Others.MB ? Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel

RE: MI-L centroidX(obj) and coordinate system

2003-02-26 Thread Peter Horsbøll Møller
Hi, If you are using MapInfo 7.0 you can tell MapInfo which projection you prefer to use for: - the current session - new tables This should do that you don't need to enter the Set CoordSys... into the MapBasic window. Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information

RE: MI-L saving workspaces from within MapBasic

2003-02-20 Thread Peter Horsbøll Møller
Or szWorFile = C:\DataFiles\MyWorkspace.wor Run Command Save Workspace as + szWorFile Do use this syntax it you are using MapInfo 5.x because there has been an incident that when the Save queries to workspaces was turned on the direct approach failed. Peter Horsbøll Møller GIS

RE: MI-L saving workspaces from within MapBasic

2003-02-20 Thread Peter Horsbøll Møller
Sorry my mistake it should have MapInfo 5.x or newer. You have to use this work-around in MapInfo 7.0 as well Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax

RE: MI-L MapinfoW.pen

2003-02-19 Thread Peter Horsbøll Møller
Try to search your c-drive for other instances of the MapInfow.pen because they might be placed in another place than where they were with the prevoious versions of MapInfo Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313

RE: MI-L Workspaces in integrated mapping

2003-02-18 Thread Peter Horsbøll Møller
in this utility I can upload it to DirectionsMag ? Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni 2002 overtaget af COWI. I

RE: MI-L Geographic Operators

2003-02-17 Thread Peter Horsbøll Møller
Try this: Select * From TABLE2 Where NOT OBJ WithIn Any (Select OBJ From TABLE1) HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 -Original

RE: MI-L SYSMENUCLOSE for DIALOGS

2003-02-14 Thread Peter Horsbøll Møller
If you don't add a title to your dialog the button will not be there at all. Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev

RE: MI-L mini SQL problem!

2003-02-13 Thread Peter Horsbøll Møller
: Select * from MYTABLE Where not MYCOLUMN In (3, 5, 7) Into Selection HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 -Original Message- From: Jakob

RE: MI-L Mouse acceleration declines in MI

2003-02-10 Thread Peter Horsbøll Møller
The solution is to downgrade your MouseWare to version 9.42. Appearently the problem is in the latest version of MaouseWare, version 9.45. Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008

RE: MI-L map basic IDE's

2003-02-07 Thread Peter Horsbøll Møller
is a special editor called MBCoder and the connected dialog editor - diabuilder2000 - that I know some people like to use. I think it was create by Trey Pattio, www.wap3.com Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313

RE: MI-L raster printing errors

2003-02-06 Thread Peter Horsbøll Møller
make the work in stead of the printer. This might be a bit slower from your point, because the computer will spent some more time finishing the printer job. HTH, Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct

RE: MI-L FromLeft, ToLeft, FromRight, ToRight and index

2003-02-06 Thread Peter Horsbøll Møller
this search. MapInfo doesn't support combined indecies, so that you fore instance could indeks 2 columns as a single indeks to optimize the search for these values. Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct

RE: MI-L Having difficulty setting up plotting templates for Mapinfo

2003-02-05 Thread Peter Horsbøll Møller
Hi, COWI A/S have a product called PlotTools that will do exactly what you are requesting here, and a lot of other feature like BatchPlot, MultiPlot and saving plots as raster (bmp, jpeg etc) Let me know if you need further information on this product Peter Peter Horsbøll Møller GIS Developer

RE: MI-L MI7 and WIN2000 - odd mouse behaviour...

2003-02-04 Thread Peter Horsbøll Møller
Hi Søren, We have exactly the same trouble running WinXP and MI65/MI7. Appearently the problem was caused by the latest mouse driver. We tried downgrading to Mouse Ware 9.42 from Logitech and it seems to work much faster in MapInfo now. HTH, Peter Horsbøll Møller GIS Developer COWI A/S

RE: MI-L Saving templates to share

2003-02-03 Thread Peter Horsbøll Møller
Or you could change the preferences for directories so that you and all other have your templates on a common server drive. In this way everybody is looking the exact same templates and will see the new templates created be others. Hope this helps, Peter Horsbøll Møller GIS Developer COWI A/S

RE: MI-L select by row number

2003-02-03 Thread Peter Horsbøll Møller
SelChangedHandler was proposed. Anyway selecting records by their rowid is a fast way to select certain records in a table, and it's easy to use as shown below. Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45

RE: MI-L MapInfo-L Reminder

2003-01-31 Thread Peter Horsbøll Møller
is a new version for WinXP. Whether there is a version for the other versions of Windows I'm not sure ! HTH, Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313

RE: MI-L Mapinfo.Net ?

2003-01-31 Thread Peter Horsbøll Møller
type tarray nrow as integer rowI() as trow end type Or are you not able to do this: Dim arrTs as tarray ReDim arrTs.rowI(12) Well, as I mentioned in my first mail...beware !!! Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000

RE: MI-L Table update column with Centroid(x) Centroid(y) problem

2003-01-30 Thread Peter Horsbøll Møller
the one referred to in the table ??? Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni 2002 overtaget af COWI. I

RE: MI-L Max number of Live Layers from Oracle Spatial?

2003-01-28 Thread Peter Horsbøll Møller
Could this be a limit in Windows in stead of MapInfo ? Could you try enlarging the number of open files allowed in Windows ? I'm not sure were to do this anymore, but it once was placed in either the config.sys or the autoexec.bat. HTH, Peter Horsbøll Møller COWI A/S -Original Message

RE: MI-L save query vs save copy as

2003-01-23 Thread Peter Horsbøll Møller
. The TAB files references in the TAB file are allways written using absolute paths, not relative as within the workspace. HTH, Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45

RE: MI-L Custom symbols in Win XP

2003-01-22 Thread Peter Horsbøll Møller
And a tricky thing is that if you haven't turn off the Option in Windows to hide System files, you'll never find them ! Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information IT Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308

RE: MI-L Workspace errors

2003-01-22 Thread Peter Horsbøll Møller
that the error mentions and change the column name here to eg. COL1 or a column that exists in the table. 3. Save the workspace. If you haven't got an editor with line numbers search for the Variable or filed (here CODE) mentioned in the error. Peter Horsbøll Møller GIS Developer COWI A/S

RE: MI-L Edit Text in Labels

2003-01-22 Thread Peter Horsbøll Møller
costum labels are screwed because the use the rowid to know which record to belong to. And when you pack the table and there has been deleted one or several records the records after the deleted records get a new rowid Peter Horsbøll Møller GIS Developer COWI A/S - Geografisk Information

RE: RE: MI-L Updating a grid with tile names

2003-01-21 Thread Peter Horsbøll Møller
in a text editor and remove the Seamless setting and the table will behave as a normal table. HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 -Original

RE: MI-L MapInfo Errors

2003-01-15 Thread Peter Horsbøll Møller
when packing. Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni 2002 overtaget af COWI. I forbindelse med den igangværende integrationsprocess

RE: MI-L question to the function objects split

2003-01-15 Thread Peter Horsbøll Møller
Try using the Overlay Nodes to create common nodes before splitting the lines. Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni 2002 overtaget af

RE: MI-L Repetitive Launch of Interner Browser

2003-01-15 Thread Peter Horsbøll Møller
Then Note Unable to launch + nRc End If Exit Sub '--- ErrHandler: Resume Next End Sub Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090

RE: MI-L search text objects

2003-01-14 Thread Peter Horsbøll Møller
ObjectInfo can return different types of values: integer, string, symbol etc. You migt get an error using this select statement if: 1. You have records without objects 2. You have records that not have a text object attached. HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000

RE: MI-L dynamic labelling

2003-01-13 Thread Peter Horsbøll Møller
With Left$(This is Object + ROWID, Int(ROWID In (25, 27)) * Len(This is Object + ROWID)) Auto On I would choose either the second or the third option, but it all depends on what kind of selection you are using HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK

RE: MI-L create ranges - ignore zeros

2003-01-13 Thread Peter Horsbøll Møller
I'm not sure whether it actually will work !? Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni 2002 overtaget af COWI. I forbindelse med den

RE: MI-L Vertical Mapper: Max. number of points for interpolation

2003-01-10 Thread Peter Horsbøll Møller
A often seen problem is that there among your points are some located at (0,0). If this is the case the grid VM is supposed to create is simply to huge. Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270

RE: MI-L How do I Select all Items in a MultiListBox useing code

2003-01-09 Thread Peter Horsbøll Møller
Yep, This one is from Andrew Dressel's box of magic: Create a handler on your dialog, in this handler you do the following: For i = 1 To NumValuesInMultiListBox Alter Control 100 Value i Next HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel

RE: MI-L MI: Access2000

2003-01-08 Thread Peter Horsbøll Møller
MS Access2000 wasn't supported in MapInfo 4.5. I guess you need to upgrade to either MapInfo 6.0 or 6.5, I don't quite remember when MS Access was supported. HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil

RE: MI-L Multilistbox selection problem

2003-01-08 Thread Peter Horsbøll Møller
) Order By PAPERSIZE, ORIENTATION, MAPSCALE Into FRAMES_TO_PRINT NoSelect Drop Table FRAMES_SELECTED Exit Sub '- ErrorOccured: Note ERR_ERRORMSG lf Error$() End Sub '** Peter Horsbøll Møller

RE: MI-L Seamless Tables

2003-01-06 Thread Peter Horsbøll Møller
the zoom has been sat on the mapper. HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni 2002 overtaget af COWI. I forbindelse med den igangværende

RE: MI-L MI DT : a retro version

2002-12-23 Thread Peter Horsbøll Møller
thoughts A merry Christmas and a happy new year to y'all Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 -Original Message- From: Lars V. Nielsen

RE: MI-L Save Window Memory Leak

2002-12-19 Thread Peter Horsbøll Møller
. ShellExecute for this) 3. MB1 sends commands to MB2, so that MB2 knows what job to perform. This could also be implemented without Exactly sending the command. MB1 could create a file with the commands. This file is read by MB2 on startup. But either way you, it's still a bit cluncky... Peter Horsbøll

RE: MI-L Disable Keyboard Keys

2002-12-19 Thread Peter Horsbøll Møller
Well, I don't know if it will work, but you could try to assign the DELETE key to another menu item. This might confuse MapInfo so that it doesn't know which menu item to call HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45

RE: MI-L MB: table not found

2002-12-18 Thread Peter Horsbøll Møller
gnCount Global Integer HTH, Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni 2002 overtaget af COWI. I forbindelse med den igangværende

FW: MI-L Selecting last created object

2002-12-18 Thread Peter Horsbøll Møller
mnNumRowsCosmetic = nNumRows End If End Sub '* Peter Horsbøll Møller GIS Developer COWI A/S Rugårdsvej 55 DK 5000 Odense C Tel +45 6313 5013 Direct+45 6313 5008 Mobil +45 2270 4308 Fax +45 6313 5090 Kampsax blev i juni

<    2   3   4   5   6   7   8   >