PC Review


Reply
Thread Tools Rate Thread

call a mapbasic program

 
 
Al
Guest
Posts: n/a
 
      23rd Feb 2010
Is it possible to call a mapbasic program using VBA (access)

thanks
 
Reply With Quote
 
 
 
 
Stefan Hoffmann
Guest
Posts: n/a
 
      23rd Feb 2010
hi,

On 23.02.2010 10:40, Al wrote:
> Is it possible to call a mapbasic program using VBA (access)

Shouldn't you ask the guys from MapInfo how to do that?


mfG
--> stefan <--
 
Reply With Quote
 
gsalunkhe
Guest
Posts: n/a
 
      4th Mar 2010
Yes you can call MapInfo from VBA Access. Download the mapbasic its free in that you will find different ways. I am showing one of the way I used

Dim mi As Objec

Sub Form_Load()

Set mi = CreateObject("MapInfo.application")
mi.do "Set Application Window " & Form1.hWn
mi.do "Set Next Document Parent " & Form1.hWnd & " Style 1
mi.do "Open Table ""World"" Interactive Map From World
mi.RunMenuCommand 1702
mi.do "Create Menu ""MapperShortcut"" ID 17 As ""(-""

End Sub

---
frmsrcurl: http://msgroups.net/microsoft.public...pbasic-program
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
call AS/400 program from ASP.Net Kusno Doang Microsoft C# .NET 1 24th Oct 2008 02:29 PM
Call SAS program =?Utf-8?B?SG93YXJk?= Microsoft Access 1 14th Sep 2006 01:55 AM
Call External Program Tim Sorenson Microsoft VB .NET 3 21st Apr 2004 04:37 PM
Call as400 program from VB.NET? Scott Johnson Microsoft VB .NET 1 23rd Jan 2004 02:01 AM
Call Program from URL Ryan Microsoft C# .NET 1 20th Nov 2003 03:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:05 PM.