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]
Access - opening MI to Display aspecific land parcel
A.W. Male & Associates Pty Ltd Sat, 8 Jan 2000 16:42:01 -0800
- RE: Access - opening MI to Display aspe... A.W. Male & Associates Pty Ltd
- RE: Access - opening MI to Display... Martin Roundill
