CheckPoint 1.3.33 Released

This version contains two updates

The system now offers more control on the contents of the map key as shown in a report – these options can be set in the Design Item Settings window for the map.

The system also now supports a separate Environmental Control data entry page

CoverPoint 2.1.23 Released

This version contains 3 minor updates

  • Added Bin Centre or Bin Edge Origin Option
  • Added Expansion Distance to Set from Perimeter option
  • Added Menu Item to Check License Status

CheckPoint 1.3.32 Released

This version updates the current file viewer with two new displays

You can now view an individual set of current measurements

There is also a new velocity display

 

CheckPoint 1.3.30 Released

This version contains two minor updates

  • Updated MMO Sighting form to directly enter Closest Distance to Source
  • Updated Image and Document Display to allow user to switch between icon and list mode

CheckPoint 1.3.29 Released

This version adds in three new macros – LEFT, RIGHT and MID

LEFT

Replaces the value with the left x characters of the value

LEFT(VALUE,COUNT)

e.g. LEFT(4.0m: Moderate,4) will output 4.0m

RIGHT

Replaces the value with the right x characters of the value

RIGHT(VALUE,COUNT)

e.g. RIGHT(4.0m: Moderate,4) will output “rate”

MID

Extracts a substring of length COUNT characters from this value, starting at position FROM

MID(VALUE, FROM,COUNT)

e.g. MID(4.0m: Moderate,7,3) will output “Mod”

You can also omit the COUNT value to get the remainder of the value

e.g. MID(4.0m: Moderate,7) will output “Moderate”