Re: MI SQL Select

2000-02-19 Thread Trey Pattillo
Martin Sprenz asked: I'm looking for a Query that would select all the polygons that border a selected or given polygon. Is there a function that could achieve this result? The answer you need is select * from My_Table where obj intersects (select obj from selection) The operator for

MI : new utilities

2000-02-19 Thread Jacques Paris
I have written for my own satisfaction primarily 3 small utilities that I could send to anyone who would like to play with them before I install them on some public site. This is the best time when they are still hot in my mind to tell me what I should do to "correct" them or to give me

MI dialogs: can they remain on-screen and be inactive?

2000-02-19 Thread Annabelle Jf Lépine
Hello, I'm developping an interface with MapBasic and I'd like to have a dialog wich would always be on the screen (kind of a layer control). The problem is that while this dialog is on the screen, I cannot do anything else but interact with it. Is there a way to keep a dialog visibleand

MI HTML inside Maps --- JUST SOLVED

2000-02-19 Thread Trey Pattillo
Hello all,In response to Colin's question "will MapInfo do HTML".. I just put HtmlView on the website www.wap3.com/download/HtmlView.zip Use Launch.App www.wap3.com/download/Launch.zip or on of the other fine launchers available in the list download to let you user click on the

MI MapBasic and Visual Basic

2000-02-19 Thread Harald Schoelzel
I'd like to include an existing VB application into my MapBasic application - mainly because I find it somewhat cumbersome to design forms etc in MB. What would be the best way to include the VB app and enable dataexchange from VB to MB? And what would be the syntax for that, eg if I used DDE