Quantcast
Channel: OpenGround | gINT | Keynetix
Viewing all articles
Browse latest Browse all 11508

Wiki Page: gINT RULES SAMPLES

$
0
0

gINT Rules is a facility within the gINT Input and Library Data applications that allows you to write VBA-like code to run checks on your data entry and perform calculations and other data manipulations. These are called database rules. You create them to meet your unique and changing requirements.

The gINT Rules example gra005 has a set of videos posted with it that describes how to use the example gINT Rule to make calculations and populate fields in the database with a gINT Rule (Procedure on Save option), and also details the newly-added Import Add-In option with videos that describe; Introduction, Process, and Setup; Direct Text File Import; Direct Excel File Import; and Mapped Text File Import.

The full documentation on the facility is under the gINT Help:Contents menu anywhere in the program. gINT Rules has its own book in the table of contents. On this page we will post sample code that you can use as starting points for your own code modules.

gINT Rules require gINT Professional or gINT Professional Plus. gINT Logs can run Add-in gINT Rules, but does not have access to the code editor.

Each of these downloads are in the form of a ZIP file. To install, download to any folder and unZIP. Then open the file with the "TXT" extension in any text editor or word processor for further instructions. (See [[Using gINT Downloaded Examples]].) You can also use the unarchiving utility built into gINT version 6 and later. See the Utilities:Extract from ZIP application.

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

Download

Last Update

Code samples described in gINT Rules Help topic.
Full Description

gr001.zip
(v.6 or later)

05 Jan 2004

Extension of some of the gINT built-in lab testing capabilities.
Full Description

gr002.zip
(v.6 or later)

01 Sep 2012

Build your own moisture content calculations and checking.
Full Description

gr003.zip
(v.6 or later)

03 Nov 2003

Component description checking.
Full Description

gr004.zip
(v.6 or later)

03 Nov 2003

Preload data into an empty dataset and then remove unused preloaded data on save.
Full Description

gr005.zip
(v.6 or later)

19 Feb 2004

Calculates a number of parameters from CPT data.
Full Description

gr006.zip
(v.6 or later)

07 Nov 2003

Determines the percent passing the 0.425mm sieve from the gradation results and copies that value to the parent record.
Full Description

gr007.zip
(v.6 or later)

08 Dec 2003

Generates project statistics and keeps track of the last date/time any data was modified in the project and the last date/time any data was modified in every borehole.
Full Description

gr008.zip
(v.6 or later)

05 Jan 2004

Illustrates the use of gINT Rules to restrict modification of particular tables in a project database by reading the network user name of the currently logged-in user and looking up his department in the organization. Each table allows different categories of personnel to perform edits. If the current user does not belong to one of the categories that has modification rights to the current table, the modifications are not saved.
Full Description

gr009.zip
(v.6 or later)

10 Apr 2004

Illustrates a method to determine if a field has changed value on the Save event. This is important if there are dependency on the field data in other tables.
Full Description

gr010.zip
(v.6 or later)

22 Mar 2007

Creates a profile of effective overburden stress at fixed intervals of depth based on a profile of densities with depth and the depth to groundwater. The resultant stress versus depth values are stored in another table for plotting on graph reports or plot vs depth entities.
Full Description

gr011.zip
(v.6 or later)

11 May 2005

If there are exactly two liquid limit tests, a warning is given if the two extrapolated liquid limits are more than 1% apart.
Full Description

gr012.zip
(v.6 or later)

08 Dec 2005

This rule populates the sample storage location from the sample table into the test scheduling table.
Full Description

gr013.zip
(v.7 or later)

03 Jun 2006

Hides or shows applications based on the person using the library.
Full Description

gr014.zip
(v.8 or later)

28 May 2007

Hides or shows table groups, tables, and fields in a project based on the project type.
Full Description

gr015.zip
(v.8 or later)

28 May 2007

Populates the GintPointSort field with numbers reflecting the desired sort order for PointIDs during the saving of the POINT table (see GRA007 for Add-In version).
Full Description

gr016.zip
(v.8 or later)

20 Mar 2010

Illustrates the use of the SoilClass object of gINTRules to perform soil classifications in the Input application based on lab test results.
Full Description

gr017.zip
(v.8.2 or later)

11 Sep 2008

Colors cells, rows, and columns in the Input grid based on user-defined criteria.
Full Description

gr018.zip
(v.8.2 or later)

11 Sep 2008

Determines the coordinates from station and offset along an alignment and station and offset along an alignment from coordinates.
Full Description

gr019.zip
(v.8.2 or later)

11 Sep 2008

For any number of raw data numeric fields required to calculate a value stored in a result field, this rule ensures that all the raw data fields have values or none do. If they all have data, the result value is calculated. If none have data, no calculation is performed. This allows the user to type in a final result only. If some but not all the raw data fields have data, an error message is returned.
Full Description

gr020.zip
(v.8.2 or later)

27 Jul 2011

Add-In
Imports CPT data into the current project in Input and then previews the imported data on a log form.
Full Description

gra001.zip
(v.7 or later)

12 Apr 2012

Add-In
Generates graph reports of N Value vs Depth to either the printer, screen, or PDF file. Each graph page shows N Values for each stratigraphic unit defined in the project.
Full Description

gra002.zip
(v.7 or later)

19 Dec 2007

Add-In
Generates statistics for N Value in the current project. The output can be optionally filtered on selected boreholes and/or stratigraphic units.
Full Description

gra003.zip
(v.7 or later)

02 Apr 2005

Add-In
Generates fence baselines perpendicular to a centerline.
Full Description

gra004.zip
(v.7 or later)

11 Sep 2005

Add-In
Generates a skeleton gINT Rules procedure for use on prepopulating and saving a table.
Full Description and Videos: Procedure on Save option; Introduction, Process, and Setup; Direct Text File Import; Direct Excel File Import; and Mapped Text File Import   NEW!

gra005.zip
(v.8 or later)

30 Apr 2012

Add-In
Determines which area or areas a specific coordinate resides.
Full Description

gra006.zip
(v.8 or later)

05 Feb 2007

Add-In
Populates the GintPointSort field with numbers reflecting the desired sort order for PointIDs via a menu command (see GR016 for version that works on save).
Full Description

gra007.zip
(v.8 or later)

30 Jan 2008

Add-In
Illustrates the publishing of project data to Google Earth.
Full Description

gra008.zip
(v.8.2.003 or later)

18 Mar 2009

Add-In
Imports Sieve Analysis data from Excel into the current project.
Full Description

gra009.zip
(v.8 or later)

12 Apr 2012

Add-In
Generates a surface elevation for boreholes by interpolating from a surface included in the project database.
Full Description

gra010.zip
(v.8 or later)

15 Jul 2011

Add-In
Imports Texas DOT WinCore3 files (www.txdot.gov/business/contractors_consultants/engineering_software.htm) into the current project.
Full Description

gra011.zip
(v.8 or later)

12 Apr 2012

 NEW!

Add-In
Automatically generate a localized data template or project, or dynamically translate an existing project database to a localized version without changing the source database, for as many languages as needed. Provides for swift localization/translation of table Group names, field Units, and table and field Captions, Descriptions and Help text.
Full Description

gra012.zip
(v.8 or later)

12 Jun 2012

 NEW!


Viewing all articles
Browse latest Browse all 11508

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>