Copyright 2005 by gINT Software. All rights reserved worldwide.
GRA003.TXT

gINT Rules Code Add-In menus Samples - 003

Requires gINT version 7.1.003 or later.

NOTE:  Code samples are provided free of charge and as-is.  gINT Software makes no claim or warranty as to the accuracy of the samples.  It is the responsibility of the user to ensure that the code performs as it should.  Comments, suggestions, and error reports are appreciated.

Description
===========
Inserts the "GRA003" submenu under the "Add-Ins" menu in Input with the command "N Value Statistics" under this submenu.  "N Value Statistics" does the following:
1. Prompts for the boreholes and to be scanned.  Only the boreholes with N Value data are shown.  Specify none to scan all boreholes.
2. If there are layer units in the project, prompts for the unit on which to filter.  Select none for no unit filtering.
3. Generates a report in a text box (can be copied) with the borehole list, filter used, if any, the number, minimum, maximum, average, and standard deviation of the N Values.

Revision History
================
02 Apr 2005:
Initial public upload
Was released for Beta distribution and testing 02 Jan 2004
*************************************************

INCLUDED FILES:
GRA003.GLB:
  Add-Ins:  GRA003-N Value Statistics

  gINT Rules code modules:
    GRA003                    Main
                              NValueStatistics

    GRA003 COMMON PROCEDURES  RecordsetClose

GRA003.GPJ:
  Sample project that makes use of the code.
*************************************************

INSTALLATION PROCEDURE:
Copy the files wherever you prefer.  To see the gINT Rules code modules you must either merge the GLB into your library (Utilities:Lib Merge/Copy) or change to the included library (File:Change Library).  Note that there are no data markers or report tracking codes drawing library block in the GRA003 library.  They will only appear if you merge into your library.
*************************************************

SPECIAL NOTES:
None.
*************************************************