I need to open a workspace and display a  land parcel whose co ords are held
in the current access form

To coin a good old aussie phrase, it's a bit like being up a creek in a barb
wire canoe without a paddle - very painful

The following opens MI from the Access form and Brings a blank MI window to
the front

Private Sub Command397_Click()

Dim objvar As Object
Set objvar = CreateObject("mapinfo.application")
objvar.Visible = True
objvar.Do "set window 1011 restore front"

>From here I am stuck

I am a relatively new user of MI ! any help will be appreciated


Thanks


Alistair

----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to