How To Prepare a Map To Include With A Work Order

Conquest provides the capability to automatically include a map on a Work Order.  The process is configured in the Standard Action and requires no user input.

The map is actually an image prepared with Conquest Map on the Actions or Defects included on the Work Order.  Therefore, the Work Order report format used must be designed to incorporate the image.

To include a map on a Work Order:

Step 1.   Ensure that a Conquest Map licence (either a full licence or hidden licence) has been allocated to anyone who will be creating a Work Order

Step 2.   Open the Work Order report in Design View to incorporate the map, as follows:

      Place an image control (example name control - MapPicture) in either the header or footer of the Report.

      Place a hidden text box control (example name control – AssetID) bound to the ActionID of the Action that will be passed to the Work Order.

      Place the following code in either the OnReportHeader_Format event or OnReportFooter _Format event depending where you place the image control containing the map.

   On Error Resume Next

   Me.MapPicture.Picture = Run("WorkOrderMap", Me.MasterID)

Step 3.   Configure the Standard Action with the appropriate settings