RE: MI-L Update Column with Table_Name?

2005-08-11 Thread Brown, Christopher \(RTIO\)
Peter, Received and fully understood, thankyou very much for your valuable input. I will take this very basic lesson and further implement it by writing this into my first MBX, using my rudimentary skills in MapBasic, to prevent bruising my finger each time I hit the "Enter" button!! Regards, Ch

Re: MI-L MapBasic Sample Applications

2005-08-11 Thread Bill Thoen
On Thu, 11 Aug 2005, Ronning, Christine wrote: > 1) Does anyone know of a source I can use to look at the coding for some > MapBasic example applications? I have tried opening the .MB files that > come with MapInfo both in MapBasic and in notepad, but it looks like > things are encrypted. I also

MI-L MapBasic Sample Applications

2005-08-11 Thread Ronning, Christine
Hi List, I apologize if this has already been sent to Lars and/or Bill. I having being using MapInfo for about 6 months now and am just about the start using MapBasic. I have limited programming experience (Beginner VBA course and web application for school lab requirements), but think I have

Re: MI-L Old MapInfo version running new MapBasic scripts

2005-08-11 Thread Bill Thoen
On Thu, 11 Aug 2005, Lars V. Nielsen (GisPro) wrote: > It may be worthwhile, if you encounter this again, to do a proper 6.5 compile > and compare the resulting mbx with the > "down-versioned" mbx. Just to put the issue to rest. I really don't think > MapBasic is clever enough to make that kind

Re: MI-L Old MapInfo version running new MapBasic scripts

2005-08-11 Thread Lars V. Nielsen (GisPro)
Bill, It may be worthwhile, if you encounter this again, to do a proper 6.5 compile and compare the resulting mbx with the "down-versioned" mbx. Just to put the issue to rest. I really don't think MapBasic is clever enough to make that kind of intricate problems :-) Has anyone ever contemplated

MI-L Translating Microstation DGN files

2005-08-11 Thread Gamiz Ribelles, Sergi (Regsa)
Hello again Does anybody know about "microstation DGN to MapInfo" translator, other than the native tool within MIpro. I would get the ELEVATION field of DGN entities, as they appear in Arcview when I open DGN with ARCview 3.1, but this is dropped after translated by Universal Translator tool. O

RE: MI-L Customized hotkeys: control keys codes

2005-08-11 Thread Gamiz Ribelles, Sergi (Regsa)
Tnanks Peter The reference you give is what I was looking for. Sergi -Mensaje original- De: Peter Horsbøll Møller [mailto:[EMAIL PROTECTED] Enviado el: jueves, 11 de agosto de 2005 15:03 Para: Gamiz Ribelles, Sergi (Regsa) Asunto: RE: MI-L Customized hotkeys: control keys codes Look her

RE: MI-L Old MapInfo version running new MapBasic scripts

2005-08-11 Thread Bill Thoen
On Thu, 11 Aug 2005, Peter Horsbøll Møller wrote: > You can also just open the .mbx file in a text editor that can show > binary values, eg. UltraEdit. > > At the top of the file you'll see the version that was used to compile > or link the MapBasic application. This version number is not necessa

MI-L Customized hotkeys: control keys codes

2005-08-11 Thread Gamiz Ribelles, Sergi (Regsa)
Hi List, Before at all, I wanna express my thanks to all who answered my previous questions. Next question: In order to customize hotkeys I need to know the control keys codes, such as , , etc. I've looked for they in ASCII tables but some of them are not the same, and I think the standard ASCI

RE: MI-L Update Column with Table_Name?

2005-08-11 Thread Peter Horsbøll Møller
Chris, Let's start with your way of doing it. That should work and I think the problem right now is that you are missing a few words in your command: Line 2 should be like this: 2. Update M20542CU Set SHEET_ID = TableInfo("M20542CU",1) but you don't actual need the TableInfo() function here, bec

MI-L Switching off point symbols within a single layer

2005-08-11 Thread Taylor, Zara
Hi List, Hope someone can help. I am trying to create a map of stores in a particular region of the UK which will show both size of store and store format, and then when the store opened. I've managed to display size and format (that's the easy bit) using Thematic Point Ranges - Varying Sizes fo

RE: MI-L Update Column with Table_Name?

2005-08-11 Thread Brown, Christopher \(RTIO\)
Thanks Peter, Further investigation into this reveals that I was wrong about the TableInfo function not working in the MapBasic window. Thanks to those that corrected me. I should read the manual!! I am slightly confused though, regarding the statements you told me to write into the MapBasic win

Re: MI-L Old MapInfo version running new MapBasic scripts

2005-08-11 Thread Uffe Kousgaard
Here is the result of the google search: http://www.stopwatchmaps.com/products/mbxver.html Regards Uffe - Original Message - From: "Thomas Brix Lyng" <[EMAIL PROTECTED]> To: "'Behrmann, Jae'" <[EMAIL PROTECTED]> Cc: "[EMAIL PROTECTED] directionsmag. com (E-mail)" Sent: Thursday, Aug

RE: MI-L Old MapInfo version running new MapBasic scripts

2005-08-11 Thread RPREST
Hi, There's one on Jacques Paris website : http://www.paris-pc-gis.com/down/down_en.htm vermbx.zip VerMbx can read and change the version stamp of any MBX. It can detect the earliest compatible version based on the presence of some key words, using Phil Bolian's MbxVerFN. Regards, RP. -Mess