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

Forum Post: RE: Rules - Cursor not stopping at Breakpoint

$
0
0
About 10 years ago I recall using break points, but at some stage they stopped working. Try using MsgBox 's instead, or move to VB.Net.

Forum Post: AGS 4 in progress (PTIM_WAT) won't allow to insert "dry" how can I overcome this?

Forum Post: Borehole type selection for fences

$
0
0
Is there a means fof only plotting a borehole type or status on a fence diagram. I know I can use the filter but this means I have to enter it every time I re-produce the diagram. I am hoping there may be a way to having a tick box, possibly in the User Reeport Variable. I have used this this to turn on and off specific tables (eg SPT) but I am struggling with a borehole type. Thank you Roger

Forum Post: RE: Borehole type selection for fences

$
0
0
Roger, You can create a tick box or a Boolean Feature in User Report Variable. To do this... Under Report Design > Fences, select the fence report that you are working on. Click on Fence properties icon to the left of the yellow drop down template selector (icon of a hand holding a paper). Under the General tab, you will see User Report Variable. Click on the ... dot window to the right which will open the User Report Variable Box. To the very bottom of this box, you will see Add Field. This will then ask you to enter the name of the field. Select the Type as Boolean and click OK. This will add a Boolean feature to the User Report Variable which will be prompted each time you output a Fence.

Forum Post: RE: Borehole type selection for fences

$
0
0
I had already got this bit thanks, I now need to make the next step and link the User Report Variable to the borehole status selection and plotting

Forum Post: RE: Rules - Cursor not stopping at Breakpoint

$
0
0
Thanks. Do you have suggestions (sites, reading, etc) on how to get started using vb.net with gint? My urgent need is to query a couple tables and report out. Do you have suggestions on reading for that? Thanks

Forum Post: RE: AGS 4 in progress (PTIM_WAT) won't allow to insert "dry" how can I overcome this?

$
0
0
The Standard AGS 4 field PTIM_WAT is a "double" field type , it does not allow text. You can change the field type, but I do not recommend it. The "Water Depth Note" field in the PROGRESS (PTIM) table is designed to enter a value such as "Dry" It will show in the boring progress and water observation table in the "AGS 4 UK BH" report at the bottom.

Forum Post: Printing PDFs of blank gINT logs

$
0
0
Is there a way to print a PDF of a blank log I have designed without including any borelog data? The purpose is to provide field personnel with a consistent borelog template for field events. Thanks for your help!

Forum Post: RE: Printing PDFs of blank gINT logs

$
0
0
Hi Rohit, A better way is to create a dummy or a blank borehole in your borehole table, assign depth to it as great as the deepest borehole, create a blank record in one of the text vs depth entity table for example Lithology.Graphic and output the log. gINT's Help menu describes this in great detail. Go to gINT>Help> Contents and look for the topic 'Printing Blank Log Reports (how-to guide)'.

Forum Post: RE: Rules - Cursor not stopping at Breakpoint

$
0
0
Converting to a DLL in "C:\Program Files (x86)\Bentley\gINT V8i\docs\gint_rules_code_V8i.pdf" is the best thing to refer to. I had some input in this when it was written. It may be a little out of date if you use VS 2015 and .net 4.5.x. Best to initially use msgbox calls in your code to help you debug in Sax basic. it will take you some time to port to VB.net.

Forum Post: RE: AGS 4 in progress (PTIM_WAT) won't allow to insert "dry" how can I overcome this?

$
0
0
David Many thanks, it work fine now!

Forum Post: 'Data shown has been modified by gINT Rules procedure'

$
0
0
Hi, I am currently having the message quoted in this conversation subject as I try to save my table after populating it by means of a gINT Rules procedure. The message also displays "No current record", which I don't really understand since the grid is full. I then have to chose [OK] to keep the grid as shown or [Cancel] to reload previous recordings... At the end I cannot save my new values (even with [OK]), which is quite frustrating! I also tried with ".Edit" and ".Update" options without much success... Does anybody have an idea? Thanks

Forum Post: RE: 'Data shown has been modified by gINT Rules procedure'

$
0
0
ok I found out! Believe me or not, I was mistakenly deleting my records in the procedure!

Forum Post: AGS 3.1 - Where do water samples from monitoring go?

$
0
0
I need to insert samples taken from the monitoring rounds to be able to insert the chemical test results into gINT. Can anyone help? Thanks

Forum Post: RE: AGS 3.1 - Where do water samples from monitoring go?

$
0
0
In the standard AGS3.1 project database water readings are in the 'Water Strike' table under Depth Doc group. They show on AGS UK BH under the Water column.

Forum Post: RE: AGS 3.1 - Where do water samples from monitoring go?

$
0
0
Hi, I'm after the water sample from the installation rather the water strikes. Any idea where these go?

Forum Post: RE: Variable legend on graph report, related to data marker colours

$
0
0
Below is one way to build a dynamic legend based on the data in a graph. The example below builds a distinct list of the text in the UNIT field (user defined, not standard AGS) from the relevant table (LDEN in this case). Firstly a list (BHdepList) of the borehole and depth readings from the LDEN table plotting on a graph is created, then a DISTINCT and IN clause is used to get a list (UnitList) of the text in the unit field of the table. Finally a lookup function is used to output the corresponding description and colour from a user defined table called UNITS. I'm sure there is a nicer or faster way to do but this does at least work! >_ >_ >_ >_ _ >, >)>>,_ 1,_ ",",_ >, >, >)>>)>>_ ' >, >,1)>>)>> >, >)>>-1)>>)>>_ ! >, >,6)>>'_ )>>_ )>>_ _ >,select distinct unit from > where (pointid & '!' & depth) in ( >))>>)>>_ _ >, >)>>,1,", ",_ >, >, >)>>)>>_ >, >)>>)>>_ >, >)>>)>>_ >>> > >_ )>>

Wiki Page: gINT - Wiki

$
0
0
This Wiki is a resource for examples, articles, videos and FAQs for Bentley Geotechnical products, principally gINT. Downloads: Free Reports and Examples includes: [[AGENCY REPORTS]] [[General Purpose Report Examples]] [[gINT Rules Samples]] [[gINT Standard Reports]] [[Specialty Applications for gINT]] [[Symbol Libraries for gINT]] AGS Support : [[gINT AGS 4 Files]] [[gINT AGS Version 3 Support]] AGS Toolkit for AGS 4 and AGS 3.1 gINT Civil Tools gINT Civil Tools free download : includes installer, data set and Geotechnical Tools for InRoads and GEOPAK Users.pdf Live and OnDemand eSeminars [[Videos on gINT Topics]] Additional Resources : [[How-To FAQs]] [[Troubleshooting]] Technical [[gINT White Papers|White Papers]] Brief descriptions of [[Things You Can Do in gINT]]

Wiki: gINT - Wiki

Forum Post: RE: AGS 3.1 - Where do water samples from monitoring go?

$
0
0
Wouldn't you just add them in the SAMP table as Water samples? At whatever depth the samples were taken at. Then just pick the relevant sample in the chem test results table to enter your results against.
Viewing all 11508 articles
Browse latest View live


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