There are two ways in MapBasic to "clone" a map window

1)  as documented in MAPINFO Help for Clone View Command (Map menu)

     Dim lngBaseMapWindowID as integer
     ...
     Set Window lngBaseMapWindowID Front
     Run Menu Command M_MAP_CLONE_MAPPER


2) as documented in MAPBASIC Help for WindowInfo() function

     Dim lngBaseMapWindowID as integer
     Dim strCmd as string
     ...
     strCmd=WindowInfo(lngBaseMapWindowID, WIN_INFO_CLONE_WINDOW)
     Run Command strCmd

Thanks to these good people for their prompt and effective assistance:

   Jaromir SVASTA   [EMAIL PROTECTED]
   Mats E.   [EMAIL PROTECTED]
   Peter Meier [EMAIL PROTECTED]
   Robert Crossley  [EMAIL PROTECTED]

David Haycraft
GIS Manager
Research & Data Analysis Branch
Australian Federal Dept of Employment and WorkPlace Relations (DEWR)


Notice:
The information contained in this e-mail message and any attached files may
be confidential information, and may also be the subject of legal
professional privilege.  If you are not the intended recipient any use,
disclosure or copying of this e-mail is unauthorised.  If you have received
this e-mail in error, please notify the sender immediately by reply e-mail
and delete all copies of this transmission together with any attachments.


Reply via email to