re: MI Tool for merging several tables

2000-07-12 Thread BVT
Hi David - I think I'll have the solution to your problem.. I've have a MapBasic application (in beta stage) for a to slice, split and merge MapInfo tables. You can: * remove unwanted fields from a table * Append several input tables into one result table * select rows from a

SV: MI Converting Microstation projects to MapInfo workspace

2000-06-15 Thread BVT
To Laure Dessemontet-Berthoud - First of all ... Universal Translator is a scaled down version of a product called FME from www.safe.com. UT (and FME) use two files to translate data: 1) is the dgn input file and 2) a .fme file containing FME commands to guide the translation from .dgn to .tab or

VS: MI Grid file

2000-06-06 Thread BVT
> Andrew - > > I got the documentation for the grid engine from MapInfo (a file named > grideng30.exe containing 2 word files). It did contain documentation for > the Grid API functions, but missed a description of the various > C-structures (or records in Pascal) used by the API. > > It it po

RE: MI Sockets, WinSockets and MapBasic

2000-04-05 Thread BVT
I would suggest, that you use the wininet.dll from Microsoft. This dll is an encapsulation of most of the winsockets functionality. I you muck around www.microsoft.com or the microsoft developer network, you can find wininet.dll and several code examples written i Visual Basic. The examples can be

SV: MI Why does this DLL call trash MapInfo?

2000-03-31 Thread BVT
One more time - sorry Clive and list members Bo Victor Thomsen GeoConsult I/S Denmark Declare Function GetEnvironmentVariable Lib "kernel32" Alias "GetEnvironmentVariableA" (ByVal lpName As String, lpBuffer As String, ByVal nSize As Integer) As Integer ' *** No Byval on lpBuffer pa

SV: MI Why does this DLL call trash MapInfo?

2000-03-31 Thread BVT
I'm not sure if it works, but try the following... At least it's not thrashing MI on my NT machine Bo Thomsen GeoConsult I/S Denmark Declare Function GetEnvironmentVariable Lib "kernel32" Alias "GetEnvironmentVariableA" (ByVal lpName As String, ByVal lpBuffer As String, ByVal nSize As Integer) A

RE: MI Automate Conversion Using MUT?

2000-03-16 Thread BVT
> To Tommy - > > The imut.exe program is a scaled down version of the FME.exe (ca version > 2.1 - .2) program from SAFE software (www.safe.com). Imut can be run from > the command-line just like fme. The best source of information about using > imut from the command-line is to get the documentati

SV: MI Re: keeping layouts as 'landscape' not 'portrait'

2000-01-28 Thread BVT
To Gerald - Try: Run Menu Command 111 instead of Run Menu Command M_FILE_PAGE_SETUP M_FILE_PAGE_SETUP is a integer-constant (=111) defined in the MENU.DEF include - file. The first command works when included i a .wor-file. Regards Bo Thomsen GeoConsult I/S Denmark >

SV: MI Renaming Table Path Names Within a Workspace file

1999-12-02 Thread BVT
To Ron You can probably use a shareware text-editor call ultraedit-32 (www.ultraedit.com) . It has a function to search and replace text in files (ex. *.wor) placed in a specific directory (and subdirectories, If you want that). I have used this editor to change filenames from "xxx.tif" to "xxx.

MI Re: Oracle 8i and MapInfo News: Step One (b)

1999-10-13 Thread BVT
To Andrew - Thanks for the reply. I have a couple of tables uploaded into Oracle and it works!! I have a few remaining questions: 1. I upload a table containing regions with different colours and brush_style = 2 (solid). When I look at the Oracle based table via MapInfo all the regions have o

SV: MI Speeding up things

1999-10-07 Thread BVT
Hi Bjorn - That's a lot of records... Without knowing the details of your problem, I'll guess the best way is to eliminate the 3 lookup you probably do in the Oracle database. What about programming a trigger function i Oracle for your main insert/update, so the SQL-trigger function do the look

SV: MI Oracle 8i and MapInfo technologies

1999-10-06 Thread BVT
I'll second that - I wish for some hard information on how MapInfo data is organized inside Oracle 8i Spatial. Where can I find that ?? Bo Thomsen GeoConsult > -Oprindelig meddelelse- > Fra: Neil Havermale [SMTP:[EMAIL PROTECTED]] > Sendt:5. oktober 1999 22:09 > Til: Mapinfo l

SV: MI guilty ( another spam anecdote delete me)

1999-09-23 Thread BVT
They would probably explain to you, that "It's business as usual" >From that, we can conclude, that the main difference between the fumigation business and GIS is the price of the products they sell Bo Thomsen GeoConsult I/S Denmark > -Oprindelig meddelels

SV: MI guilty ( another spam anecdote delete me)

1999-09-23 Thread BVT
It gives the phrase "animation layer" a hole new meaning :) Bo Thomsen GeoConsult I/S Denmark > -Oprindelig meddelelse- > Fra: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sendt:23. september 1999 11:06 > Til: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Emne: RE: MI guilt

re: re: VB support for MI

1999-09-17 Thread BVT
to Bob (and the list-members) - The problem isn't with MapX - which is a great add-on to a general programming language to make single- or limited- purpose applications based on MapInfo datafiles. [Rant on] The problem is to automate and extend _MapInfo_. Today you can use MapBasic, which has so

Re: MI Max number of lines of code in MB?

1999-09-06 Thread BVT
The MapBasic _editor_ has a file size limit at 64 Kbyte. You can evade this limitation by using another text-editor (ex ultraedit , www.ultraedit.com - a _very_ good shareware text editor, including MapBasic Syntax highligtning) and use the commandline from MapBasic Copy'ed from MapBasic Help

SV: MI Object oriented programming for Map Basic

1999-09-02 Thread BVT
Just to add my .02 cents to the 2 cents, that Gary Schwartz wrote - 1) Make i t possible to call / activate an activex control directly from MapInfo 2) Expose _all_ of the MapInfo functionality in COM/DCOM (or whatever object based interface the OS supports) You could dispose the need for Map

RE: MI MapInfo Object hotlinks to MS ACCESS data sets

1999-08-12 Thread BVT
To Axel Heeren - The most obvious way to hotlink from Mi to ms-access is to open the Ms-Access database directly in mapinfo. One of the downsides of this method is that you exclude other users from using the Access database while your using it from MapInfo. Besides that, you can only use the acc

RE: MI MB: Universal Translator from MapBasic - once more..

1999-08-06 Thread BVT
Hi - After writing the first reply I did some tests in using imut.exe (the command-line part of the universal translator). It can be controlled by "ordinary" FME-macros. There is some caveats: 1) A _lot_ of the feature functions and factories from the original FME-program has been disabled. 2)

RE: MI MB: Universal Translator from MapBasic

1999-08-06 Thread BVT
Hi all - The Universal translator is a stand-alone program "\professional\ut\imutgui.exe" that's started from a mapbasic program. The "imutgui.exe" is a Windows front-end for the command-line program "\professional\ut\imut.exe". Both "Imutgui.exe" and "imut.exe"can be run outside the MapInfo e