Altova MapForce 2024 Professional Edition

The example implements two event callbacks for MapForceControl custom events to show the principle:

 

<!-- ----------------------------------------------------------- -->
<!--  custom event 'OnDocumentOpened" of MapForceControl object  -->
<SCRIPT FOR="objMapForceControl" event="OnDocumentOpened( objDocument )" LANGUAGE="javascript">
  // alert("Document '" + objDocument.Name + "' opend!");
</SCRIPT>
 
<!-- ----------------------------------------------------------- -->
<!--  custom event 'OnDocumentClosed" of MapForceControl object  -->
<SCRIPT FOR="objMapForceControl" event="OnDocumentClosed( objDocument )" LANGUAGE="javascript">
  // alert("Document '" + objDocument.Name + "' closed!");
</SCRIPT>

© 2018-2024 Altova GmbH