Hi Rob,

I assume you're at least thinking about intranet, since internet usage of MIPro is 
(unfortunately) specifically banned in the
license agreement. Or is it web usage in general ?? Or have you found a loop hole, or 
made a deal with MapInfo ?? Let me know if
either is true ;-D

In any case, it's rather simple to utilize MIPro in a web scenario, and it has been 
since version 4.1 (since ProServer) !

VB/ASP:
    Set objMIPro = CreateObject("MapInfo.Application")
    ...
    objMIPro.Do "Save Window " & MapperWID & " As ""JPEG"" Width 5 Units ""in"" Height 
5 Units ""in"""

PHP:
    $mipro = new COM("MapInfo.Application");
    ...
    $mipro->Do("Save Window " & MapperWID & " As \"JPEG\" Width 5 Units \"in\" Height 
5 Units \"in\"");

etc. etc. MIPro even contains a MapGen object, which is a "MapX version 0.1", and 
represents a mapper window in MIPro.

But to sum up, it's all in the scripting/programming. It just needs to handle 
ActiveX/COM.

Best regards/Med venlig hilsen
Lars V. Nielsen
GisPro, Denmark
http://www.gispro.dk/
http://hjem.get2net.dk/lars-online/
WGS84: 10.20'40"E 55.20'20"N
----- Original Message -----
From: "Robert Healy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 11, 2002 9:52 AM
Subject: MI-L Load MapInfo from a browser


> Dear List
>
> Sorry for the previous ambiguity... should have been "Internet Browser"
> !!!
>
> I am sure some of you have been down this path and can help to do the
> following:
>
> From an Internet browser-
>
> 1. Ascertain if MapInfo is present on the client
> 2. Look to see if there is already an instance of MapInfo running.
>    OR
>    Locate the .exe on the client and fire up MapInfo
> 3. Pass a TAB file to MapInfo
> 4. Bring MapInfo into Focus
>
> Any help will be greatly appreciated
>
> Regards
>
> Rob Healy
>
> Meridian GIS Pty Ltd
> Level 2, 1050 Hay Street
> West Perth 6872
> Western Australia
> Phone +618 9226-0101
> Fax +618 9226-0102
> email : [EMAIL PROTECTED]
> web : www.meridian-gis.com.au
>
>
>
> ---------------------------------------------------------------------
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Message number: 4489
>


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4500

Reply via email to